优化测试信息修改项

This commit is contained in:
冯佳
2025-07-31 17:19:34 +08:00
parent 54bf9f6d94
commit 3025eec915
2 changed files with 216 additions and 211 deletions

View File

@ -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

1 User User_pass Wifi_SSID Modbus_IP Modbus_Port NFC_ID Reserve
2 正式测试 0000 zhizhan-2 10.10.100.254 8899 0000 1111 9999
3 正式用户 0000 USR-DR404_3EB0 10.10.100.254 8899 0000 0000

View File

@ -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"