Skip to content

Commit

Permalink
🐛 修复月份不显示
Browse files Browse the repository at this point in the history
  • Loading branch information
kalicyh committed Aug 5, 2024
1 parent 8071b65 commit 703d994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/routes/talking_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ async def get_data():
{
"序号": record.id,
"名字": record.name,
"月份": record.month,
"分类": record.category,
"文案": record.text
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knowledge_server_vue",
"version": "1.3.0",
"version": "1.3.1",
"private": true,
"scripts": {
"setup": "yarn install && pip3 install poetry && poetry install",
Expand Down

0 comments on commit 703d994

Please sign in to comment.