diff --git a/.github/README.md b/.github/README.md index 6b62c01..410cfe4 100644 --- a/.github/README.md +++ b/.github/README.md @@ -83,7 +83,7 @@ I hope that Vue and its powerful community ecology can be used in Wails applicat ## Graphic Demo -[![Demo Screenshot](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/.github/preview.png "click to view gif demo")](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/.github/preview.gif) +[![Demo Screenshot](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/.github/preview.en.png "click to view gif demo")](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/.github/preview.gif) diff --git a/.github/README.zh-Hans.md b/.github/README.zh-Hans.md index b081d09..fb53d7a 100644 --- a/.github/README.zh-Hans.md +++ b/.github/README.zh-Hans.md @@ -82,7 +82,7 @@ wails-template-vue 模板是一个支持 [Wails](https://github.com/wailsapp/wai ## 图形演示 -[![演示截图](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/.github/preview.png "点击查看gif演示")](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/.github/preview.gif) +[![演示截图](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/.github/preview.zh-Hans.png "点击查看gif演示")](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/.github/preview.gif) diff --git a/.github/preview.en.png b/.github/preview.en.png new file mode 100644 index 0000000..db072b5 Binary files /dev/null and b/.github/preview.en.png differ diff --git a/.github/preview.zh-Hans.png b/.github/preview.zh-Hans.png new file mode 100644 index 0000000..e0b956a Binary files /dev/null and b/.github/preview.zh-Hans.png differ diff --git a/README.md b/README.md index 18e805e..684d74f 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ I hope that Vue and its powerful community ecology can be used in Wails applicat ## Graphic Demo -[![Demo Screenshot](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/.github/preview.png "click to view gif demo")](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/.github/preview.gif) +[![Demo Screenshot](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/.github/preview.en.png "click to view gif demo")](https://cdn.jsdelivr.net/gh/misitebao/wails-template-vue@main/.github/preview.gif) diff --git a/frontend/packages/javascript/src/i18n/locales/en.json b/frontend/packages/javascript/src/i18n/locales/en.json index 6ac744d..00ab1df 100644 --- a/frontend/packages/javascript/src/i18n/locales/en.json +++ b/frontend/packages/javascript/src/i18n/locales/en.json @@ -15,7 +15,7 @@ "homepage": { "welcome": "Welcome to use Wails program developed based on Vue", "getting-started": "Getting Started", - "star-me": "Star Me" + "star-me": "Github" }, "aboutpage": { "title": "Wails Template Vue", diff --git a/frontend/packages/javascript/src/i18n/locales/fr.json b/frontend/packages/javascript/src/i18n/locales/fr.json index 0de46ea..94bf443 100644 --- a/frontend/packages/javascript/src/i18n/locales/fr.json +++ b/frontend/packages/javascript/src/i18n/locales/fr.json @@ -15,7 +15,7 @@ "homepage": { "welcome": "Bienvenue à utiliser le programme Wails développé sur la base de Vue", "getting-started": "Commencer", - "star-me": "Étoile moi" + "star-me": "Github" }, "aboutpage": { "title": "Wails Template Vue", diff --git a/frontend/packages/javascript/src/i18n/locales/zh-Hans.json b/frontend/packages/javascript/src/i18n/locales/zh-Hans.json index af83471..dece5b1 100644 --- a/frontend/packages/javascript/src/i18n/locales/zh-Hans.json +++ b/frontend/packages/javascript/src/i18n/locales/zh-Hans.json @@ -14,8 +14,8 @@ }, "homepage": { "welcome": "欢迎使用基于Vue开发的Wails程序", - "getting-started": "新手入门", - "star-me": "给我点星" + "getting-started": "快速入门", + "star-me": "Github" }, "aboutpage": { "title": "Wails Template Vue", diff --git a/frontend/packages/typescript/src/i18n/locales/en.json b/frontend/packages/typescript/src/i18n/locales/en.json index 6ac744d..00ab1df 100644 --- a/frontend/packages/typescript/src/i18n/locales/en.json +++ b/frontend/packages/typescript/src/i18n/locales/en.json @@ -15,7 +15,7 @@ "homepage": { "welcome": "Welcome to use Wails program developed based on Vue", "getting-started": "Getting Started", - "star-me": "Star Me" + "star-me": "Github" }, "aboutpage": { "title": "Wails Template Vue", diff --git a/frontend/packages/typescript/src/i18n/locales/fr.json b/frontend/packages/typescript/src/i18n/locales/fr.json index 0de46ea..94bf443 100644 --- a/frontend/packages/typescript/src/i18n/locales/fr.json +++ b/frontend/packages/typescript/src/i18n/locales/fr.json @@ -15,7 +15,7 @@ "homepage": { "welcome": "Bienvenue à utiliser le programme Wails développé sur la base de Vue", "getting-started": "Commencer", - "star-me": "Étoile moi" + "star-me": "Github" }, "aboutpage": { "title": "Wails Template Vue", diff --git a/frontend/packages/typescript/src/i18n/locales/zh-Hans.json b/frontend/packages/typescript/src/i18n/locales/zh-Hans.json index af83471..dece5b1 100644 --- a/frontend/packages/typescript/src/i18n/locales/zh-Hans.json +++ b/frontend/packages/typescript/src/i18n/locales/zh-Hans.json @@ -14,8 +14,8 @@ }, "homepage": { "welcome": "欢迎使用基于Vue开发的Wails程序", - "getting-started": "新手入门", - "star-me": "给我点星" + "getting-started": "快速入门", + "star-me": "Github" }, "aboutpage": { "title": "Wails Template Vue",