@linxin666/dsh-client-ui-community-plugins 0.3.9 → 0.3.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/community.json +12 -0
- package/package.json +1 -1
package/community.json
CHANGED
|
@@ -560,5 +560,17 @@
|
|
|
560
560
|
"repo": "https://github.com/Nath-Vikky/dsh-codekin",
|
|
561
561
|
"category": "ui",
|
|
562
562
|
"subcategory": "panel"
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"id": "dsh-archived-chats",
|
|
566
|
+
"name": "会话档案",
|
|
567
|
+
"nameEn": "Session Archive",
|
|
568
|
+
"author": "Ultronen",
|
|
569
|
+
"description": "本地优先的归档聊天管理插件:按工作区浏览和全文搜索,原生只读预览对话、工具活动与图片,支持标签备注、ZIP 备份恢复、历史版本恢复为副本、可撤销回收站、空间分账、保留策略和来源分支视图。",
|
|
570
|
+
"descriptionEn": "Local-first archived chat management with workspace browsing and full-text search, native read-only previews of conversations, tool activity and images, tags and notes, ZIP backup restore, History restore-as-copy, an undoable Recycle Bin, storage accounting, retention policies, and lineage views.",
|
|
571
|
+
"repo": "https://github.com/Ultronen/dsh-archived-chats",
|
|
572
|
+
"npm": "dsh-archived-chats",
|
|
573
|
+
"category": "ui",
|
|
574
|
+
"subcategory": "panel"
|
|
563
575
|
}
|
|
564
576
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linxin666/dsh-client-ui-community-plugins",
|
|
3
3
|
"description": "Community plugin index data source for the dsh web ecosystem: community.json is the single source of the Workshop store plugin list and the dsh-market.com plugin manifest.",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.10",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"exports": {
|