通用版本分离

This commit is contained in:
2025-12-15 07:56:46 +00:00
parent 36aff7a4c9
commit 37c61f8e72
83 changed files with 2311 additions and 982 deletions

View File

@@ -1,9 +1,6 @@
{
"/_app": "pages/_app.js",
"/_document": "pages/_document.js",
"/admin": "pages/admin.html",
"/competition": "pages/competition.html",
"/_error": "pages/_error.js",
"/": "pages/index.html",
"/404": "pages/404.html"
"/_document": "pages/_document.js",
"/": "pages/index.js"
}