jiachenlong/config/VERSION.json

55 lines
1.2 KiB
JSON
Raw Normal View History

{
2026-04-26 21:13:00 +08:00
"version": "0.0.9",
"updated": "2026-04-24",
"modules": {
"frontend": {
2026-04-26 21:13:00 +08:00
"version": "0.0.9",
"pages": {
2026-04-19 22:22:45 +08:00
"Add": "0.0.1",
"Admin": "0.0.1",
"Detail": "0.0.1",
"Edit": "0.0.1",
2026-04-26 21:13:00 +08:00
"Home": "0.0.4",
2026-04-19 22:22:45 +08:00
"List": "0.0.1",
"Login": "0.0.1",
2026-04-26 21:13:00 +08:00
"News": "0.0.8",
2026-04-19 22:22:45 +08:00
"News_YichensBoard": "0.0.1",
"Settings": "0.0.1",
"Stats": "0.0.1",
"YichensBoard": "0.0.3"
},
"config": {
"version": "0.0.7"
}
},
"backend": {
2026-04-26 21:13:00 +08:00
"version": "0.0.9",
"routers": {
2026-04-19 22:22:45 +08:00
"auth": "0.0.1",
"collections": "0.0.1",
"deal": "0.0.1",
"information": "0.0.2",
2026-04-19 22:22:45 +08:00
"news": "0.0.1",
"ocr": "0.0.1",
"operations": "0.0.1",
2026-04-26 21:13:00 +08:00
"seek": "0.0.9",
2026-04-19 22:22:45 +08:00
"users": "0.0.1",
"yichens": "0.0.1"
},
"app": {
2026-04-19 22:22:45 +08:00
"core": "0.0.1",
"models": "0.0.1",
"schemas": "0.0.1",
"services": "0.0.1",
"utils": "0.0.1"
}
}
2026-04-26 21:13:00 +08:00
},
"changelog": {
"0.0.9": [
"Home.jsx: 修复寻配号数据统计API",
"News.jsx: 寻配号功能稳定版(自有匹配+网络匹配缓存)",
"seek.py: 路由优化,留言功能迁移,缓存机制"
]
}
}