feat: add a new awesome feature

This commit is contained in:
Ysm-04
2025-09-07 22:26:23 +08:00
parent 49ecb65514
commit 0522bffa1b
8 changed files with 34 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
#include "Table.h"
#include "StellarX/Table.h"
// 绘制表格的当前页
// 使用双循环绘制行和列,考虑分页偏移
void Table::drawTable()