Help: fix json text loading

This commit is contained in:
李通洲
2023-12-06 23:55:34 +08:00
parent 30b9f95b49
commit bd40205427
2 changed files with 9 additions and 9 deletions
+7 -7
View File
@@ -548,7 +548,7 @@
"desc": "Set the character to use in elapsed part of percentage bars",
"arg": {
"type": "str",
"default": ""
"default": "\u25a0"
}
},
{
@@ -1290,12 +1290,12 @@
"arg": {
"type": "enum",
"enum": {
"block": "███",
"circle": "",
"diamond": "",
"triangle": "",
"square": "",
"star": ""
"block": "\u2588\u2588\u2588",
"circle": "\u25cf",
"diamond": "\u25c6",
"triangle": "\u25b2",
"square": "\u25a0",
"star": "\u2605"
},
"default": "block"
}