Forráskód Böngészése

feat: 加入uuid绑定和远程控制配置

Damon 9 hónapja
szülő
commit
8a1fd006e5

+ 34 - 0
src/pages.json

@@ -229,6 +229,40 @@
         "navigationBarTitleText": "抱歉,出错了",
         "navigationBarTitleText": "抱歉,出错了",
         "navigationStyle": "custom"
         "navigationStyle": "custom"
       }
       }
+    },
+
+    {
+      // uuid绑定
+      "path": "pages/public/uuid",
+      "style": {
+        "navigationBarTitleText": "uuid绑定",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      // 远程操作
+      "path": "pages/public/remote",
+      "style": {
+        "navigationBarTitleText": "远程操作",
+        "navigationStyle": "custom"
+      }
+    },
+
+    {
+      // uuid绑定 腾讯使用
+      "path": "pages/public/uuidt",
+      "style": {
+        "navigationBarTitleText": "uuid绑定",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      // 远程操作 腾讯使用
+      "path": "pages/public/remotet",
+      "style": {
+        "navigationBarTitleText": "远程操作",
+        "navigationStyle": "custom"
+      }
     }
     }
   ]
   ]
 }
 }

+ 0 - 0
src/pages/public/remote.vue


+ 0 - 0
src/pages/public/remotet.vue


+ 0 - 0
src/pages/public/uuid.vue


+ 0 - 0
src/pages/public/uuidt.vue