mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-06 04:23:15 +08:00
feat: Provide virtual disk operation API
This commit is contained in:
@@ -38,6 +38,10 @@ try {
|
||||
// eslint-disable-next-line no-undef
|
||||
meta.script = $script;
|
||||
}
|
||||
if (typeof $Plugin !== 'undefined') {
|
||||
// eslint-disable-next-line no-undef
|
||||
meta.plugin = $Plugin;
|
||||
}
|
||||
if (isNode) {
|
||||
meta.node = {
|
||||
version: eval('process.version'),
|
||||
@@ -53,9 +57,6 @@ try {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (isGUIforCores) {
|
||||
meta.plugin = Plugin;
|
||||
}
|
||||
// eslint-disable-next-line no-empty
|
||||
} catch (e) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user