chore: migrate assets to new domain

This commit is contained in:
杨豪
2026-09-01 11:33:26 +08:00
parent 0571835458
commit 460e30c023
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
<head>
<meta content="点击一下咨询" property="og:title" />
<meta content="获取最新报价" property="og:description" />
<meta content="https://st.ipao.vip/v1/card.jpg" property="og:image" />
<base href="https://st.ipao.vip/v1/">
<meta content="https://oss.yqbmb.com/card/v1/card.jpg" property="og:image" />
<base href="https://oss.yqbmb.com/card/v1/" />
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" />
+1 -1
View File
@@ -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": "正在前往咨询",
+2 -2
View File
@@ -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获取配置
+3 -3
View File
@@ -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%;
+1 -1
View File
@@ -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');