mirror of
https://github.com/LiteyukiStudio/marshoai-melo.git
synced 2025-02-07 19:36:19 +08:00
夸赞名单默认值更新
This commit is contained in:
parent
0d11be7ade
commit
64062c4d74
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user