mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-02 00:03:18 +08:00
feat(wip): 支持自定义 share token
This commit is contained in:
@@ -44,10 +44,6 @@ try {
|
||||
meta.plugin = $Plugin;
|
||||
}
|
||||
if (isNode) {
|
||||
const secret = eval('process.env.SUB_STORE_FRONTEND_BACKEND_PATH');
|
||||
if (secret && eval('process.env.SUB_STORE_FRONTEND_PATH')) {
|
||||
feature.share = true;
|
||||
}
|
||||
meta.node = {
|
||||
version: eval('process.version'),
|
||||
argv: eval('process.argv'),
|
||||
|
||||
Reference in New Issue
Block a user