Browse Source

feat: 抖音小程序

xiansin 2 years ago
parent
commit
346153e37d
2 changed files with 9 additions and 5 deletions
  1. 6 2
      mini/manifest.json
  2. 3 3
      mini/pages.json

+ 6 - 2
mini/manifest.json

xqd
@@ -74,10 +74,14 @@
         "usingComponents" : true
     },
     "mp-toutiao" : {
-        "usingComponents" : true
+        "usingComponents" : true,
+        "appid" : "tt5b312d8cc40f46b701"
     },
     "uniStatistics" : {
         "enable" : false
     },
-    "vueVersion" : "2"
+    "vueVersion" : "2",
+    "mp-kuaishou" : {
+        "appid" : "ks658369973403037900"
+    }
 }

+ 3 - 3
mini/pages.json

xqd xqd
@@ -8,7 +8,7 @@
     {
       "path": "pages/index/index",
       "style": {
-        "navigationBarTitleText": "首页",
+        "navigationBarTitleText": "张四爷剧场",
         "enablePullDownRefresh": false
       }
     },
@@ -36,8 +36,8 @@
   "tabBar": {
     "custom": true,
     "color": "#8a8a8a",
-    "selectedColor": "#13227a",
-    "backgroundColor": "#FFFFFF",
+    "selectedColor": "#6EEBE8",
+    "backgroundColor": "#17162B",
     "borderStyle": "black",
     "list": [
       {