From 460e30c0231686aac87f57d3ecb55fa4933aa5b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=B1=AA?= Date: Tue, 1 Sep 2026 11:33:26 +0800 Subject: [PATCH] chore: migrate assets to new domain --- jump.html | 4 ++-- v1/config.json | 2 +- v1/landing.js | 4 ++-- v1/landpage.css | 6 +++--- v1/landpage.js | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/jump.html b/jump.html index 1a262ea..e9f8fe4 100644 --- a/jump.html +++ b/jump.html @@ -4,8 +4,8 @@ - - + + diff --git a/v1/config.json b/v1/config.json index 941ae1a..fea52f5 100644 --- a/v1/config.json +++ b/v1/config.json @@ -3,7 +3,7 @@ "message": "成功", "data": { "platform": "douyin", - "icon": "https://st.ipao.vip/v1/card.jpg", + "icon": "https://oss.yqbmb.com/card/v1/card.jpg", "title": "立即咨询", "url": "weixin://dl/business/?appid=wx6b31e32cf6bc142a&path=pages/price-query/price-query", "desc": "正在前往咨询", diff --git a/v1/landing.js b/v1/landing.js index ac7ed71..0d7b259 100644 --- a/v1/landing.js +++ b/v1/landing.js @@ -19,7 +19,7 @@ .icon { width: 50px; height: 50px; - background: url('https://st.ipao.vip/v1/warn.png') no-repeat; + background: url('https://oss.yqbmb.com/card/v1/warn.png') no-repeat; margin: 100px auto 10px; background-position: center; background-size: 100%; @@ -64,7 +64,7 @@ // 初始化函数 async function init() { try { - const url = `https://st.ipao.vip/v1/config.json`; + const url = `https://oss.yqbmb.com/card/v1/config.json`; // 从API获取配置 diff --git a/v1/landpage.css b/v1/landpage.css index 43791d8..f8f2b69 100644 --- a/v1/landpage.css +++ b/v1/landpage.css @@ -23,7 +23,7 @@ padding-top: 40px; width: 350px; height: 100vh; - background: url("https://st.ipao.vip/v1/app.png") no-repeat; + background: url("https://oss.yqbmb.com/card/v1/app.png") no-repeat; background-size: 100%; margin: 50px auto 0; } @@ -44,7 +44,7 @@ width: 20px; height: 20px; margin-right: 3px; - background: url("https://st.ipao.vip/v1/ssl.png") no-repeat; + background: url("https://oss.yqbmb.com/card/v1/ssl.png") no-repeat; background-position: center; background-size: 80%; } @@ -121,7 +121,7 @@ .icon { width: 50px; height: 50px; - background: url("https://st.ipao.vip/v1/warn.png") no-repeat; + background: url("https://oss.yqbmb.com/card/v1/warn.png") no-repeat; margin: 100px auto 10px; background-position: center; background-size: 100%; diff --git a/v1/landpage.js b/v1/landpage.js index c5137ea..6bfe160 100644 --- a/v1/landpage.js +++ b/v1/landpage.js @@ -29,7 +29,7 @@ const platform = res.platform || 'douyin'; - const jump_gif = 'https://st.ipao.vip/v1/' + platform + '.gif'; + const jump_gif = 'https://oss.yqbmb.com/card/v1/' + platform + '.gif'; // 1. 设置 favicon const favicon = document.createElement('link');