mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-23 10:40:12 +08:00
✨ 支持插件开发者模式
This commit is contained in:
@@ -48,6 +48,7 @@ const props = defineProps({
|
||||
});
|
||||
|
||||
const changeValue = (e) => {
|
||||
if (props.currentPlugin.name === "rubick-system-feature") return;
|
||||
emit("onSearch", e);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user