diff --git a/pages.json b/pages.json
index b5b8379..e546666 100644
--- a/pages.json
+++ b/pages.json
@@ -400,6 +400,20 @@
"navigationBarTitleText": "上传数据",
"disableScroll": true
}
+ },
+ {
+ "path": "pages/openDirection/openDirection",
+ "style": {
+ "navigationBarTitleText": "开门方向设置",
+ "disableScroll": true
+ }
+ },
+ {
+ "path": "pages/motorTorsion/motorTorsion",
+ "style": {
+ "navigationBarTitleText": "电机功率设置",
+ "disableScroll": true
+ }
}
],
"globalStyle": {
diff --git a/pages/motorTorsion/motorTorsion.vue b/pages/motorTorsion/motorTorsion.vue
new file mode 100644
index 0000000..0b58f74
--- /dev/null
+++ b/pages/motorTorsion/motorTorsion.vue
@@ -0,0 +1,125 @@
+
+
+
+ 请根据门锁实际情况,请谨慎选择电机功率:
+
+
+
+
+
+
+ 小功率:
+ 耗电少
+
+
+
+
+
+
+
+ 中功率:
+ 常规使用
+
+
+
+
+
+
+
+ 大功率:
+
+ 如果开锁时锁舌不能正常回收,或需要带动天地钩,建议选择大功率。此时耗电将会增加。
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/openDirection/openDirection.vue b/pages/openDirection/openDirection.vue
new file mode 100644
index 0000000..a159a80
--- /dev/null
+++ b/pages/openDirection/openDirection.vue
@@ -0,0 +1,120 @@
+
+
+
+ 请谨慎选择您家的开门方向(如果选择错误,将无法正常开关门):
+
+
+
+
+
+ 左开
+
+
+
+
+ 右开
+
+
+ 判断方法:人站在屋外,面向入户门。
+ 如果门的合页或门轴在左边,则门是左开;
+ 如果门的合页或门轴在右边,则门是右开。
+ 如果设置错误,将无法正常开关门。
+ 建议由安装或维修人员操作。
+
+
+
+
+
+
+
diff --git a/pages/setting/setting.vue b/pages/setting/setting.vue
index f309cf1..c07aa26 100644
--- a/pages/setting/setting.vue
+++ b/pages/setting/setting.vue
@@ -116,6 +116,28 @@
+
+ 开门方向设置
+
+
+
+ 电机功率设置
+
+