Browse Source

添加APPID

wenningning 2 năm trước cách đây
mục cha
commit
8f7b82c69a
2 tập tin đã thay đổi với 27 bổ sung2 xóa
  1. 25 0
      .gitignore
  2. 2 2
      sleep/manifest.json

+ 25 - 0
.gitignore

@@ -0,0 +1,25 @@
+.DS_Store
+node_modules/
+unpackage/
+dist/
+build/
+/node_modules
+
+# local env files
+.env.local
+.env.*.local
+
+# Log files
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# Editor directories and files
+.project
+.idea
+.vscode
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw*

+ 2 - 2
sleep/manifest.json

@@ -1,6 +1,6 @@
 {
     "name" : "sleep",
-    "appid" : "",
+    "appid" : "__UNI__42E80AD",
     "description" : "爱上听音乐",
     "versionName" : "1.0.0",
     "versionCode" : "100",
@@ -85,7 +85,7 @@
     },
     "quickapp" : {},
     "mp-weixin" : {
-        "appid" : "",
+        "appid" : "wx39e390ff4635fc8e",
         "requiredBackgroundModes" : [ "audio" ],
         "setting" : {
             "urlCheck" : true,