继续修改域名

This commit is contained in:
yezian 2024-12-19 14:33:53 +08:00
parent e6a2690d76
commit f8048cc30a
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ export default function Share({ params }) {
//
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);
function generateRandomString(length = 10) {
@ -148,7 +148,7 @@ export default function Share({ params }) {
<span className="whitespace-nowrap">铁粉空间</span>
</div>
<span className="text-[#ffffff80] whitespace-nowrap">
|官网:tiefen.fun
|官网:tiefen.space
</span>
</div>
</div>