* 本会话不再提醒"选择我是谁"(仅抑制弹窗,不影响自动补全)
(id: string)
| 721 | * 本会话不再提醒"选择我是谁"(仅抑制弹窗,不影响自动补全) |
| 722 | */ |
| 723 | function dismissOwnerPrompt(id: string): Promise<boolean> { |
| 724 | return useDataService().dismissOwnerPrompt(id) |
| 725 | } |
| 726 | |
| 727 | /** |
| 728 | * 导入成功后静默尝试应用平台 owner profile(失败不影响导入流程) |
nothing calls this directly
no test coverage detected