mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-20 04:10:00 +08:00
example: CallExternalScriptFunctions (#946)
This commit is contained in:
7
example/js/CallExternalScriptFunctions/utils.js
Normal file
7
example/js/CallExternalScriptFunctions/utils.js
Normal file
@@ -0,0 +1,7 @@
|
||||
function logInfo() {
|
||||
log.info("你好,我是一个utils模块的测试函数");
|
||||
}
|
||||
|
||||
this.utils = {
|
||||
logInfo
|
||||
};
|
||||
Reference in New Issue
Block a user