1
0

enhance(frontend): improve plugin management

This commit is contained in:
syuilo
2025-03-09 21:57:56 +09:00
parent 8e3304344f
commit c76afce9a7
5 changed files with 51 additions and 38 deletions
@@ -36,10 +36,6 @@ async function install() {
try {
await installPlugin(code.value);
os.success();
nextTick(() => {
unisonReload();
});
} catch (err) {
os.alert({
type: 'error',