diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml index 36f0831..2029953 100644 --- a/.github/workflows/l10n.yml +++ b/.github/workflows/l10n.yml @@ -20,7 +20,7 @@ jobs: with: config: crowdin.yml upload_sources: true - upload_translations: false + upload_translations: true download_translations: true export_only_approved: true create_pull_request: true diff --git a/.vitepress/config/en.ts b/.vitepress/config/en.ts index d02fe6d..ff3ef86 100644 --- a/.vitepress/config/en.ts +++ b/.vitepress/config/en.ts @@ -9,7 +9,7 @@ const versions = resp.data.slice(0, 10).map((item: any) => { export const config = defineConfig({ lang: 'en-US', - title: 'RatPanel', + title: 'AcePanel', description: "Simple · lightweight · efficient", themeConfig: { diff --git a/.vitepress/config/shared.ts b/.vitepress/config/shared.ts index 85f42c5..33480bf 100644 --- a/.vitepress/config/shared.ts +++ b/.vitepress/config/shared.ts @@ -7,7 +7,7 @@ import {defineConfig} from "vitepress"; import {enSearch, zh_CNSearch, zh_TWSearch} from './search' export const shared = defineConfig({ - title: 'RatPanel', + title: 'AcePanel', rewrites: { 'en/:rest*': ':rest*' @@ -33,7 +33,7 @@ export const shared = defineConfig({ themeConfig: { logo: '/logo.png', socialLinks: [ - {icon: 'github', link: 'https://github.com/tnb-labs/panel'}, + {icon: 'github', link: 'https://github.com/tnborg/panel'}, {icon: 'tencentqq', link: 'https://jq.qq.com/?_wv=1027&k=I1oJKSTH'}, {icon: 'wechat', link: 'https://work.weixin.qq.com/gm/d8ebf618553398d454e3378695c858b6'}, ], diff --git a/package.json b/package.json index 366b69e..53d44ed 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "type": "module", - "name": "ratpanel-docs", + "name": "acepanel-docs", "version": "1.0.0", - "description": "RatPanel Documentation", - "author": "TNB", + "description": "AcePanel Website", + "author": "AcePanel contributors", "license": "MIT", "scripts": { "docs:dev": "vitepress dev",