Skip to content

Commit a467294

Browse files
committedMar 26, 2025
feat: add Feature Description
1 parent 7340d46 commit a467294

File tree

18 files changed

+44
-0
lines changed

18 files changed

+44
-0
lines changed
 

‎docs/.vuepress/configs/sidebar/zh.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,28 @@ export const sidebarZh: SidebarConfig = {
7070
'/develop/contributing/contributing.md',
7171
'/develop/deprecated.md'
7272
],
73+
74+
'/about/': [
75+
{
76+
text: '功能介绍',
77+
collapsible: true,
78+
children: [
79+
'/about/README.md',
80+
'/about/ai/ai.md',
81+
'/about/birthday/birthday.md',
82+
'/about/card/card.md',
83+
'/about/course/course.md',
84+
'/about/coursesimulate/coursesimulate.md',
85+
'/about/electric/electric.md',
86+
'/about/emptyclassroom/emptyclassroom.md',
87+
'/about/exam/exam.md',
88+
'/about/examresult/examresult.md',
89+
'/about/gradegroup/gradegroup.md',
90+
'/about/management/management.md',
91+
'/about/message/message.md',
92+
'/about/schedule/schedule.md',
93+
'/about/scholarship/scholarship.md',
94+
],
95+
},
96+
],
7397
}

‎docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ actions:
66
- text: 开发文档
77
link: /develop/
88
type: primary
9+
- text: 杭电助手使用说明书
10+
link: /about/
11+
type: primary
912
footer: MIT Licensed | Copyright © 2022 HDUHELP

‎docs/about/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# 关于我们
2+

‎docs/about/ai/ai.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 助手ai

‎docs/about/birthday/birthday.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 生日祝福

‎docs/about/card/card.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 一卡通查询

‎docs/about/course/course.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 课程查询

‎docs/about/coursegroup/coursegroup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 课程建群
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 选课模拟

‎docs/about/electric/electric.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 电费查询
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 空闲教室

‎docs/about/exam/exam.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 考试安排

‎docs/about/examresult/examresult.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 考试成绩

‎docs/about/gradegroup/gradegroup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 年级建群

‎docs/about/management/management.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 排班助手

‎docs/about/message/message.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 消息订阅

‎docs/about/schedule/schedule.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 课表

‎docs/about/scholarship/scholarship.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 奖学金

0 commit comments

Comments
 (0)