init:初始化项目

This commit is contained in:
2026-04-07 15:21:27 +08:00
commit 1b494b6029
366 changed files with 11461 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"/_not-found/page": "app/_not-found/page.js",
"/page": "app/page.js",
"/[locale]/console/page": "app/[locale]/console/page.js",
"/[locale]/docs/page": "app/[locale]/docs/page.js",
"/[locale]/login/page": "app/[locale]/login/page.js",
"/[locale]/page": "app/[locale]/page.js",
"/[locale]/pricing/page": "app/[locale]/pricing/page.js"
}