mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-21 03:32:44 +08:00
✨ suport linux
This commit is contained in:
parent
d2894c66ba
commit
a22a78fa0a
@ -1,9 +1,7 @@
|
|||||||
import appSearch from "@/core/app-search";
|
|
||||||
import PluginHandler from "@/core/plugin-handler";
|
import PluginHandler from "@/core/plugin-handler";
|
||||||
import LocalDb from "@/core/db";
|
import LocalDb from "@/core/db";
|
||||||
|
|
||||||
export {
|
export {
|
||||||
appSearch,
|
|
||||||
PluginHandler,
|
PluginHandler,
|
||||||
LocalDb,
|
LocalDb,
|
||||||
};
|
};
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
import { reactive, toRefs, ref } from "vue";
|
import { reactive, toRefs, ref } from "vue";
|
||||||
import { nativeImage, remote, ipcRenderer } from "electron";
|
import { nativeImage, remote, ipcRenderer } from "electron";
|
||||||
import { appSearch, PluginHandler } from "@/core";
|
import appSearch from "@/core/app-search";
|
||||||
|
import { PluginHandler } from "@/core";
|
||||||
import path from "path";
|
import path from "path";
|
||||||
import commonConst from "@/common/utils/commonConst";
|
import commonConst from "@/common/utils/commonConst";
|
||||||
import { execSync } from "child_process";
|
import { execSync } from "child_process";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user