gyj пре 2 година
родитељ
комит
765ff75818
3 измењених фајлова са 47 додато и 0 уклоњено
  1. 9
    0
      new_file.html
  2. 30
    0
      project.config.json
  3. 8
    0
      project.private.config.json

+ 9
- 0
new_file.html Прегледај датотеку

@@ -0,0 +1,9 @@
1
+<!DOCTYPE html>
2
+<html>
3
+	<head>
4
+		<meta charset="utf-8">
5
+		<title></title>
6
+	</head>
7
+	<body>
8
+	</body>
9
+</html>

+ 30
- 0
project.config.json Прегледај датотеку

@@ -0,0 +1,30 @@
1
+{
2
+  "appid": "wx91cb8459dca561b4",
3
+  "compileType": "miniprogram",
4
+  "libVersion": "2.25.3",
5
+  "packOptions": {
6
+    "ignore": [],
7
+    "include": []
8
+  },
9
+  "setting": {
10
+    "coverView": true,
11
+    "es6": true,
12
+    "postcss": true,
13
+    "minified": true,
14
+    "enhance": true,
15
+    "showShadowRootInWxmlPanel": true,
16
+    "packNpmRelationList": [],
17
+    "babelSetting": {
18
+      "ignore": [],
19
+      "disablePlugins": [],
20
+      "outputPath": ""
21
+    }
22
+  },
23
+  "miniprogramRoot": "unpackage/dist/dev/mp-weixin/",
24
+  "condition": {},
25
+  "editorSetting": {
26
+    "tabIndent": "insertSpaces",
27
+    "tabSize": 2
28
+  },
29
+  "srcMiniprogramRoot": "unpackage/dist/dev/mp-weixin/"
30
+}

+ 8
- 0
project.private.config.json Прегледај датотеку

@@ -0,0 +1,8 @@
1
+{
2
+  "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
3
+  "projectname": "miniapp",
4
+  "setting": {
5
+    "compileHotReLoad": true,
6
+    "urlCheck": false
7
+  }
8
+}