mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-29 01:02:47 +08:00
✨ 支持插件自动更新
This commit is contained in:
parent
57781e7b5a
commit
2341d75533
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rubick",
|
||||
"version": "2.1.3",
|
||||
"version": "2.1.4",
|
||||
"author": "muwoo <2424880409@qq.com>",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -39,6 +39,7 @@ const createPluginManager = (): any => {
|
||||
// 自带的插件不需要检测更新
|
||||
if (plugin.name === 'rubick-system-feature') return;
|
||||
await pluginInstance.upgrade(plugin.name);
|
||||
state.pluginLoading = false;
|
||||
};
|
||||
|
||||
const openPlugin = async (plugin) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user