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:
@@ -9,9 +9,9 @@
|
||||
* - 不导出 Client-only 模块(`use-auth-gate` 走独立路径导入),保证 Server bundle 不被污染。
|
||||
* - 动态深链通过 `ROUTE_BUILDERS` 函数生成,避免手拼字符串。
|
||||
*
|
||||
* 注意:proxy 路由跳转逻辑(2026-06-15 迁出),但本文件的**类型化常量**仍在
|
||||
* 注意:proxy 路由跳转逻辑(2026-06-15 迁出),但本文件的类型化常量仍在
|
||||
* 被 8 个组件(auth-screen / chat-header / DeepLinkPersist /
|
||||
* error / not-found / page / sidebar-screen / splash-screen)使用 —— **不能**整体注释。
|
||||
* error / not-found / page / sidebar-screen / splash-screen)使用 —— 不能整体注释。
|
||||
*/
|
||||
|
||||
/** 静态路由字面量 */
|
||||
|
||||
Reference in New Issue
Block a user