From b3ce96c77dc4c5900922ee8635ba0c0f68c7274e Mon Sep 17 00:00:00 2001 From: Kirigaya <1193466151@qq.com> Date: Sat, 5 Jul 2025 05:37:47 +0800 Subject: [PATCH] add news page --- news/src/App.vue | 14 +++----------- news/src/components/Troubleshoot.vue | 3 +++ news/src/data.json | 11 +++++++++++ 3 files changed, 17 insertions(+), 11 deletions(-) create mode 100644 news/src/data.json diff --git a/news/src/App.vue b/news/src/App.vue index f9409d5..a068651 100644 --- a/news/src/App.vue +++ b/news/src/App.vue @@ -7,24 +7,16 @@ import OmSponsor from './components/Sponsor.vue'; import OmResource from './components/Resource.vue'; import OmTroubleshoot from './components/Troubleshoot.vue'; -const version = '0.1.9'; -const changelogs = [ - '增加 mook 功能:可以利用随机种子或者AI生成来自动化填充测试 tool 的表单数据', - '增加工具自检功能:openmcp 的 tool 下可以点击「工具模块」 右侧的 「工具自检」进入自检模式,该模式下,用户可以自己定义工具执行的拓扑顺序,然后一次性进行自动检测。', - '修复 issue #44: 完成链接跳转的平台适配', - '修复 issue #36: 完成非文件夹打开下的成功启动', - '修复 issue #45: 数组类型参数不支持', - '修复多行对话粘贴进入对话框样式异常的问题' -]; +import data from './data.json';