-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 192e656
Showing
95 changed files
with
4,121 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.vitepress/cache | ||
|
||
# Node dependencies | ||
node_modules | ||
|
||
# Logs | ||
logs | ||
*.log | ||
|
||
# Misc | ||
.DS_Store | ||
.fleet | ||
.idea | ||
.vscode | ||
|
||
# Local env files | ||
.env | ||
.env.* | ||
!.env.example |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
import {defineConfig} from 'vitepress' | ||
|
||
// https://vitepress.dev/reference/site-config | ||
export default defineConfig({ | ||
title: "升华工作室|文档", | ||
lang: 'zh-CN', | ||
titleTemplate: ':title - 升华工作室文档站', | ||
description: "中南大学升华工作室的文档网站,包含代码规范,技术教学文档,项目文档等", | ||
lastUpdated: true, | ||
themeConfig: { | ||
// https://vitepress.dev/reference/default-theme-config | ||
logo: '/logo.png', | ||
nav: [ | ||
{text: '主页', link: '/', activeMatch: '^/$'}, | ||
{text: '代码规范', link: '/styleguide/', activeMatch: '^/styleguide/'}, | ||
{text: '问题解决', link: '/solutions/', activeMatch: '^/solutions/'}, | ||
{text: '快速上手|Spring Boot', link: '/springboot-quickstart/', activeMatch: '^/springboot-quickstart/'}, | ||
{text: '快速上手|Vue.js 3', link: '/vue3-quickstart/', activeMatch: '^/vue3-quickstart/'}, | ||
{text: '项目|社团注册', link: '/club-register/', activeMatch: '^/club-register/'}, | ||
{text: '项目|实践打卡', link: '/practice-checkin/', activeMatch: '^/practice-checkin/'}, | ||
{text: '项目|升华网', link: '/shenghua-web/', activeMatch: '^/shenghua-web/'}, | ||
], | ||
|
||
sidebar: { | ||
'/styleguide/': [ | ||
{ | ||
text: '代码规范', | ||
items: [ | ||
{text: '简述', link: '/styleguide/'}, | ||
{text: 'PART1-前后端通信', link: '/styleguide/part1'}, | ||
{text: 'PART2-前端(Vue.js)', link: '/styleguide/part2'}, | ||
{text: 'PART3-后端(FastAPI & Spring Boot)', link: '/styleguide/part3'}, | ||
{text: 'PART4-部署与运维', link: '/styleguide/part4'}, | ||
{text: 'PART5-其他', link: '/styleguide/part5'} | ||
] | ||
} | ||
], | ||
'/solutions/': [ | ||
{ | ||
text: '问题解决', | ||
items: [ | ||
{text: '简述', link: '/solutions/'}, | ||
{text: 'Vue3项目中使用微信SDK开发微信网页', link: '/solutions/wx-js-sdk-config'}, | ||
{text: '使用Less变量和媒体查询实现深浅色模式适配', link: '/solutions/less-media-variable'}, | ||
], | ||
} | ||
], | ||
'/springboot-quickstart/': [], | ||
'/vue3-quickstart/': [], | ||
'/club-register/': [], | ||
'/practice-checkin/': [], | ||
'/shenghua-web/': [], | ||
}, | ||
|
||
socialLinks: [ | ||
{icon: 'github', link: 'https://github.com/54shenghua/54sh-docs'} | ||
], | ||
footer: { | ||
message: '部分文档内容遵循 MIT License.', | ||
copyright: 'Copyright © 2024-present 升华工作室' | ||
}, | ||
search: { | ||
provider: 'local', | ||
options: { | ||
locales: { | ||
zh: { | ||
translations: { | ||
button: { | ||
buttonText: '搜索文档', | ||
buttonAriaLabel: '搜索文档' | ||
}, | ||
modal: { | ||
noResultsText: '无法找到相关结果', | ||
resetButtonTitle: '清除查询条件', | ||
footer: { | ||
selectText: '选择', | ||
navigateText: '切换' | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
} | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-CN" dir="ltr"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<title>404 - 升华工作室文档站</title> | ||
<meta name="description" content="Not Found"> | ||
<meta name="generator" content="VitePress v1.3.1"> | ||
<link rel="preload stylesheet" href="/assets/style.DAWxcnBQ.css" as="style"> | ||
|
||
<script type="module" src="/assets/app.D3EIhlEY.js"></script> | ||
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin=""> | ||
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script> | ||
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script>window.__VP_HASH_MAP__=JSON.parse("{\"api-examples.md\":\"B52SZ5h3\",\"club-register_index.md\":\"C_S4n5Jo\",\"get-started.md\":\"okxyvGYX\",\"index.md\":\"D4zeauVc\",\"practice-checkin_index.md\":\"DQcC_F7F\",\"shenghua-web_index.md\":\"mRMCmitS\",\"solutions_index.md\":\"CtHBBFnh\",\"solutions_less-media-variable.md\":\"DDW8podN\",\"solutions_wx-js-sdk-config.md\":\"o8cH2ziG\",\"springboot-quickstart_index.md\":\"5aZ2vamV\",\"styleguide_index.md\":\"nrNRO-BF\",\"styleguide_part1.md\":\"Dbo80KBS\",\"styleguide_part2.md\":\"DIO_tZPK\",\"styleguide_part3.md\":\"LWDqiwrw\",\"styleguide_part4.md\":\"vwLSwvyQ\",\"styleguide_part5.md\":\"6zr6Czae\",\"vue3-quickstart_index.md\":\"Bqe01TUV\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"zh-CN\",\"dir\":\"ltr\",\"title\":\"升华工作室|文档\",\"titleTemplate\":\":title - 升华工作室文档站\",\"description\":\"中南大学升华工作室的文档网站,包含代码规范,技术教学文档,项目文档等\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"logo\":\"/logo.png\",\"nav\":[{\"text\":\"主页\",\"link\":\"/\",\"activeMatch\":\"^/$\"},{\"text\":\"代码规范\",\"link\":\"/styleguide/\",\"activeMatch\":\"^/styleguide/\"},{\"text\":\"问题解决\",\"link\":\"/solutions/\",\"activeMatch\":\"^/solutions/\"},{\"text\":\"快速上手|Spring Boot\",\"link\":\"/springboot-quickstart/\",\"activeMatch\":\"^/springboot-quickstart/\"},{\"text\":\"快速上手|Vue.js 3\",\"link\":\"/vue3-quickstart/\",\"activeMatch\":\"^/vue3-quickstart/\"},{\"text\":\"项目|社团注册\",\"link\":\"/club-register/\",\"activeMatch\":\"^/club-register/\"},{\"text\":\"项目|实践打卡\",\"link\":\"/practice-checkin/\",\"activeMatch\":\"^/practice-checkin/\"},{\"text\":\"项目|升华网\",\"link\":\"/shenghua-web/\",\"activeMatch\":\"^/shenghua-web/\"}],\"sidebar\":{\"/styleguide/\":[{\"text\":\"代码规范\",\"items\":[{\"text\":\"简述\",\"link\":\"/styleguide/\"},{\"text\":\"PART1-前后端通信\",\"link\":\"/styleguide/part1\"},{\"text\":\"PART2-前端(Vue.js)\",\"link\":\"/styleguide/part2\"},{\"text\":\"PART3-后端(FastAPI & Spring Boot)\",\"link\":\"/styleguide/part3\"},{\"text\":\"PART4-部署与运维\",\"link\":\"/styleguide/part4\"},{\"text\":\"PART5-其他\",\"link\":\"/styleguide/part5\"}]}],\"/solutions/\":[{\"text\":\"问题解决\",\"items\":[{\"text\":\"简述\",\"link\":\"/solutions/\"},{\"text\":\"Vue3项目中使用微信SDK开发微信网页\",\"link\":\"/solutions/wx-js-sdk-config\"},{\"text\":\"使用Less变量和媒体查询实现深浅色模式适配\",\"link\":\"/solutions/less-media-variable\"}]}],\"/springboot-quickstart/\":[],\"/vue3-quickstart/\":[],\"/club-register/\":[],\"/practice-checkin/\":[],\"/shenghua-web/\":[]},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/54shenghua/54sh-docs\"}],\"footer\":{\"message\":\"部分文档内容遵循 MIT License.\",\"copyright\":\"Copyright © 2024-present 升华工作室\"},\"search\":{\"provider\":\"local\",\"options\":{\"locales\":{\"zh\":{\"translations\":{\"button\":{\"buttonText\":\"搜索文档\",\"buttonAriaLabel\":\"搜索文档\"},\"modal\":{\"noResultsText\":\"无法找到相关结果\",\"resetButtonTitle\":\"清除查询条件\",\"footer\":{\"selectText\":\"选择\",\"navigateText\":\"切换\"}}}}}}}},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.