mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-Nonebot.git
synced 2026-04-01 22:04:51 +00:00
feat(tarot): 将字段 clover_image 重命名为 image
This commit is contained in:
parent
09f3c7c390
commit
205918fd75
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ class MajorArcanaLog(Model):
|
|||
'ints': ints,
|
||||
'name': model.name,
|
||||
'meaning': meaning,
|
||||
'clover_image': image,
|
||||
'image': image,
|
||||
'create_time':datetime.now().date()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue