update: 文章更新 - #9
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
本次 PR 主要在内容侧新增并更新 2026 开源软件论坛参会记录,同时对动态聚合展示的文章元信息格式做了调整,并移除了若干公告的置顶标记。
Changes:
- 新增文章:
2026/08/OSA_in_OSS_Forum的参会记录内容与封面/配图引用 - 调整公告:移除 3 篇公告 frontmatter 中的
pinned: true - 调整动态聚合:文章更新条目的
meta改为显示为@author(当前实现会对未设置 author 的文章生成@undefined)
Reviewed changes
Copilot reviewed 5 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| content/articles/2026/08/OSA_in_OSS_Forum/index.mdx | 新增 2026 开源软件论坛参会文章内容与封面/配图引用 |
| content/announcements/2026/08/07/mirrors-frontend-update.mdx | 移除公告 pinned: true(不再置顶) |
| content/announcements/2026/08/07/frontend-update.mdx | 移除公告 pinned: true(不再置顶) |
| content/announcements/2026/07/23/mirror-maintenance.mdx | 移除公告 pinned: true(不再置顶) |
| apps/landing/src/lib/updates.ts | 文章更新条目 meta 改为 @author 格式(需修正 optional author 的处理) |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
72
to
78
| importance: entry.data.importance, | ||
| warning: false, | ||
| upcoming: false, | ||
| tags: [], | ||
| meta: entry.data.author, | ||
| meta: `@${entry.data.author}`, | ||
| cover: entry.data.cover, | ||
| coverAlt: entry.data.coverAlt, |
Comment on lines
64
to
79
| ...articles.map((entry) => ({ | ||
| kind: 'article' as const, | ||
| label: '文章' as const, | ||
| title: entry.data.title, | ||
| summary: entry.data.summary, | ||
| date: entry.data.date, | ||
| href: `/articles/${contentPath(entry.id)}/`, | ||
| pinned: entry.data.pinned, | ||
| importance: entry.data.importance, | ||
| warning: false, | ||
| upcoming: false, | ||
| tags: [], | ||
| meta: entry.data.author, | ||
| meta: `@${entry.data.author}`, | ||
| cover: entry.data.cover, | ||
| coverAlt: entry.data.coverAlt, | ||
| })), |
shirok1
reviewed
Aug 24, 2026
|
|
||
| 开源软件论坛由南京大学 e-Science 中心和人工微结构科学与技术协同创新中心主办,是一场汇聚各高校开源技术爱好者和其他相关人士的技术分享与交流会,内容包括但不限于开源软件、开源服务、开源组织、人工智能、高性能计算(HPC)等。 | ||
|
|
||
| 论坛始于 2023 年,每年举办一届,今年为第四届。我社曾于 2024、2025 年参加,今年是第三次参加此论坛。2026 开源软件论坛的日程为 8 月 21 日至 23 日,其中会议主体于 8 月 22 日举行。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
更新2026开源软件协会参会记录