跳转到内容

模块:UltimateTest:修订历史

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

2025年2月2日 (星期日)

  • 当前之前 06:022025年2月2日 (日) 06:02 Admin 留言 贡献 452字节 +126 无编辑摘要
  • 当前之前 05:592025年2月2日 (日) 05:59 Admin 留言 贡献 326字节 +326 创建页面,内容为“-- 模块:UltimateTest local p = {} function p.check() local sandbox = require("sandbox") return string.format("引擎类型:%s | 内存限制:%dMB | 安全模式:%s", sandbox._NAME, sandbox.getMemoryLimit() / 1024 / 1024, sandbox.allowEnvFuncs and "关闭" or "开启" ) end return p”