拆分文件、添加单日课表渲染功能

This commit is contained in:
2026-04-02 21:23:09 +08:00
parent fd948ca897
commit 868abb2358
4 changed files with 783 additions and 465 deletions

7
_conf_schema.json Normal file
View File

@@ -0,0 +1,7 @@
{
"hide_void_columns_rows": {
"description": "隐藏课程表图片中的空行空列",
"type": "bool",
"default": true
}
}