Connect student profiles, defaults, and feedback records to the Rust API. Configure the WeChat AppID, custom tab bar, and local development workflow for version 0.1.0.
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"compileType": "miniprogram",
|
|
"libVersion": "3.9.12",
|
|
"miniprogramRoot": "./",
|
|
"setting": {
|
|
"urlCheck": false,
|
|
"es6": true,
|
|
"enhance": true,
|
|
"postcss": true,
|
|
"minified": true,
|
|
"ignoreDevUnusedFiles": false,
|
|
"ignoreUploadUnusedFiles": false,
|
|
"minifyWXML": true,
|
|
"useCompilerPlugins": [
|
|
"typescript"
|
|
],
|
|
"compileWorklet": false,
|
|
"uglifyFileName": false,
|
|
"uploadWithSourceMap": true,
|
|
"packNpmManually": false,
|
|
"packNpmRelationList": [],
|
|
"minifyWXSS": true,
|
|
"localPlugins": false,
|
|
"disableUseStrict": false,
|
|
"condition": false,
|
|
"swc": false,
|
|
"disableSWC": true,
|
|
"babelSetting": {
|
|
"ignore": [],
|
|
"disablePlugins": [],
|
|
"outputPath": ""
|
|
}
|
|
},
|
|
"packOptions": {
|
|
"ignore": [
|
|
{
|
|
"value": "server",
|
|
"type": "folder"
|
|
},
|
|
{
|
|
"value": "node_modules",
|
|
"type": "folder"
|
|
},
|
|
{
|
|
"value": "graphify-out",
|
|
"type": "folder"
|
|
}
|
|
],
|
|
"include": []
|
|
},
|
|
"appid": "wx3fe11e262a4b4885",
|
|
"simulatorPluginLibVersion": {},
|
|
"editorSetting": {}
|
|
} |