()
| 216 | |
| 217 | // 检查更新周期,单位为秒 |
| 218 | public getCheckScriptUpdateCycle() { |
| 219 | return this._get<number>("check_script_update_cycle", this.defaultCheckScriptUpdateCycle()); |
| 220 | } |
| 221 | |
| 222 | public setCheckScriptUpdateCycle(n: number) { |
| 223 | this._set("check_script_update_cycle", n); |
no test coverage detected