feat: 更新插件至 v0.4.6

- 更新核心功能代码
- 优化样式和 UI
- 更新提示词配置
- 更新流程配置

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
user
2026-01-26 00:58:57 +08:00
parent f51c4ef6dc
commit 84dc04ef61
11 changed files with 1123 additions and 18701 deletions

View File

@@ -1,13 +1,15 @@
{
"display_name": "记忆管理并发系统",
"loading_order": 100,
"requires": [],
"optional": [],
"description": "智能记忆检索与注入系统,支持并发处理、世界书管理和剧情优化",
"version": "0.4.6",
"author": "可乐、繁华",
"homePage": "https://github.com/Cola-Echo/memory-manager-concurrent",
"js": "index.js",
"css": "style.css",
"author": "可乐、繁华",
"version": "0.3.0",
"homePage": "",
"loading_order": 100,
"auto_update": false,
"requires": [],
"optional": [],
"minimum_client_version": "1.12.0",
"generate_interceptor": "MemoryManagerConcurrent_intercept"
}