Skip to content

Commit f153c66

Browse files
committed
更新
1 parent b0094fd commit f153c66

File tree

10 files changed

+10
-9
lines changed

10 files changed

+10
-9
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
node_modules
2+
docs/.vuepress/.cache
3+
docs/.vuepress/.temp
-34.1 MB
Binary file not shown.
-970 KB
Binary file not shown.

docs/.vuepress/.temp/internal/siteData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const siteData = JSON.parse("{\"base\":\"/\",\"lang\":\"en-US\",\"title\":\"VuePress\",\"description\":\"My first VuePress Site\",\"head\":[],\"locales\":{}}")
1+
export const siteData = JSON.parse("{\"base\":\"/VisionGalDoc/\",\"lang\":\"en-US\",\"title\":\"VisionGalDoc\",\"description\":\"A documentation site for VisionGal\",\"head\":[],\"locales\":{}}")
22

33
if (import.meta.webpackHot) {
44
import.meta.webpackHot.accept()

docs/.vuepress/.temp/pages/get-started.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import comp from "E:/Github/VisionGalDoc/docs/.vuepress/.temp/pages/get-started.html.vue"
2-
const data = JSON.parse("{\"path\":\"/get-started.html\",\"title\":\"Get Started\",\"lang\":\"en-US\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"Pages\",\"slug\":\"pages\",\"link\":\"#pages\",\"children\":[]},{\"level\":2,\"title\":\"Content\",\"slug\":\"content\",\"link\":\"#content\",\"children\":[]},{\"level\":2,\"title\":\"Configuration\",\"slug\":\"configuration\",\"link\":\"#configuration\",\"children\":[]},{\"level\":2,\"title\":\"Layouts and customization\",\"slug\":\"layouts-and-customization\",\"link\":\"#layouts-and-customization\",\"children\":[]}],\"git\":{},\"filePathRelative\":\"get-started.md\"}")
2+
const data = JSON.parse("{\"path\":\"/get-started.html\",\"title\":\"Get Started\",\"lang\":\"en-US\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"Pages\",\"slug\":\"pages\",\"link\":\"#pages\",\"children\":[]},{\"level\":2,\"title\":\"Content\",\"slug\":\"content\",\"link\":\"#content\",\"children\":[]},{\"level\":2,\"title\":\"Configuration\",\"slug\":\"configuration\",\"link\":\"#configuration\",\"children\":[]},{\"level\":2,\"title\":\"Layouts and customization\",\"slug\":\"layouts-and-customization\",\"link\":\"#layouts-and-customization\",\"children\":[]}],\"git\":{\"updatedTime\":1762007077000,\"contributors\":[{\"name\":\"梦旅缘心\",\"username\":\"\",\"email\":\"307498626@qq.com\",\"commits\":1}],\"changelog\":[{\"hash\":\"bdc3f0c00d1870162714d76d0df9e1e13e0704e6\",\"time\":1762007077000,\"email\":\"307498626@qq.com\",\"author\":\"梦旅缘心\",\"message\":\"初始化代码\"}]},\"filePathRelative\":\"get-started.md\"}")
33
export { comp, data }
44

55
if (import.meta.webpackHot) {

docs/.vuepress/.temp/pages/index.html.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export default defineUserConfig({
66
base: '/VisionGalDoc/',
77

88
lang: 'en-US',
9-
title: 'VuePress',
10-
description: 'My first VuePress Site',
9+
title: 'VisionGalDoc',
10+
description: 'A documentation site for VisionGal',
1111

1212
theme: defaultTheme({
1313
logo: 'https://vuejs.press/images/hero.png',

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ home: true
33
title: Home
44
heroImage: https://vuejs.press/images/hero.png
55
actions:
6-
- text: Get Started
6+
- text: 快速开始
77
link: /get-started.html
88
type: primary
99

10-
- text: Introduction
10+
- text: 介绍
1111
link: https://vuejs.press/guide/introduction.html
1212
type: secondary
1313

@@ -25,7 +25,7 @@ features:
2525
- title: Bundlers
2626
details: Default bundler is Vite, while Webpack is also supported. Choose the one you like!
2727

28-
footer: MIT Licensed | Copyright © 2018-present VuePress Community
28+
footer: MIT Licensed | Copyright © 2025-present 梦旅缘心
2929
---
3030

3131
This is the content of home page. Check [Home Page Docs][default-theme-home] for more details.

docs/icons/logo.png

642 KB
Loading

index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)