修改域名为tiefen.space

This commit is contained in:
yezian 2024-12-19 15:01:58 +08:00
parent 77d2b92154
commit 9baccf7c1a
10 changed files with 16 additions and 16 deletions

View File

@ -280,7 +280,7 @@ export const createOrder = async (type = "alipay_h5") => {
break; break;
case "wxpay_h5": case "wxpay_h5":
router.push( router.push(
`https://shop.tiefen.fun/pay/wxpay_h5/${encodeURIComponent( `https://shop.tiefen.space/pay/wxpay_h5/${encodeURIComponent(
data.data.wxpay_h5_param_str data.data.wxpay_h5_param_str
)}` )}`
); );

View File

@ -97,7 +97,7 @@ textarea {
.custom-tabs .adm-tabs-tab-line { .custom-tabs .adm-tabs-tab-line {
background: none; background: none;
background-image: url("https://filecdntx01.tiefen.fun/web_app_public/icons/tabindicator.png"); background-image: url("https://levianderwinv01.tiefen.space/web_app_public/icons/tabindicator.png");
height: 34px; height: 34px;
background-position: -2px -18px; background-position: -2px -18px;
background-size: cover; background-size: cover;
@ -196,7 +196,7 @@ textarea {
.tabPinkLine::after { .tabPinkLine::after {
content: ""; content: "";
position: absolute; position: absolute;
background-image: url("https://filecdntx01.tiefen.fun/web_app_public/icons/tabindicator.png"); background-image: url("https://levianderwinv01.tiefen.space/web_app_public/icons/tabindicator.png");
height: 34px; height: 34px;
background-position: -2px -18px; background-position: -2px -18px;
background-size: cover; background-size: cover;
@ -209,7 +209,7 @@ textarea {
.titlePinkLine::after { .titlePinkLine::after {
content: ""; content: "";
position: absolute; position: absolute;
background-image: url("https://filecdntx01.tiefen.fun/web_app_public/icons/pinkline.png"); background-image: url("https://levianderwinv01.tiefen.space/web_app_public/icons/pinkline.png");
height: 12px; height: 12px;
width: inherit; width: inherit;
min-width: 42px; min-width: 42px;

View File

@ -16,7 +16,7 @@
.custom-tabs .adm-tabs-tab-line { .custom-tabs .adm-tabs-tab-line {
background: none; background: none;
background-image: url("https://filecdntx01.tiefen.fun/web_app_public/icons/tabindicator.png"); background-image: url("https://levianderwinv01.tiefen.space/web_app_public/icons/tabindicator.png");
height: 34px; height: 34px;
background-position: -2px -18px; background-position: -2px -18px;
background-size: cover; background-size: cover;

View File

@ -15,7 +15,7 @@
} }
.customTabs>div>div:last-child>div:first-child::after{ .customTabs>div>div:last-child>div:first-child::after{
content: ""; content: "";
background-image: url("https://filecdntx01.tiefen.fun/web_app_public/icons/tabindicator.png"); background-image: url("https://levianderwinv01.tiefen.space/web_app_public/icons/tabindicator.png");
height: 44px; height: 44px;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;

View File

@ -650,7 +650,7 @@ const BottomBox = () => {
</div> </div>
<div <div
className="px-2 py-1 rounded-full bg-[#FF669E]" className="px-2 py-1 rounded-full bg-[#FF669E]"
onClick={() => router.push("https://tiefen.fun")} onClick={() => router.push("https://tiefen.space")}
> >
下载APP 下载APP
</div> </div>

View File

@ -15,7 +15,7 @@
} }
.customTabs>div>div:last-child>div:first-child::after{ .customTabs>div>div:last-child>div:first-child::after{
content: ""; content: "";
background-image: url("https://filecdntx01.tiefen.fun/web_app_public/icons/tabindicator.png"); background-image: url("https://levianderwinv01.tiefen.space/web_app_public/icons/tabindicator.png");
height: 44px; height: 44px;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;

View File

@ -14,7 +14,7 @@ export default function ShareSpace() {
const { mid } = useParams(); const { mid } = useParams();
const webUrl = process.env.NEXT_PUBLIC_WEB_URL; const webUrl = process.env.NEXT_PUBLIC_WEB_URL;
const [streamerInfo, setStreamerInfo] = useState(null); const [streamerInfo, setStreamerInfo] = useState(null);
const [shareWebUrl, setShareWebUrl] = useState("https://tiefen.fun"); const [shareWebUrl, setShareWebUrl] = useState("https://tiefen.space");
function generateRandomString(length = 10) { function generateRandomString(length = 10) {
const characters = const characters =

View File

@ -15,7 +15,7 @@
} }
.customTabs>div>div:last-child>div:first-child::after{ .customTabs>div>div:last-child>div:first-child::after{
content: ""; content: "";
background-image: url("https://filecdntx01.tiefen.fun/web_app_public/icons/tabindicator.png"); background-image: url("https://levianderwinv01.tiefen.space/web_app_public/icons/tabindicator.png");
height: 44px; height: 44px;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;

View File

@ -15,7 +15,7 @@ export default function Share() {
// //
const [data, setData] = useState({}); const [data, setData] = useState({});
const [qrcodeUrl, setQrcodeUrl] = useState(""); const [qrcodeUrl, setQrcodeUrl] = useState("");
const [shareWebUrl, setShareWebUrl] = useState("https://tiefen.fun"); const [shareWebUrl, setShareWebUrl] = useState("https://tiefen.space");
const [isFetching, setIsFetching] = useState(true); const [isFetching, setIsFetching] = useState(true);
const router = useRouter(); const router = useRouter();
const { user_id } = useParams(); const { user_id } = useParams();
@ -46,12 +46,12 @@ export default function Share() {
Toast.show({ Toast.show({
content: data.msg, content: data.msg,
}); });
return "https://tiefen.fun"; return "https://tiefen.space";
} }
const randomUrl = getRandomUrl(data.data.share_redirect_urls); const randomUrl = getRandomUrl(data.data.share_redirect_urls);
return randomUrl; return randomUrl;
} catch (error) { } catch (error) {
return "https://tiefen.fun"; return "https://tiefen.space";
} }
}; };
@ -148,7 +148,7 @@ export default function Share() {
<span className="whitespace-nowrap">铁粉空间</span> <span className="whitespace-nowrap">铁粉空间</span>
</div> </div>
<span className="text-[#ffffff80] whitespace-nowrap"> <span className="text-[#ffffff80] whitespace-nowrap">
|官网:tiefen.fun |官网:tiefen.space
</span> </span>
</div> </div>
</div> </div>

View File

@ -4,8 +4,8 @@ const nextConfig = {
return [ return [
{ {
source: "/api/:path*", source: "/api/:path*",
destination: "https://h5api.tiefen.fun/api/:path*", destination: "https://h5api.tiefen.space/api/:path*",
// destination: "https://testapi.tiefen.fun/api/:path*", // destination: "https://testapi.tiefen.space/api/:path*",
}, },
{ {
source: "/imgprod/:path*", source: "/imgprod/:path*",