Merge remote-tracking branch 'origin/master' into codex/pr57-p0-p2
# Conflicts: # docs/【玩法创作】平台入口与玩法链路-2026-05-15.md # docs/【项目基线】当前产品与工程约束-2026-05-15.md
This commit is contained in:
@@ -909,9 +909,6 @@ function normalizePlatformPublicAuthorName(value: string | null | undefined) {
|
||||
}
|
||||
|
||||
const compact = normalized.replace(/\s+/gu, '');
|
||||
if (/^\d+\*+\d+(?:[·.-]?SY-\d+)?$/iu.test(compact)) {
|
||||
return '';
|
||||
}
|
||||
if (/^SY-\d+$/iu.test(compact)) {
|
||||
return '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user