默认暗色模式,添加值显示开关

This commit is contained in:
2025-12-16 19:18:21 +08:00
parent a1f7f337c2
commit 5b319cb76d
14 changed files with 372 additions and 75 deletions

View File

@@ -146,6 +146,7 @@ namespace material {
constexpr auto kCancel = "cancel";
constexpr auto kOpenInNew = "open_in_new";
constexpr auto kLogout = "logout";
constexpr auto k123 = "123";
constexpr auto kRoutine = "routine";
constexpr auto kDarkMode = "dark_mode";
constexpr auto kFileExport = "file_export";