This commit is contained in:
zuowei1216
2025-12-22 21:06:29 +08:00
parent 8ea58fe480
commit 1b19ff1b92
179 changed files with 21895 additions and 3774 deletions

View File

@@ -0,0 +1,9 @@
import { isNodeJSEnabled } from "./tool"
console.error('isNodeJSEnabled()'+isNodeJSEnabled());
/**
* cep_node 为ps内置的全局变量
*/
//@ts-ignore
export const path = (isNodeJSEnabled() ? cep_node.require('path') : {}) as typeof import('path')