Skip to content

docs: update based on fresh.geekpie.club#1

Closed
Maotechh wants to merge 1 commit into
masterfrom
main
Closed

docs: update based on fresh.geekpie.club#1
Maotechh wants to merge 1 commit into
masterfrom
main

Conversation

@Maotechh
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings January 26, 2026 07:11
@Maotechh Maotechh requested review from HeZeBang and Copilot and removed request for Copilot January 26, 2026 07:11
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the wiki documentation based on the latest fresh.geekpie.club content, expanding key student-facing guides and improving navigation.

Changes:

  • Added new “学在科大” (academic) page and linked it from the fresh/newcomer section and homepage.
  • Expanded “科大生活” and “服务与技巧” with practical campus service information (dining, repair, insurance, printing,正版软件).
  • Updated surrounding facilities info (e.g., coffee brand presence) and improved homepage quick-entry navigation.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
surroundings.md Updates nearby facilities description and adds a note about on-campus brands.
skills.md Adds sections for正版软件 and self-service printing/scanning with流程与费用.
life.md Replaces placeholder with a full campus-life guide (food, utilities, repair, medical, delivery/printing).
home.md Adds “快速入口” navigation links to major sections.
fresh/preparations.md Adds enrollment health check and military training guidance.
fresh.md Updates newcomer page links to include the new academic guide and fixes formatting.
academic.md Introduces a new academic guide page (course selection, GPA, scholarships, exchange, innovation).
.vscode/settings.json Adds VS Code terminal auto-approve configuration.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread surroundings.md
## 乐

学校三号餐饮中心北侧设有礼品店,营业时间为周一至周五10:00-17:00,双休日及节假日不营业。可在此选购明信片、短袖衫、U盘等学校特色纪念品(如有特殊需求可至耐思咖啡询问及购买)
学校三号餐饮中心北侧设有礼品店,营业时间为周一至周五10:00-17:00,双休日及节假日不营业。可在此选购明信片、短袖衫、U盘等学校特色纪念品(如有特殊需求可至 Manner 咖啡(位于创艺学院 1 楼)询问及购买)。| 2025 年起,校内已引入 Manner 咖啡等多家连锁品牌
Copy link

Copilot AI Jan 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line contains a literal | mid-sentence ("...购买)。| 2025 年起...") which will be interpreted as a table delimiter in Markdown and likely renders incorrectly. Split this into a new sentence/paragraph or remove the pipe so the note reads naturally.

Suggested change
学校三号餐饮中心北侧设有礼品店,营业时间为周一至周五10:00-17:00,双休日及节假日不营业。可在此选购明信片、短袖衫、U盘等学校特色纪念品(如有特殊需求可至 Manner 咖啡(位于创艺学院 1 楼)询问及购买)。| 2025 年起,校内已引入 Manner 咖啡等多家连锁品牌。
学校三号餐饮中心北侧设有礼品店,营业时间为周一至周五10:00-17:00,双休日及节假日不营业。可在此选购明信片、短袖衫、U盘等学校特色纪念品(如有特殊需求可至 Manner 咖啡(位于创艺学院 1 楼)询问及购买)。 2025 年起,校内已引入 Manner 咖啡等多家连锁品牌。

Copilot uses AI. Check for mistakes.
Comment thread .vscode/settings.json
Comment on lines +2 to +7
"chat.tools.terminal.autoApprove": {
"/^if \\[ -d \\.git \\]; then echo '\\.git exists'; else git init; fi && git remote remove origin 2>/dev/null \\|\\| true && git remote add origin https://github\\.com/ShanghaitechGeekPie/WikiTech\\.git && git fetch --all --tags --prune && git branch -r$/": {
"approve": true,
"matchCommandLine": true
}
}
Copy link

Copilot AI Jan 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This adds a repo-committed VS Code setting that auto-approves a terminal command via chat.tools.terminal.autoApprove. This can silently bypass user confirmation on developer machines and is a security risk when shared in version control. Remove this from the repository (keep it in local/user settings instead) or gate it behind a non-committed template/example file.

Suggested change
"chat.tools.terminal.autoApprove": {
"/^if \\[ -d \\.git \\]; then echo '\\.git exists'; else git init; fi && git remote remove origin 2>/dev/null \\|\\| true && git remote add origin https://github\\.com/ShanghaitechGeekPie/WikiTech\\.git && git fetch --all --tags --prune && git branch -r$/": {
"approve": true,
"matchCommandLine": true
}
}

Copilot uses AI. Check for mistakes.
Comment thread life.md
## 快递与打印

- **快递**:近邻宝(位于学生公寓底楼及教学区指定点)。
- **打印**:全校自助打印点支持 PaperCut 系统,详见 [服务与技巧](/zh/skills) 页面。
Copy link

Copilot AI Jan 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The page says campus printing uses the “PaperCut 系统”, but the linked /zh/skills section you added describes using “易安 (esafe) 自助打印复印系统” with a specific client/printer name. These appear to be different systems; please align the terminology so readers aren’t misled (either update this line or adjust the skills page wording).

Suggested change
- **打印**全校自助打印点支持 PaperCut 系统,详见 [服务与技巧](/zh/skills) 页面。
- **打印**全校自助打印点统一接入自助打印复印系统,具体客户端名称与使用方法详见 [服务与技巧](/zh/skills) 页面。

Copilot uses AI. Check for mistakes.
@Maotechh Maotechh self-assigned this Jan 26, 2026
@Maotechh Maotechh closed this Jan 26, 2026
@Maotechh Maotechh deleted the main branch January 26, 2026 08:43
Comment thread .vscode/settings.json
@@ -0,0 +1,8 @@
{
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

删除

@ShanghaitechGeekPie ShanghaitechGeekPie locked and limited conversation to collaborators Jan 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants