docs(pkb): Add development records and update system status

Summary:
- Add PKB module development record for 2026-01-07
- Create PKB module status document (00-模块当前状态与开发指南.md)
- Update system status document to v2.7

Documents added:
- docs/03-业务模块/PKB-个人知识库/06-开发记录/2026-01-07_PKB模块前端V3设计实现.md
- docs/03-业务模块/PKB-个人知识库/00-模块当前状态与开发指南.md

Documents updated:
- docs/00-系统总体设计/00-系统当前状态与开发指南.md

PKB module progress: 75% complete
- Frontend Dashboard: 90%
- Frontend Workspace: 85%
- 3 work modes implemented
- Batch processing API pending debug
This commit is contained in:
2026-01-07 10:35:03 +08:00
parent 5a17d096a7
commit e59676342a
187 changed files with 896 additions and 34 deletions

View File

@@ -308,5 +308,6 @@ export function getBatchItems<T>(

View File

@@ -344,5 +344,6 @@ runTests().catch((error) => {

View File

@@ -323,5 +323,6 @@ Content-Type: application/json

View File

@@ -259,5 +259,6 @@ export const conflictDetectionService = new ConflictDetectionService();

View File

@@ -209,5 +209,6 @@ curl -X POST http://localhost:3000/api/v1/dc/tool-c/test/execute \

View File

@@ -263,5 +263,6 @@ export const streamAIController = new StreamAIController();

View File

@@ -174,3 +174,4 @@ logger.info('[SessionMemory] 会话记忆管理器已启动', {

View File

@@ -108,3 +108,4 @@ checkTableStructure();

View File

@@ -95,3 +95,4 @@ checkProjectConfig().catch(console.error);

View File

@@ -77,3 +77,4 @@ main();

View File

@@ -534,3 +534,4 @@ URL: https://iit.xunzhengyixue.com/api/v1/iit/patient-wechat/callback

View File

@@ -169,3 +169,4 @@ console.log('');

View File

@@ -486,3 +486,4 @@ export const patientWechatService = new PatientWechatService();

View File

@@ -131,3 +131,4 @@ testDifyIntegration().catch(error => {

View File

@@ -160,3 +160,4 @@ testIitDatabase()

View File

@@ -146,3 +146,4 @@ if (hasError) {

View File

@@ -172,3 +172,4 @@ async function testUrlVerification() {

View File

@@ -253,3 +253,4 @@ main().catch((error) => {

View File

@@ -137,3 +137,4 @@ Write-Host ""

View File

@@ -230,3 +230,4 @@ export interface CachedProtocolRules {

View File

@@ -43,3 +43,4 @@ export default async function healthRoutes(fastify: FastifyInstance) {
}

View File

@@ -409,5 +409,6 @@ SET session_replication_role = 'origin';

View File

@@ -111,5 +111,6 @@ WHERE key = 'verify_test';

View File

@@ -254,5 +254,6 @@ verifyDatabase()

View File

@@ -44,5 +44,6 @@ export {}