chore(release): 4.0.0

This commit is contained in:
lukaijie
2025-12-10 22:54:02 +08:00
commit 8511464e23
376 changed files with 63086 additions and 0 deletions

8
config/dev.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
env: {
NODE_ENV: '"development"'
},
defineConstants: {},
mini: {},
h5: {}
}