init:初始化仓库

This commit is contained in:
2025-12-18 10:29:06 +08:00
commit c0b1f4d59b
184 changed files with 24119 additions and 0 deletions

9
.npmrc Normal file
View File

@@ -0,0 +1,9 @@
# registry = https://registry.npmjs.org
registry = https://registry.npmmirror.com
strict-peer-dependencies=false
auto-install-peers=true
shamefully-hoist=true
ignore-workspace-root-check=true
install-workspace-root=true
node-options=--max-old-space-size=8192