refactor: remove readonly wording from thread status surfaces

This commit is contained in:
kris
2026-04-05 04:02:34 +08:00
parent 2a34c19cc9
commit 2e4d6f693d
4 changed files with 11 additions and 9 deletions

View File

@@ -34,8 +34,8 @@ export default async function ThreadStatusPage({
.slice(0, 5);
const subtitle = threadStatusDocument?.folderName?.trim()
? `${threadStatusDocument.folderName} · 只读`
: "只读状态文档";
? `${threadStatusDocument.folderName} · 线程状态文档`
: "线程状态文档";
return (
<AppShell bottomNav={false}>