Skip to content

Commit 35128f2

Browse files
author
kieranwong9865
committed
chore: update description
1 parent 9f96b2b commit 35128f2

File tree

8 files changed

+17
-20
lines changed

8 files changed

+17
-20
lines changed

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ VITE_APP_SOCKET_URL="/ws"
1717
VITE_APP_SOCKET_URL_PROXY="/ws"
1818

1919
# Default name for the app.
20-
VITE_APP_NAME="Vite + Vue 3 SPA starter template"
20+
VITE_APP_NAME="Vite + Vue 3 SPA Starter Template"

.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ VITE_APP_SOCKET_URL="/ws"
1616
VITE_APP_SOCKET_URL_PROXY="/ws"
1717

1818
# Default name for the app.
19-
VITE_APP_NAME="Vite + Vue 3 SPA starter template"
19+
VITE_APP_NAME="Vite + Vue 3 SPA Starter Template"

.env.staging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ VITE_APP_SOCKET_URL="/ws"
1616
VITE_APP_SOCKET_URL_PROXY="/ws"
1717

1818
# Default name for the app.
19-
VITE_APP_NAME="Vite + Vue 3 SPA starter template"
19+
VITE_APP_NAME="Vite + Vue 3 SPA Starter Template"

.env.testing

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ VITE_APP_SOCKET_URL="/ws"
1616
VITE_APP_SOCKET_URL_PROXY="/ws"
1717

1818
# Default name for the app.
19-
VITE_APP_NAME="Vite + Vue 3 SPA starter template"
19+
VITE_APP_NAME="Vite + Vue 3 SPA Starter Template"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Vite + Vue 3 SPA starter template
1+
# Vite + Vue 3 SPA Starter Template
22

33
[![Version](https://img.shields.io/github/v/release/templates-collective/starter-vite-vue3?style=flat&label=%20&color=%230d0d0d)](https://github.com/templates-collective/starter-vite-vue3/releases)
44

5-
Vite + Vue 3 SPA starter template, supports I18n, UnoCSS, Axios, File Routing and API auto-import.
5+
Vite + Vue 3 SPA Starter Template, supports I18n, UnoCSS, Axios, File Routing and API auto-import.
66

77
## Features
88

locales/en.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"app": {
3-
"title": "Vite + Vue 3 SPA starter template",
4-
"description": "Vite + Vue 3 SPA starter template, supports I18n, UnoCSS, Axios, File Routing and API auto-import."
3+
"title": "Vite + Vue 3 SPA Starter Template",
4+
"description": "Vite + Vue 3 SPA Starter Template, supports I18n, UnoCSS, Axios, File Routing and API auto-import."
55
},
66
"page": {
77
"index": {
8-
"title": "Vite + Vue 3 SPA starter template",
8+
"title": "Vite + Vue 3 SPA Starter Template",
99
"get-todo-list": "Get Todo List"
1010
},
1111
"about": {

locales/zh.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
11
{
22
"app": {
3-
"title": "Vite + Vue 3 单页面应用初始化模板",
3+
"title": "Vite + Vue 3 SPA Starter Template",
44
"description": "Vite + Vue 3 单页面应用初始化模板, 支持国际化、Axios、UnoCSS、文件路由和自动化的 API 导入。"
55
},
66
"page": {
7-
"index": {
8-
"title": "Vite + Vue 3 单页面应用初始化模板",
7+
"home": {
8+
"title": "Vite + Vue 3 SPA Starter Template",
99
"get-todo-list": "获取待办事项列表"
1010
},
1111
"about": {
1212
"title": "关于",
1313
"show-logo": "显示 Logo",
1414
"hide-logo": "隐藏 Logo"
15-
},
16-
"not-found": {
17-
"title": "页面未找到",
18-
"content": "抱歉,您访问的页面不存在。"
1915
}
2016
},
2117
"button": {
18+
"about": "关于",
2219
"back": "返回",
23-
"index-page": "首页",
24-
"about-page": "关于页面",
20+
"home": "首页",
2521
"toggle-dark": "切换深色模式",
2622
"toggle-locale": "切换语言"
2723
},
28-
"empty": "暂无内容"
24+
"empty": "暂无内容",
25+
"not-found": "未找到页面"
2926
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "1.3.0",
55
"packageManager": "[email protected]",
6-
"description": "Vite + Vue 3 SPA starter template, supports I18n, UnoCSS, Axios, File Routing and API auto-import.",
6+
"description": "Vite + Vue 3 SPA Starter Template, supports I18n, UnoCSS, Axios, File Routing and API auto-import.",
77
"author": "Kieran Wong <[email protected]> (https://github.com/kieranwong9865/)",
88
"license": "MIT",
99
"engines": {

0 commit comments

Comments
 (0)