From e2c7ce6315209a1fd306fb2513c11a18f0d748e5 Mon Sep 17 00:00:00 2001 From: dhb52 Date: Wed, 17 Apr 2024 23:47:17 +0800 Subject: [PATCH] feat(sj_1.0.0): locale "Snail Job" --- .env | 2 +- .gitignore | 2 ++ package.json | 10 +++++----- src/layouts/modules/global-footer/index.vue | 2 +- src/locales/langs/en-us.ts | 2 +- src/locales/langs/zh-cn.ts | 2 +- src/views/_builtin/login/index.vue | 4 ++-- 7 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.env b/.env index c883084..6243649 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ VITE_BASE_URL=/ -VITE_APP_TITLE=Easy Retry +VITE_APP_TITLE=Snail Job VITE_APP_DESC=A flexible, reliable, and fast platform for distributed task retry and distributed task scheduling. diff --git a/.gitignore b/.gitignore index fdd159a..f468561 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,5 @@ package-lock.json yarn.lock .VSCodeCounter + +src/typings/elegant-router.d.ts diff --git a/package.json b/package.json index 7df9059..d7e6ecc 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,20 @@ { - "name": "easy-retry", + "name": "snail-job", "type": "module", "version": "1.0.0", "packageManager": "pnpm@8.15.5", "description": "A flexible, reliable, and fast platform for distributed task retry and distributed task scheduling.", "license": "MIT", - "homepage": "https://gitee.com/aizuda/easy-retry", + "homepage": "https://gitee.com/aizuda/snail-job", "repository": { - "url": "https://gitee.com/aizuda/easy-retry.git" + "url": "https://gitee.com/aizuda/snail-job.git" }, "bugs": { - "url": "https://gitee.com/aizuda/easy-retry/issues" + "url": "https://gitee.com/aizuda/snail-job/issues" }, "keywords": [ "Job", - "Easy Retry", + "Snail Job", "Vue3 admin ", "vue-admin-template", "Vite5", diff --git a/src/layouts/modules/global-footer/index.vue b/src/layouts/modules/global-footer/index.vue index d95f5e0..d9a01f0 100644 --- a/src/layouts/modules/global-footer/index.vue +++ b/src/layouts/modules/global-footer/index.vue @@ -13,7 +13,7 @@ const version = ref(`v${localStg.get('version') || VITE_APP_VERSION}`); diff --git a/src/locales/langs/en-us.ts b/src/locales/langs/en-us.ts index deb2240..abd46e4 100644 --- a/src/locales/langs/en-us.ts +++ b/src/locales/langs/en-us.ts @@ -1,6 +1,6 @@ const local: App.I18n.Schema = { system: { - title: 'Easy Retry', + title: 'Snail Job', desc: 'A flexible, reliable, and fast platform for distributed task retry and distributed task scheduling.' }, common: { diff --git a/src/locales/langs/zh-cn.ts b/src/locales/langs/zh-cn.ts index 29734cc..4d96ee3 100644 --- a/src/locales/langs/zh-cn.ts +++ b/src/locales/langs/zh-cn.ts @@ -1,6 +1,6 @@ const local: App.I18n.Schema = { system: { - title: 'Easy Retry', + title: 'Snail Job', desc: '灵活,可靠和快速的分布式任务重试和分布式任务调度平台' }, common: { diff --git a/src/views/_builtin/login/index.vue b/src/views/_builtin/login/index.vue index 8abfdad..eec5eee 100644 --- a/src/views/_builtin/login/index.vue +++ b/src/views/_builtin/login/index.vue @@ -114,13 +114,13 @@ const href = (url: string) => { class="color-#c71d23" tooltip-content="Gitee" icon="simple-icons:gitee" - @click="href('https://gitee.com/aizuda/easy-retry')" + @click="href('https://gitee.com/aizuda/snail-job')" />