初始化每个屏幕的 tag

This commit is contained in:
2025-11-13 23:46:44 +08:00
parent db284bf6b7
commit 94760fc2f8
4 changed files with 36 additions and 0 deletions

3
src/default_config.h Normal file
View File

@@ -0,0 +1,3 @@
static const char *const tags[] = {
"1", "2", "3", "4", "5", "6", "7", "8", "9", nullptr,
};