From ee6948a09d908acff705fd09d3c298e456e9d452 Mon Sep 17 00:00:00 2001 From: shumengya Date: Wed, 24 Jun 2026 22:10:30 +0800 Subject: [PATCH] chore: sync local changes to Gitea --- .wrangler/cache/pages.json | 4 ++++ .wrangler/cache/wrangler-account.json | 6 ++++++ index.html | 13 +++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 .wrangler/cache/pages.json create mode 100644 .wrangler/cache/wrangler-account.json create mode 100644 index.html diff --git a/.wrangler/cache/pages.json b/.wrangler/cache/pages.json new file mode 100644 index 0000000..e3c7add --- /dev/null +++ b/.wrangler/cache/pages.json @@ -0,0 +1,4 @@ +{ + "account_id": "3fdbaad92364222635c5c1c41ff1af8b", + "project_name": "mengyaprofile" +} \ No newline at end of file diff --git a/.wrangler/cache/wrangler-account.json b/.wrangler/cache/wrangler-account.json new file mode 100644 index 0000000..3d01dad --- /dev/null +++ b/.wrangler/cache/wrangler-account.json @@ -0,0 +1,6 @@ +{ + "account": { + "id": "3fdbaad92364222635c5c1c41ff1af8b", + "name": "shumengya" + } +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..6794253 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + 正在跳转中 + + + + + \ No newline at end of file