Skip to content

Commit

Permalink
优化部分功能标题
Browse files Browse the repository at this point in the history
  • Loading branch information
hslr-s committed Jan 17, 2024
1 parent 82297a0 commit e775aad
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion service/assets/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9|1.3.0-beta24-01-09
9|1.3.0-beta24-01-17
1 change: 1 addition & 0 deletions src/assets/svg-icons/ion-color-palette-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"1400": "Parameter format error"
},
"appLauncher": {
"title": "System Applications & Settings"
"title": "System Applications"
},
"apps": {
"about": {
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"1400": "参数格式错误"
},
"appLauncher": {
"title": "系统应用 & 设置"
"title": "系统应用"
},
"apps": {
"about": {
Expand All @@ -48,7 +48,7 @@
"viewUpdateLog": "点此查看更新说明"
},
"baseSettings": {
"appName": "基础设置",
"appName": "风格设置",
"bottomMargin": "下边距",
"clock": "时钟组件",
"clockSecondShow": "显示秒",
Expand Down
2 changes: 1 addition & 1 deletion src/views/home/components/AppStarter/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const apps = ref<App[]>([
{
name: t('apps.baseSettings.appName'),
componentName: 'Style',
icon: 'ep-setting',
icon: 'ion-color-palette-outline',
},
{
name: t('apps.itemGroupManage.appName'),
Expand Down

0 comments on commit e775aad

Please sign in to comment.