发布 4.1.1,小版本更新 MCP Copilot Skill 分发流程

This commit is contained in:
ILoveBingLu
2026-04-08 13:21:57 +08:00
parent d1b7946417
commit aafda339bf
3 changed files with 10 additions and 3 deletions

View File

@@ -10,6 +10,13 @@
### 变更
- 暂无
## [4.1.1] - 2026-04-08
### 变更
- 调整 `ct-mcp-copilot` Skill 分发方式,改为随应用资源内置打包
- MCP 页面移除本机 Agent 自动探测与一键安装入口,统一改为导出 zip 后手动导入
- Skill 导出逻辑改为优先从内置资源路径解析,提升发布包中的可用性
## [4.1.0] - 2026-04-07
### 新增

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "ciphertalk",
"version": "4.1.0",
"version": "4.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ciphertalk",
"version": "4.1.0",
"version": "4.1.1",
"hasInstallScript": true,
"license": "CC-BY-NC-SA-4.0",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "ciphertalk",
"version": "4.1.0",
"version": "4.1.1",
"description": "密语 - 微信聊天记录查看工具",
"author": "ILoveBingLu",
"license": "CC-BY-NC-SA-4.0",