Compare commits
18 Commits
main
...
space_doma
Author | SHA1 | Date |
---|---|---|
|
198c2ba13d | |
|
aa39f0030c | |
|
180b6d5842 | |
|
ab02afa7a7 | |
|
b67adf072f | |
|
e060c34349 | |
|
5ab6fcd84b | |
|
6d512b8299 | |
|
132ea81654 | |
|
9a6d9f23a5 | |
|
2d6565e08e | |
|
bc969644ea | |
|
f80866dac7 | |
|
8f5eb598bc | |
|
9a4707780a | |
|
37b86894fc | |
|
6070939351 | |
|
9baccf7c1a |
|
@ -280,7 +280,7 @@ export const createOrder = async (type = "alipay_h5") => {
|
|||
break;
|
||||
case "wxpay_h5":
|
||||
router.push(
|
||||
`https://shop.tiefen.fun/pay/wxpay_h5/${encodeURIComponent(
|
||||
`https://shop.tiefen.space/pay/wxpay_h5/${encodeURIComponent(
|
||||
data.data.wxpay_h5_param_str
|
||||
)}`
|
||||
);
|
||||
|
|
|
@ -105,7 +105,7 @@ textarea {
|
|||
|
||||
.custom-tabs .adm-tabs-tab-line {
|
||||
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;
|
||||
background-position: -2px -18px;
|
||||
background-size: cover;
|
||||
|
@ -204,7 +204,7 @@ textarea {
|
|||
.tabPinkLine::after {
|
||||
content: "";
|
||||
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;
|
||||
background-position: -2px -18px;
|
||||
background-size: cover;
|
||||
|
@ -217,7 +217,7 @@ textarea {
|
|||
.titlePinkLine::after {
|
||||
content: "";
|
||||
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;
|
||||
width: inherit;
|
||||
min-width: 42px;
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
.custom-tabs .adm-tabs-tab-line {
|
||||
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;
|
||||
background-position: -2px -18px;
|
||||
background-size: cover;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
.customTabs>div>div:last-child>div:first-child::after{
|
||||
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;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
|
|
|
@ -658,7 +658,7 @@ const BottomBox = () => {
|
|||
</div>
|
||||
<div
|
||||
className="px-2 py-1 rounded-full bg-[#FF669E]"
|
||||
onClick={() => router.push("https://tiefen.fun")}
|
||||
onClick={() => router.push("https://tiefen.space")}
|
||||
>
|
||||
下载APP
|
||||
</div>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
.customTabs>div>div:last-child>div:first-child::after{
|
||||
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;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
|
|
|
@ -12,9 +12,9 @@ import requireAPI from "@/utils/requireAPI";
|
|||
export default function ShareSpace() {
|
||||
const router = useRouter();
|
||||
const { mid } = useParams();
|
||||
const webUrl = process.env.NEXT_PUBLIC_WEB_URL;
|
||||
const webUrl = "https://tiefen.fun";
|
||||
const [streamerInfo, setStreamerInfo] = useState(null);
|
||||
const [shareWebUrl, setShareWebUrl] = useState("https://tiefen.fun");
|
||||
const [shareWebUrl, setShareWebUrl] = useState("https://tiefen.space");
|
||||
|
||||
function generateRandomString(length = 10) {
|
||||
const characters =
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
.customTabs>div>div:last-child>div:first-child::after{
|
||||
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;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
|
|
|
@ -15,7 +15,7 @@ export default function Share() {
|
|||
//获取页面数据、生成二维码
|
||||
const [data, setData] = 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 router = useRouter();
|
||||
const { user_id } = useParams();
|
||||
|
@ -46,12 +46,12 @@ export default function Share() {
|
|||
Toast.show({
|
||||
content: data.msg,
|
||||
});
|
||||
return "https://tiefen.fun";
|
||||
return "https://tiefen.space";
|
||||
}
|
||||
const randomUrl = getRandomUrl(data.data.share_redirect_urls);
|
||||
return randomUrl;
|
||||
} catch (error) {
|
||||
return "https://tiefen.fun";
|
||||
return "https://tiefen.space";
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -148,7 +148,7 @@ export default function Share() {
|
|||
<span className="whitespace-nowrap">铁粉空间</span>
|
||||
</div>
|
||||
<span className="text-[#ffffff80] whitespace-nowrap">
|
||||
|官网:tiefen.fun
|
||||
|官网:tiefen.space
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -4,8 +4,8 @@ const nextConfig = {
|
|||
return [
|
||||
{
|
||||
source: "/api/:path*",
|
||||
destination: "https://h5api.tiefen.fun/api/:path*",
|
||||
// destination: "https://testapi.tiefen.fun/api/:path*",
|
||||
destination: "https://h5api.tiefen.space/api/:path*",
|
||||
// destination: "https://testapi.tiefen.space/api/:path*",
|
||||
},
|
||||
{
|
||||
source: "/imgprod/:path*",
|
||||
|
|
Loading…
Reference in New Issue