更新知识库管理页面的测试用例,修复添加文章功能的测试用例,确保输入框值正确更新。同时,优化表格数据加载和搜索表单的逻辑,提升测试的准确性和稳定性,改善用户体验和代码可维护性。

This commit is contained in:
zyh
2025-04-11 15:59:34 +00:00
parent 646a089ae2
commit f6074e929d
3 changed files with 3251 additions and 38 deletions

View File

@@ -21,7 +21,8 @@
"react-dom": "https://esm.d8d.fun/react-dom@19.0.0?dev",
"react-dom/client": "https://esm.d8d.fun/react-dom@19.0.0/client?dev",
"react-router": "https://esm.d8d.fun/react-router@7.3.0?dev&deps=react@19.0.0,react-dom@19.0.0",
"antd": "https://esm.d8d.fun/antd@5.24.5?dev&standalone&deps=react@19.0.0,react-dom@19.0.0",
"antd": "https://esm.d8d.fun/antd@5.24.6?dev&standalone&deps=react@19.0.0,react-dom@19.0.0",
"@ant-design/v5-patch-for-react-19":"https://esm.d8d.fun/@ant-design/v5-patch-for-react-19@1.0.3?dev&standalone&deps=react@19.0.0,react-dom@19.0.0",
"antd/locale/zh_CN": "https://esm.d8d.fun/antd@5.24.5/locale/zh_CN?dev&standalone&deps=react@19.0.0,react-dom@19.0.0",
"@ant-design/icons": "https://esm.d8d.fun/@ant-design/icons@5.6.1?dev&standalone&deps=react@19.0.0,react-dom@19.0.0",
"@tanstack/react-query": "https://esm.d8d.fun/@tanstack/react-query@5.67.1?dev&deps=react@19.0.0,react-dom@19.0.0",