content: 华南区智能基座社团交流活动文章及首页动态热图修复 - #13
Conversation
There was a problem hiding this comment.
🟡 Changes recommended
Unresolved moderate findings affect article links, image paths, and homepage date-window boundaries.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Adds a South China Intelligent Base community exchange article and afterword, plus an UPDATE MAP window adjustment.
Changes:
- Adds the article, afterword, and 11 compressed images.
- Adds reciprocal article links.
- Revises homepage heatmap date-window anchoring.
File summaries
| File | Changes and final findings |
|---|---|
content/articles/2026/09/huawei_songshan/index.mdx |
Adds the activity article. Moderate findings: fix bare asset paths, remove the duplicate H1, and add the afterword trailing slash. Nit: preserve XiC capitalization. |
content/articles/2026/09/huawei_songshan/afterword.mdx |
Adds the afterword. Moderate findings: correct both article links to parent-relative paths and prefix all local image paths with ./assets/. Nit: correct the noted Chinese wording. |
apps/landing/src/pages/index.astro |
Adjusts heatmap anchoring. Moderate findings: exclude future-dated events from the anchor and use the exclusive next-Sunday boundary for the 126-day window. |
Review details
Suppressed comments (8)
apps/landing/src/pages/index.astro:46
- The new article makes the latest record 2026-09-12 (Saturday), so this expression sets
heatmapEndto 2026-09-12, not the Sunday boundary claimed in the PR description; the generated cells therefore end on 09-12 instead of the stated 09-13 boundary. Treat the end as the exclusive next Sunday and subtract 126 days when computing the start so the 126 cells remain aligned to full weeks.
latestRecord.getUTCDate() + (6 - latestRecord.getUTCDay()),
content/articles/2026/09/huawei_songshan/afterword.mdx:45
- The three content-local image URLs omit the leading
./; unlike the existing article convention, they will be emitted as browser-relative URLs rather than resolved from this article's assets directory. Prefix each with./assets/so the images are included in the build.



content/articles/2026/09/huawei_songshan/afterword.mdx:58
- These content-local image URLs have the same missing
./prefix and will not resolve to the article assets. Prefix both paths with./assets/.


content/articles/2026/09/huawei_songshan/afterword.mdx:72
- This content-local image URL is missing the
./prefix used by the existing article convention, so the image will not be resolved from the article's assets directory.

content/articles/2026/09/huawei_songshan/afterword.mdx:41
- “园区据欧式风格打造” is not grammatical Chinese; the intended wording appears to be “园区以欧式风格打造”.
华为溪村坐落于东莞,园区据欧式风格打造,风景秀丽环境优美。
content/articles/2026/09/huawei_songshan/index.mdx:24
- This content-local image path is missing the leading
./used by the existing article image references (for example,content/articles/2026/08/OSA_in_OSS_Forum/index.mdx:28). Without it, Astro treats the URL as a browser-relative path instead of resolving/bundling the image from this article's assets directory, so the image will be broken. Prefix this path with./and apply the same correction to the other bareassets/references in this file.

content/articles/2026/09/huawei_songshan/index.mdx:10
- The article template already renders the frontmatter title as the page's
<h1>(apps/landing/src/pages/articles/[...id].astro:56-60), so this body-level#adds a second top-level heading with a different title. Remove it and keep the existing##headings for the article sections.
# 哈工深华为“智能基座”社团参加 2026 年华南高校“智能基座”学生社团运营研讨会
content/articles/2026/09/huawei_songshan/index.mdx:41
- This target omits the trailing slash, while the app emits slash-terminated article URLs and the static route is a directory. Make the link
./afterword/so the reciprocal relative links resolve consistently instead of depending on host-specific trailing-slash redirects.
href="./afterword"
- Files reviewed: 3/14 changed files
- Comments generated: 4
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| const latestRecord = updateRecords.length | ||
| ? new Date(Math.max(...updateRecords.map((entry) => entry.date.getTime()))) | ||
| : now; |
| --- | ||
|
|
||
| <RelatedLink | ||
| href="./" |
| > 9 月 12 日,哈尔滨工业大学(深圳)华为“智能基座”社团社长 _XiC_ 与 _StrayRN_ 二人赴华为溪村,参加 2026 年华南高校“智能基座”学生社团运营研讨会。来自华南地区 9 所入选教育部—华为“智能基座”试点建设清单高校的师生代表齐聚一堂,围绕社团建设与开源生态展开深入交流。 | ||
|
|
||
|
|
||
| 这是有关于 [华南区智能基座社团交流活动](../huawei_songshan/) 一文的后记。 |
|
|
||
| <RelatedLink | ||
| href="./afterword" | ||
| description="后记 by Xic" |
变更内容
新文章:华南区智能基座社团交流活动(2026-09-12)
content/articles/2026/09/huawei_songshan/:活动通告index.mdx+ 后记afterword.mdx(作者 XiC)修复:首页 UPDATE MAP 展示范围