diff --git a/service/assets/version b/service/assets/version
index 0a8912e..7f5d2bb 100644
--- a/service/assets/version
+++ b/service/assets/version
@@ -1 +1 @@
-9|1.3.0-beta24-01-09
\ No newline at end of file
+9|1.3.0-beta24-01-17
\ No newline at end of file
diff --git a/src/assets/svg-icons/ion-color-palette-outline.svg b/src/assets/svg-icons/ion-color-palette-outline.svg
new file mode 100644
index 0000000..e44fcd9
--- /dev/null
+++ b/src/assets/svg-icons/ion-color-palette-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 6ae63f2..aab014a 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -33,7 +33,7 @@
"1400": "Parameter format error"
},
"appLauncher": {
- "title": "System Applications & Settings"
+ "title": "System Applications"
},
"apps": {
"about": {
@@ -48,7 +48,7 @@
"viewUpdateLog": "Click here to view update log"
},
"baseSettings": {
- "appName": "Basic Settings",
+ "appName": "Style Settings",
"bottomMargin": "Bottom margin",
"clock": "Clock component",
"clockSecondShow": "Show seconds",
diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json
index fbb6703..b9008d4 100644
--- a/src/locales/zh-CN.json
+++ b/src/locales/zh-CN.json
@@ -33,7 +33,7 @@
"1400": "参数格式错误"
},
"appLauncher": {
- "title": "系统应用 & 设置"
+ "title": "系统应用"
},
"apps": {
"about": {
@@ -48,7 +48,7 @@
"viewUpdateLog": "点此查看更新说明"
},
"baseSettings": {
- "appName": "基础设置",
+ "appName": "风格设置",
"bottomMargin": "下边距",
"clock": "时钟组件",
"clockSecondShow": "显示秒",
diff --git a/src/views/home/components/AppStarter/index.vue b/src/views/home/components/AppStarter/index.vue
index c90c67e..0e17d9b 100644
--- a/src/views/home/components/AppStarter/index.vue
+++ b/src/views/home/components/AppStarter/index.vue
@@ -36,7 +36,7 @@ const apps = ref([
{
name: t('apps.baseSettings.appName'),
componentName: 'Style',
- icon: 'ep-setting',
+ icon: 'ion-color-palette-outline',
},
{
name: t('apps.itemGroupManage.appName'),