2
0
mirror of https://github.com/acepanel/acepanel.github.io.git synced 2026-02-04 03:07:16 +08:00

feat: hello AcePanel

This commit is contained in:
2025-08-22 18:53:41 +08:00
parent b838fed5ce
commit a0c4fc7e13
4 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -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: {

View File

@@ -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'},
],

View File

@@ -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",