Conversation
There was a problem hiding this comment.
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.
| ## 乐 | ||
|
|
||
| 学校三号餐饮中心北侧设有礼品店,营业时间为周一至周五10:00-17:00,双休日及节假日不营业。可在此选购明信片、短袖衫、U盘等学校特色纪念品(如有特殊需求可至耐思咖啡询问及购买)。 | ||
| 学校三号餐饮中心北侧设有礼品店,营业时间为周一至周五10:00-17:00,双休日及节假日不营业。可在此选购明信片、短袖衫、U盘等学校特色纪念品(如有特殊需求可至 Manner 咖啡(位于创艺学院 1 楼)询问及购买)。| 2025 年起,校内已引入 Manner 咖啡等多家连锁品牌。 |
There was a problem hiding this comment.
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.
| 学校三号餐饮中心北侧设有礼品店,营业时间为周一至周五10:00-17:00,双休日及节假日不营业。可在此选购明信片、短袖衫、U盘等学校特色纪念品(如有特殊需求可至 Manner 咖啡(位于创艺学院 1 楼)询问及购买)。| 2025 年起,校内已引入 Manner 咖啡等多家连锁品牌。 | |
| 学校三号餐饮中心北侧设有礼品店,营业时间为周一至周五10:00-17:00,双休日及节假日不营业。可在此选购明信片、短袖衫、U盘等学校特色纪念品(如有特殊需求可至 Manner 咖啡(位于创艺学院 1 楼)询问及购买)。自 2025 年起,校内已引入 Manner 咖啡等多家连锁品牌。 |
| "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 | ||
| } | ||
| } |
There was a problem hiding this comment.
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.
| "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 | |
| } | |
| } |
| ## 快递与打印 | ||
|
|
||
| - **快递**:近邻宝(位于学生公寓底楼及教学区指定点)。 | ||
| - **打印**:全校自助打印点支持 PaperCut 系统,详见 [服务与技巧](/zh/skills) 页面。 |
There was a problem hiding this comment.
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).
| - **打印**:全校自助打印点支持 PaperCut 系统,详见 [服务与技巧](/zh/skills) 页面。 | |
| - **打印**:全校自助打印点统一接入自助打印复印系统,具体客户端名称与使用方法详见 [服务与技巧](/zh/skills) 页面。 |
| @@ -0,0 +1,8 @@ | |||
| { | |||
No description provided.