This commit is contained in:
wangzz
2024-12-31 18:00:47 +08:00
parent 5292022cc9
commit e9d409d5bf
20 changed files with 5247 additions and 0 deletions

16
docs/.vuepress/config.js Normal file
View File

@@ -0,0 +1,16 @@
import { defaultTheme } from '@vuepress/theme-default'
import { defineUserConfig } from 'vuepress/cli'
import { viteBundler } from '@vuepress/bundler-vite'
export default defineUserConfig({
lang: 'zh-CN',
title: '赚金币',
description: '星星之火 可以燎原 点点肉沫 汇聚成汤;',
theme: defaultTheme({
logo: '',
}),
bundler: viteBundler(),
})