问题: - 当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>
问题: - 当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>