窗口管理器状态机设计

This commit is contained in:
2025-11-10 23:20:12 +08:00
parent e77c986109
commit 79425dc890
16 changed files with 277 additions and 52 deletions

View File

@@ -5,7 +5,7 @@
#include <stdlib.h>
#include <time.h>
#include "config.h"
#include "app.h"
const char *current_time_str(void) {
static char buffer[25];