♻️ 代码重构

This commit is contained in:
muwoo
2021-12-06 18:23:34 +08:00
parent cd41f0561c
commit 1353c440aa
29 changed files with 295 additions and 13562 deletions

View File

@@ -83,7 +83,7 @@ const readme = computed(() => {
});
const deletePlugin = async (plugin) => {
await window.rubick.deletePlugin(plugin);
await window.market.deletePlugin(plugin);
updateLocalPlugin();
};
</script>