1
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/backend/venv/
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"host": "192.168.2.183",
|
"host": "127.0.0.1",
|
||||||
"port": 3308,
|
"port": 3306,
|
||||||
"user": "root",
|
"user": "root",
|
||||||
"password": "rootroot",
|
"password": "123456",
|
||||||
"database": "spam_nb_miniapp",
|
"database": "spam_nb_miniapp",
|
||||||
"charset": "utf8mb4",
|
"charset": "utf8mb4",
|
||||||
"admin_init": {
|
"admin_init": {
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"host": "127.0.0.1",
|
|
||||||
"port": 3306,
|
|
||||||
"user": "root",
|
|
||||||
"password": "pk123123",
|
|
||||||
"database": "spam_nb_miniapp",
|
|
||||||
"charset": "utf8mb4",
|
|
||||||
"admin_init": {
|
|
||||||
"create_default_admin": true,
|
|
||||||
"username": "admin",
|
|
||||||
"password": "Admin@123456",
|
|
||||||
"nickname": "系统管理员"
|
|
||||||
},
|
|
||||||
"detection_init": {
|
|
||||||
"spam_threshold": 0.75
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -30,6 +30,10 @@
|
|||||||
"include": []
|
"include": []
|
||||||
},
|
},
|
||||||
"appid": "wx42ba28b8e545ba14",
|
"appid": "wx42ba28b8e545ba14",
|
||||||
"editorSetting": {},
|
"editorSetting": {
|
||||||
"libVersion": "3.15.0"
|
"tabIndent": "tab",
|
||||||
|
"tabSize": 4
|
||||||
|
},
|
||||||
|
"libVersion": "3.15.0",
|
||||||
|
"condition": {}
|
||||||
}
|
}
|
||||||
@@ -2,10 +2,9 @@
|
|||||||
"libVersion": "3.15.0",
|
"libVersion": "3.15.0",
|
||||||
"projectname": "miniprogram",
|
"projectname": "miniprogram",
|
||||||
"setting": {
|
"setting": {
|
||||||
"urlCheck": true,
|
"urlCheck": false,
|
||||||
"coverView": true,
|
"coverView": true,
|
||||||
"lazyloadPlaceholderEnable": false,
|
"lazyloadPlaceholderEnable": false,
|
||||||
"skylineRenderEnable": false,
|
|
||||||
"preloadBackgroundData": false,
|
"preloadBackgroundData": false,
|
||||||
"autoAudits": false,
|
"autoAudits": false,
|
||||||
"showShadowRootInWxmlPanel": true,
|
"showShadowRootInWxmlPanel": true,
|
||||||
@@ -17,5 +16,6 @@
|
|||||||
"checkInvalidKey": true,
|
"checkInvalidKey": true,
|
||||||
"ignoreDevUnusedFiles": true,
|
"ignoreDevUnusedFiles": true,
|
||||||
"bigPackageSizeSupport": false
|
"bigPackageSizeSupport": false
|
||||||
}
|
},
|
||||||
|
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user