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:
2
.github/workflows/l10n.yml
vendored
2
.github/workflows/l10n.yml
vendored
@@ -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
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -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'},
|
||||
],
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user