v2.3: hardcoded Chinese UI + transparent PI background

This commit is contained in:
2026-06-18 17:27:04 +08:00
parent 42fac626ce
commit 14d840589c
4 changed files with 47 additions and 13 deletions
+12 -1
View File
@@ -1,4 +1,15 @@
{
"Name": "AI Monitor",
"Description": "Real-time AI agent workflow status on N4"
}
}
{
"Name": "AI Monitor",
"Description": "Real-time AI agent workflow status on N4",
"Ready": "Ready",
"Prompt": "Prompt",
"Thinking": "Thinking",
"Working": "Working",
"Typing": "Typing",
"Done": "Done",
"Error": "Error"
}