refactor(auth-files): simplify modal structure and improve JSON display styling

This commit is contained in:
Supra4E8C
2025-11-20 18:03:10 +08:00
parent c5010adb82
commit 23d8d20dbf
2 changed files with 7 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"start": "npx serve .",
"dev": "npx serve . --port 3000",
"dev": "npx serve . -l 3090",
"build": "node build.cjs",
"lint": "echo '使用浏览器开发者工具检查代码'"
},