(id: string, name: string, loading?: Ref<boolean>)
| 105 | } |
| 106 | |
| 107 | const exportTool = (id: string, name: string, loading?: Ref<boolean>) => { |
| 108 | return exportFile(name + '.tool', `${prefix}/${id}/export`, undefined, loading) |
| 109 | } |
| 110 | |
| 111 | /** |
| 112 | * 调试工具 |
nothing calls this directly
no test coverage detected