refactor: 统一术语「成员」→「用户」,代码格式化
- 页面文案、注释、Toast 提示统一改为"用户" - lefu 模块缩进格式化(空格→Tab) - selectMemberDrawer 组件注释统一 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
97c135786c
commit
485725a486
@@ -95,9 +95,9 @@ export interface FirmwareVersion {
|
||||
resVersion: string
|
||||
}
|
||||
|
||||
/** 下发给设备的成员信息(lefu 层使用,业务层转换后传入) */
|
||||
/** 下发给设备的用户信息(lefu 层使用,业务层转换后传入) */
|
||||
export interface DeviceMember {
|
||||
/** 成员唯一 ID */
|
||||
/** 用户唯一 ID */
|
||||
id: string
|
||||
/** 姓名 */
|
||||
name: string
|
||||
|
||||
Reference in New Issue
Block a user