mirror of
https://github.com/acepanel/acepanel.github.io.git
synced 2026-02-04 04:22:29 +08:00
feat: hello AcePanel
This commit is contained in:
@@ -41,7 +41,7 @@ export const config = defineConfig({
|
||||
],
|
||||
|
||||
editLink: {
|
||||
pattern: 'https://github.com/ratpanel/ratpanel.github.io/edit/main/:path',
|
||||
pattern: 'https://github.com/acepanel/acepanel.github.io/edit/main/:path',
|
||||
text: 'Edit this page on GitHub'
|
||||
},
|
||||
footer: {
|
||||
|
||||
@@ -2,6 +2,7 @@ import {defineConfig} from 'vitepress'
|
||||
import {shared} from './shared'
|
||||
import {config as en} from './en'
|
||||
import {config as zh_CN} from './zh_CN'
|
||||
import {config as zh_TW} from './zh_TW'
|
||||
|
||||
|
||||
// https://vitepress.dev/reference/site-config
|
||||
@@ -10,5 +11,6 @@ export default defineConfig({
|
||||
locales: {
|
||||
root: { label: 'English', ...en },
|
||||
zh_CN: {label: '简体中文', ...zh_CN},
|
||||
zh_TW: {label: '繁體中文', ...zh_TW},
|
||||
},
|
||||
})
|
||||
@@ -10,7 +10,7 @@ next: false
|
||||
|
||||
We provide a free forum service where you can ask questions, discuss, and share issues related to using the Panel.
|
||||
|
||||
- [Moe Tom](https://tom.moe/c/technical/ratpanel)
|
||||
- [Moe Tom](https://tom.moe/c/technical/acepanel)
|
||||
|
||||
## Paid Remote Service
|
||||
|
||||
|
||||
Reference in New Issue
Block a user