|
|
@@ -274,11 +274,11 @@ export const ChannelSchema = z.object({
|
|
|
- 用户模块:`packages/core-module/user-module`
|
|
|
|
|
|
### RPC API测试规范(hono/testing)
|
|
|
-使用 Hono RPC 客户端(包括 `testClient` 和 `hc`)时,**必须**参考并遵循[Hono RPC Client调用规范](./hono-testing-testclient-standards.md),该规范基于故事010.003(修复路由路径规范问题)的经验总结。
|
|
|
+使用 Hono RPC 客户端时,**必须**参考并遵循[Hono RPC Client调用规范](./hono-testing-testclient-standards.md),该规范基于故事010.003(修复路由路径规范问题)的经验总结。
|
|
|
|
|
|
**适用范围**:
|
|
|
- 后端集成测试:`hono/testing` 的 `testClient`
|
|
|
-- 前端 RPC 调用:`@hono/rpc` 的 `hc`
|
|
|
+- 前端 UI 包:`@d8d/shared-ui-components/utils/hc` 的 `rpcClient`
|
|
|
|
|
|
**关键检查点**:
|
|
|
|