Files
zjpb.net/templates
Jowe 22efd8b31c fix: 修复标签页description为空时的TypeError
问题:
- 当selected_tag.description为None时,尝试与字符串相加导致TypeError
- 造成标签页访问时出现502错误

修复:
- 在index_new.html第8行添加or默认值处理
- 确保description为None时使用默认文案

测试:
- 本地验证标签页正常显示
- 修复v2.5部署502问题

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 18:39:19 +08:00
..
2025-12-31 00:12:42 +08:00
2026-01-03 16:32:13 +08:00