@linyjs/plugin-docs 0.0.15 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -74,6 +74,8 @@ docs/
74
74
  │ ├── dependency-injection.md # 依赖注入机制
75
75
  │ ├── shared-module-interface.md # shared-module-interface 类型包
76
76
  │ ├── client-module.md # 客户端模块
77
+ │ ├── client-routes.md # 前端页面路由
78
+ │ ├── client-hooks.md # 公共 Hooks 使用
77
79
  │ ├── ui-slots.md # UI扩展插槽
78
80
  │ ├── permissions.md # 权限管理
79
81
  │ ├── data-persistence.md # 数据持久化
@@ -436,6 +436,8 @@ interface IPermissionService {
436
436
  - 📦 [shared-module-interface 指南](../guides/shared-module-interface.md) — 类型定义包
437
437
  - 📖 [服务端模块开发](../guides/server-module.md)
438
438
  - 💻 [客户端模块开发](../guides/client-module.md)
439
+ - 🛤️ [前端页面路由](../guides/client-routes.md)
440
+ - 🪝 [公共 Hooks 使用](../guides/client-hooks.md)
439
441
  - 🎨 [UI 扩展插槽](../guides/ui-slots.md)
440
442
  - 💾 [基础模块使用指南](../README.md#-核心模块)
441
443