example: CallExternalScriptFunctions (#946)

This commit is contained in:
秋云
2025-05-28 17:46:05 +08:00
committed by GitHub
parent 7080347b22
commit f986a9605c
3 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
function logInfo() {
log.info("你好我是一个utils模块的测试函数");
}
this.utils = {
logInfo
};