()
| 99 | icon: createVNode(ExclamationCircleOutlined), |
| 100 | content: `${t("TXT_CODE_CONFIRM_UPLOAD")} ${name} ?`, |
| 101 | async onOk() { |
| 102 | const targetDir = activeKey.value === "1" ? "mods" : "plugins"; |
| 103 | await selectedFiles(validFiles, targetDir); |
| 104 | } |
| 105 | }); |
| 106 | }; |
| 107 |
nothing calls this directly
no test coverage detected