mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-28 10:03:54 +08:00
update:智控台音色克隆
This commit is contained in:
@@ -240,7 +240,7 @@ export default {
|
||||
'settings.restartLater': 'Later',
|
||||
// About us
|
||||
'settings.aboutApp': 'About XiaoZhi Console',
|
||||
'settings.aboutContent': 'XiaoZhi Console\n\nA cross-platform mobile management app built with Vue.js 3 + uni-app, providing device management, agent configuration and other functions for xiaozhi ESP32 smart hardware.\n\n© 2025 xiaozhi-esp32-server 0.8.3',
|
||||
'settings.aboutContent': 'XiaoZhi Console\n\nA cross-platform mobile management app built with Vue.js 3 + uni-app, providing device management, agent configuration and other functions for xiaozhi ESP32 smart hardware.\n\n© 2025 xiaozhi-esp32-server {version}',
|
||||
'settings.restartSuccess': 'Saved, you can manually restart the app later',
|
||||
'settings.serverUrlSavedAndCacheCleared': 'Server URL saved and cache cleared',
|
||||
'settings.resetToDefaultAndCacheCleared': 'Reset to default and cache cleared',
|
||||
|
||||
@@ -240,7 +240,7 @@ export default {
|
||||
'settings.restartLater': '稍後',
|
||||
// 關於我們
|
||||
'settings.aboutApp': '關於小智智控台',
|
||||
'settings.aboutContent': '小智智控台\n\n基於 Vue.js 3 + uni-app 構建的跨平台移動端管理應用,為小智ESP32智能硬體提供設備管理、智能體配置等功能。\n\n© 2025 xiaozhi-esp32-server 0.8.3',
|
||||
'settings.aboutContent': '小智智控台\n\n基於 Vue.js 3 + uni-app 構建的跨平台移動端管理應用,為小智ESP32智能硬體提供設備管理、智能體配置等功能。\n\n© 2025 xiaozhi-esp32-server {version}',
|
||||
'settings.restartSuccess': '已保存,可稍後手動重啟應用',
|
||||
'settings.serverUrlSavedAndCacheCleared': '服務端地址已保存,緩存已清除',
|
||||
'settings.resetToDefaultAndCacheCleared': '已恢復默認設置,緩存已清除',
|
||||
|
||||
@@ -235,7 +235,7 @@ function showAbout() {
|
||||
title: t('settings.aboutApp', { appName: import.meta.env.VITE_APP_TITLE }),
|
||||
content: t('settings.aboutContent', {
|
||||
appName: import.meta.env.VITE_APP_TITLE,
|
||||
version: '0.8.3'
|
||||
version: '0.8.4'
|
||||
}),
|
||||
showCancel: false,
|
||||
confirmText: t('common.confirm'),
|
||||
|
||||
Reference in New Issue
Block a user