隐私协议与服务政策

This commit is contained in:
2026-03-27 14:29:49 +08:00
parent 55d1ecf684
commit c8dbd56b4a
10 changed files with 2915 additions and 308 deletions

View File

@@ -10,11 +10,14 @@
"preview": "vite preview"
},
"dependencies": {
"markdown-it": "^14.1.1",
"react": "^19.2.0",
"react-dom": "^19.2.0"
"react-dom": "^19.2.0",
"react-router-dom": "^7.13.2"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/markdown-it": "^14.1.2",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",