chore: sync local changes to Gitea
This commit is contained in:
4
.wrangler/cache/pages.json
vendored
Normal file
4
.wrangler/cache/pages.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"account_id": "3fdbaad92364222635c5c1c41ff1af8b",
|
||||||
|
"project_name": "mengyaprofile"
|
||||||
|
}
|
||||||
6
.wrangler/cache/wrangler-account.json
vendored
Normal file
6
.wrangler/cache/wrangler-account.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"account": {
|
||||||
|
"id": "3fdbaad92364222635c5c1c41ff1af8b",
|
||||||
|
"name": "shumengya"
|
||||||
|
}
|
||||||
|
}
|
||||||
13
index.html
Normal file
13
index.html
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="refresh" content="0;url=https://www.shumengya.top">
|
||||||
|
<title>正在跳转中</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script>
|
||||||
|
location.replace("https://www.shumengya.top");
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user