feat: 添加DID握手服务和初始化逻辑

refactor: 重构DisputeResolverService和DIDHandshakeService

fix: 修复SovereignWealthFundService中的表名错误

docs: 更新AI模块清单和任务总览文档

chore: 添加多个README文件说明项目结构

style: 优化logger日志输出格式

perf: 改进RecommendationService的性能和类型安全

test: 添加DomainBootstrap和test-domain-bootstrap测试文件

build: 配置dashboard的umi相关文件

ci: 添加GitHub工作流配置
This commit is contained in:
2026-03-18 10:19:16 +08:00
parent 795b03b728
commit 2ad40da777
64 changed files with 6638 additions and 862 deletions

6
server/test-import.ts Normal file
View File

@@ -0,0 +1,6 @@
// Test file to check FeatureGovernanceService import
import { FeatureGovernanceService } from './src/core/governance/FeatureGovernanceService';
console.log('Testing FeatureGovernanceService import...');
console.log('FeatureGovernanceService:', FeatureGovernanceService);
console.log('Import successful!');