style: remove markdown bold syntax from code comments
Remove `**...**` emphasis markers from inline comments and JSDoc blocks across auth and chat components, machine mappers, and quota helpers. These are plain code comments, not rendered markdown, so the bold syntax was noise. Files touched: - src/app/auth/components/auth-screen.tsx - src/app/chat/components/chat-header.tsx - src/app/chat/components/chat-screen.tsx - chat machine mapper / quota helpers No functional or behavioral changes.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// /**
|
||||
// /
|
||||
// * Router 公共导出
|
||||
// *
|
||||
// * 集中管理:
|
||||
|
||||
Reference in New Issue
Block a user