feat(core): 主页面添加新配置项 自动恢复上次编辑状态

This commit is contained in:
王立帮
2025-09-24 22:08:03 +08:00
parent b5b2a7422d
commit 851bb60057
8 changed files with 25 additions and 5 deletions

View File

@@ -2140,7 +2140,7 @@ En.MIXLY_ESP32_SERVO_SPEED_TOOLIPS = 'Set the rotation speed of the servo(-100~1
En.MIXLY_ESP32_LED_SETONOFF = "Set the status of the embedded LED light";
En.MIXLY_ESP32_LED_GETONOFF = "Get the current status of the embedded LED light";
En.MIXLY_ESP32_LED_SETBRIGHT = "Set the current brightness of the embedded LED light (0 ~ 1023)";
En.ZhHans.MIXLY_ESP32_LED_GETBRIGHT = "Get the current brightness of the embedded LED light (0 ~ 1023)";
En.MIXLY_ESP32_LED_GETBRIGHT = "Get the current brightness of the embedded LED light (0 ~ 1023)";
En.MIXLY_ESP32_MUSIC_PLAYSHOW = "Play the note list and display the corresponding note";
En.MIXLY_ESP32_MUSIC_SET_TEMPO = "Set the resolution and speed of playing music";
En.MIXLY_ESP32_MUSIC_GET_TEMPO = "Get the current rhythm of the music";