{
    "siteInfo": {
        "favicon": {
            "type": "svg",
            "content": "<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'><path fill='none' d='M0 0h24v24H0z'/><path d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-1-5h2v2h-2v-2zm0-8h2v6h-2V7z' fill='#3498db'/></svg>"
        },
        "title": "更新日志"
    },
    "versions": [
        {
            "version": "3.0.0",
            "date": "2023-11-15",
            "type": "major",
            "changes": [
                { "type": "new", "content": "全新的用户界面设计，提供更直观的操作体验" },
                { "type": "new", "content": "引入AI辅助功能，智能预测用户需求" },
                { "type": "improved", "content": "重构核心引擎，性能提升300%" },
                { "type": "improved", "content": "优化数据处理流程，减少50%的内存占用" },
                { "type": "removed", "content": "移除旧版兼容模式，不再支持2.x版本的配置文件" },
                { "type": "security", "content": "增强安全性，修复多个潜在的安全漏洞" }
            ]
        },
        {
            "version": "2.8.5",
            "date": "2023-10-22",
            "type": "patch",
            "changes": [
                { "type": "fixed", "content": "修复在Windows 11系统上可能导致崩溃的问题" },
                { "type": "fixed", "content": "解决大文件导入时的内存泄漏问题" },
                { "type": "security", "content": "修复一个可能导致XSS攻击的安全漏洞" }
            ]
        },
        {
            "version": "2.8.0",
            "date": "2023-09-18",
            "type": "minor",
            "changes": [
                { "type": "new", "content": "添加暗黑模式支持" },
                { "type": "new", "content": "新增数据导出为Excel格式的功能" },
                { "type": "improved", "content": "优化图表渲染速度，提升了30%的显示效率" },
                { "type": "fixed", "content": "修复在某些情况下设置页面无法保存的问题" }
            ]
        },
        {
            "version": "2.7.2",
            "date": "2023-08-05",
            "type": "patch",
            "changes": [
                { "type": "fixed", "content": "修复日期选择器在Safari浏览器上的显示问题" },
                { "type": "fixed", "content": "解决了高DPI屏幕上图标模糊的问题" },
                { "type": "improved", "content": "提升了搜索结果的准确性" }
            ]
        },
        {
            "version": "2.7.0",
            "date": "2023-07-12",
            "type": "minor",
            "changes": [
                { "type": "new", "content": "添加自定义仪表板功能" },
                { "type": "new", "content": "支持多语言界面，新增英语、日语和韩语" },
                { "type": "improved", "content": "优化移动设备上的用户体验" },
                { "type": "fixed", "content": "修复了一些UI布局在不同分辨率下的显示问题" }
            ]
        },
        {
            "version": "2.6.1",
            "date": "2023-06-20",
            "type": "patch",
            "changes": [
                { "type": "fixed", "content": "修复自动更新功能在某些网络环境下失败的问题" },
                { "type": "security", "content": "增强API调用的安全性验证" }
            ]
        },
        {
            "version": "2.6.0",
            "date": "2023-05-30",
            "type": "minor",
            "changes": [
                { "type": "new", "content": "新增数据分析模块，支持高级图表和报表生成" },
                { "type": "improved", "content": "优化启动速度，减少40%的加载时间" },
                { "type": "improved", "content": "增强搜索功能，支持模糊匹配和高级过滤" },
                { "type": "fixed", "content": "修复多个用户反馈的界面交互问题" }
            ]
        }
    ]
} 