File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
manager-api/src/main/java/xiaozhi/common/constant
manager-mobile/src/pages/settings Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ public interface Constant {
9595 * mqtt gateway 配置
9696 */
9797 String SERVER_MQTT_GATEWAY = "server.mqtt_gateway" ;
98-
9998
10099 /**
101100 * ota地址
@@ -243,7 +242,7 @@ enum ChatHistoryConfEnum {
243242 /**
244243 * 版本号
245244 */
246- public static final String VERSION = "0.7.7 " ;
245+ public static final String VERSION = "0.8.1 " ;
247246
248247 /**
249248 * 无效固件URL
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ function showAbout() {
222222 title: ` 关于${import .meta .env .VITE_APP_TITLE } ` ,
223223 content: ` ${import .meta .env .VITE_APP_TITLE }\n\n 基于 Vue.js 3 + uni-app 构建的跨平台移动端管理应用,为小智ESP32智能硬件提供设备管理、智能体配置等功能。\n\n © 2025 xiaozhi-esp32-server ` ,
224224 title: ` 关于小智智控台 ` ,
225- content: ` 小智智控台\n\n 基于 Vue.js 3 + uni-app 构建的跨平台移动端管理应用,为小智ESP32智能硬件提供设备管理、智能体配置等功能。\n\n © 2025 xiaozhi-esp32-server 0.7.7 ` ,
225+ content: ` 小智智控台\n\n 基于 Vue.js 3 + uni-app 构建的跨平台移动端管理应用,为小智ESP32智能硬件提供设备管理、智能体配置等功能。\n\n © 2025 xiaozhi-esp32-server 0.8.1 ` ,
226226 showCancel: false ,
227227 confirmText: ' 确定' ,
228228 })
Original file line number Diff line number Diff line change 55from config .settings import check_config_file
66from datetime import datetime
77
8- SERVER_VERSION = "0.7.7 "
8+ SERVER_VERSION = "0.8.1 "
99_logger_initialized = False
1010
1111
You can’t perform that action at this time.
0 commit comments