浏览代码

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

Damon 9 月之前
父节点
当前提交
8a1fd006e5
共有 5 个文件被更改,包括 34 次插入0 次删除
  1. 34 0
      src/pages.json
  2. 0 0
      src/pages/public/remote.vue
  3. 0 0
      src/pages/public/remotet.vue
  4. 0 0
      src/pages/public/uuid.vue
  5. 0 0
      src/pages/public/uuidt.vue

+ 34 - 0
src/pages.json

@@ -229,6 +229,40 @@
         "navigationBarTitleText": "抱歉,出错了",
         "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