mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-17 08:20:47 +08:00
✨ API 部分迁移完成
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"name": "rubick-system-feature",
|
||||
"pluginName": "rubick 系统菜单",
|
||||
"description": "rubick 系统菜单",
|
||||
"main": "index.html",
|
||||
|
||||
@@ -52,9 +52,6 @@ const store = useStore();
|
||||
const init = () => store.dispatch("init");
|
||||
init();
|
||||
|
||||
window.rubick.setSubInput((data: any) => {
|
||||
console.log(data);
|
||||
}, "插件市场");
|
||||
</script>
|
||||
<style lang="less">
|
||||
* {
|
||||
|
||||
Reference in New Issue
Block a user