新增页面开发 #20

Merged
gaogaoyujie merged 3 commits from gyj into dev 2024-02-02 09:21:52 +00:00
3 changed files with 47 additions and 0 deletions
Showing only changes of commit 765ff75818 - Show all commits
+9
View File
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
</body>
</html>
+30
View File
@@ -0,0 +1,30 @@
{
"appid": "wx91cb8459dca561b4",
"compileType": "miniprogram",
"libVersion": "2.25.3",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"coverView": true,
"es6": true,
"postcss": true,
"minified": true,
"enhance": true,
"showShadowRootInWxmlPanel": true,
"packNpmRelationList": [],
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"miniprogramRoot": "unpackage/dist/dev/mp-weixin/",
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
},
"srcMiniprogramRoot": "unpackage/dist/dev/mp-weixin/"
}
+8
View File
@@ -0,0 +1,8 @@
{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "miniapp",
"setting": {
"compileHotReLoad": true,
"urlCheck": false
}
}