Skip to content

update: 文章更新 - #9

Merged
ZreXoc merged 2 commits into
hitszosa:mainfrom
StrayRN:main
Aug 25, 2026
Merged

ZreXoc merged 2 commits into
hitszosa:mainfrom
StrayRN:main

Conversation

@StrayRN

@StrayRN StrayRN commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

更新2026开源软件协会参会记录

Copilot AI lite review requested due to automatic review settings August 24, 2026 08:01

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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,
})),

开源软件论坛由南京大学 e-Science 中心和人工微结构科学与技术协同创新中心主办,是一场汇聚各高校开源技术爱好者和其他相关人士的技术分享与交流会,内容包括但不限于开源软件、开源服务、开源组织、人工智能、高性能计算(HPC)等。

论坛始于 2023 年,每年举办一届,今年为第四届。我社曾于 2024、2025 年参加,今年是第三次参加此论坛。2026 开源软件论坛的日程为 8 月 21 日至 23 日,其中会议主体于 8 月 22 日举行。

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.

我参加了 2023 年的

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.

已修正

@ZreXoc
ZreXoc merged commit 792d4e5 into hitszosa:main Aug 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants