Files
kortapp-z/others/C/System_Information/include/config.h
2025-06-28 11:58:36 +08:00

11 lines
204 B
C

#ifndef CONFIG_H
#define CONFIG_H
#define APP_NAME "系统信息查看器"
#define APP_VERSION "1.0"
#define MAX_DISKS 26
#define MAX_ADAPTERS 10
#define UPDATE_INTERVAL 5000 // 5秒
#endif // CONFIG_H