Skip to content

Commit

Permalink
🦄 refactor: 重构路由;
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-cat committed Jul 15, 2024
1 parent 142c71b commit b1fe2f9
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/docs-01-star/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ export default defineConfig({
{
text: "2024-07 小项目建议",
link: "/suggest",
base: "/suggest",
items: [
{ text: "组长及管理者", link: "/group-leader" },
{ text: "各组员", link: "/members" },
],
},

{
Expand Down
1 change: 0 additions & 1 deletion packages/docs-01-star/docs/suggest.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/docs-01-star/docs/suggest/group-leader.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 组长与小组管理者

我承认世界就是个草台班子。

## 组长要养成归档的公示的习惯

目前经历了三个小组,每个组长都没有养成链接归档与公示的习惯,总是找不到链接,群公告总是没有项目链接和文档链接。

| Java 领航基地 | 肉松 | f1 前端组 |
| :----------------------------------------------------------------------------------: | :--: | :-------: |
| [Java 领航基地-组员每日打卡](https://docs.qq.com/sheet/DZGdRbHJrdEhTdlJE?tab=BB08J2) | |
| [五子棋项目可行性分析](https://docs.qq.com/doc/DRU5LWEJ3ZFZFcWto) | | |
| https://docs.qq.com/doc/DZk5zdURnT1BRU3hP | | |
| | | |

|
5 changes: 5 additions & 0 deletions packages/docs-01-star/docs/suggest/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 建议

抱怨是一回事,最重要的还是解决问题。解决问题是要你我和大家共同努力的。

针对接下来的 2024-07 的小项目,试着解决以下的问题。
10 changes: 10 additions & 0 deletions packages/docs-01-star/docs/suggest/members.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 各成员

## 严格把关各项目组成员的 git 基础

务必至少要掌握以下 git 基础:

1. 能够上 github
2. 能够 git clone
3. 能够 pr
4. 会用 vscode 或者是 idea 的 git 界面,主动地 git merge 合并分支。

0 comments on commit b1fe2f9

Please sign in to comment.