加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ScreenSizeCalculator.js 328 Bytes
一键复制 编辑 原始数据 按行查看 历史
Microanswer 提交于 2021-06-10 13:35 . 优化屏幕大小。显示更高清
const {WzwScreen, DEFAULT_OPTION} = require("./src/platform/WzwScreen");
console.log(WzwScreen.ScreenSizeCalculator(
DEFAULT_OPTION.atomSpace,
DEFAULT_OPTION.atomBorder,
DEFAULT_OPTION.atomInset,
1,
DEFAULT_OPTION.atomColCount,
DEFAULT_OPTION.atomRowCount,
DEFAULT_OPTION.splitPosition
));
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化