夸赞名单默认值更新

This commit is contained in:
Asankilp 2024-10-25 00:42:38 +08:00
parent 0d11be7ade
commit 64062c4d74

View File

@ -47,7 +47,14 @@ def get_praises():
if not os.path.exists(praises_file): if not os.path.exists(praises_file):
init_data = { init_data = {
"like": [ "like": [
{"name":"Asankilp","advantages":"赋予了Marsho猫娘人格使用vim与vscode为Marsho写了许多代码使Marsho更加可爱"} {
"name": "Asankilp",
"advantages": "赋予了Marsho猫娘人格使用vim与vscode为Marsho写了许多代码使Marsho更加可爱"
},
{
"name": "律回(aicorein,Melorenae)",
"advantages": "创造了Melobot(同样是可爱的猫娘)Marsho与她和Melobot亲密接触"
}
] ]
} }
with open(praises_file,"w",encoding="utf-8") as f: with open(praises_file,"w",encoding="utf-8") as f: