优化测试信息修改项
This commit is contained in:
@ -1,3 +1,3 @@
|
|||||||
User,User_pass,Wifi_SSID,Modbus_IP,Modbus_Port,NFC_ID,Reserve
|
User,User_pass,Wifi_SSID,Modbus_IP,Modbus_Port,NFC_ID,Reserve
|
||||||
正式测试,0000,zhizhan-2,10.10.100.254,8899,0000,1111
|
正式测试,0000,zhizhan-2,10.10.100.254,8899,0000,9999
|
||||||
正式用户,0000,USR-DR404_3EB0,10.10.100.254,8899,0000,0000
|
正式用户,0000,USR-DR404_3EB0,10.10.100.254,8899,0000,0000
|
||||||
|
|||||||
|
11
kv/app.kv
11
kv/app.kv
@ -691,6 +691,14 @@ ScreenManager:
|
|||||||
root.manager.current= "profile"
|
root.manager.current= "profile"
|
||||||
app.on_press_back_arrow()
|
app.on_press_back_arrow()
|
||||||
app.secure_profile()
|
app.secure_profile()
|
||||||
|
ScrollView:
|
||||||
|
size_hint: 1, None
|
||||||
|
height: self.parent.height - dp(150)
|
||||||
|
pos_hint: {'top':0.895}
|
||||||
|
MDList:
|
||||||
|
id : image_label_grid
|
||||||
|
padding: "20dp", "40dp", "12dp", "17dp"
|
||||||
|
spacing: "50dp"
|
||||||
|
|
||||||
MDLabel:
|
MDLabel:
|
||||||
text: "User"
|
text: "User"
|
||||||
@ -907,9 +915,6 @@ ScreenManager:
|
|||||||
width: dp(0.5)
|
width: dp(0.5)
|
||||||
rounded_rectangle: self.x-5, self.y+20, self.width+10, self.height-25, 10,10,10,10,100
|
rounded_rectangle: self.x-5, self.y+20, self.width+10, self.height-25, 10,10,10,10,100
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Button:
|
Button:
|
||||||
text: "保存配置"
|
text: "保存配置"
|
||||||
font_name: "BPoppins"
|
font_name: "BPoppins"
|
||||||
|
|||||||
Reference in New Issue
Block a user