@stardustlc/dsh-suite 0.1.3 → 0.1.5
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/README.en.md +1 -1
- package/README.md +1 -1
- package/package.json +8 -8
package/README.en.md
CHANGED
|
@@ -46,7 +46,7 @@ Keep your profile's `cordis.patch.yml` configuration overrides, then restart Web
|
|
|
46
46
|
|
|
47
47
|
| Line | Component | Capability |
|
|
48
48
|
| :-- | :-- | :-- |
|
|
49
|
-
| Office | dsh-email | IMAP/SMTP list/read/search/send
|
|
49
|
+
| Office | dsh-email | Ten IMAP/SMTP tools: list/read/search/send, attachments, incremental new-mail watch, flag & folder moves, reply/reply-all/forward; eight provider presets plus custom ones, Outlook OAuth2 device-code login (bundled public client — works out of the box), card-based multi-account settings page (bilingual), send-approval gate |
|
|
50
50
|
| | dsh-calendar | CalDAV list/create/update/delete/search (Google/iCloud/Nextcloud/custom) |
|
|
51
51
|
| | dsh-rss | RSS/Atom subscriptions + cross-feed search + incremental fetch |
|
|
52
52
|
| | dsh-cite | Crossref lookup + four citation styles + BibTeX |
|
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ dsh plugin --profile web remove @stardustlc/dsh-suite
|
|
|
48
48
|
|
|
49
49
|
| 产品线 | 组件 | 能力 |
|
|
50
50
|
| :-- | :-- | :-- |
|
|
51
|
-
| 📨 办公流 | dsh-email | IMAP/SMTP
|
|
51
|
+
| 📨 办公流 | dsh-email | IMAP/SMTP 十工具:收发/搜索/附件/增量新邮件监视/标记整理/回复转发,八大服务商预设 + 自定义预设,Outlook OAuth2 设备码登录(内置公共客户端,开箱即用),卡片式多账号设置页(中英双语),发信审批门 |
|
|
52
52
|
| | dsh-calendar | CalDAV 日程查建改删搜(Google/iCloud/Nextcloud) |
|
|
53
53
|
| | dsh-rss | RSS/Atom 订阅 + 跨订阅搜索 + 增量抓取 |
|
|
54
54
|
| | dsh-cite | Crossref 文献检索 + 四种引文格式 + BibTeX |
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stardustlc/dsh-suite",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.5",
|
|
4
|
+
"description": "DSH 插件全家桶:18 个组件覆盖邮件、日历、媒体创作、开发运维、消息通知与极简 PTC,一条命令安装。",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dsh": {
|
|
7
7
|
"bundle": {
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@stardustlc/dsh-docker": "0.3.3",
|
|
39
39
|
"@stardustlc/dsh-dream": "0.3.3",
|
|
40
|
-
"dsh-calendar": "0.5.
|
|
40
|
+
"dsh-calendar": "0.5.4",
|
|
41
41
|
"dsh-cite": "0.3.3",
|
|
42
42
|
"dsh-code-security": "0.3.3",
|
|
43
43
|
"dsh-codex-port": "0.2.2",
|
|
44
44
|
"dsh-dingtalk": "0.2.1",
|
|
45
|
-
"dsh-email": "0.
|
|
46
|
-
"dsh-ffmpeg": "0.4.
|
|
45
|
+
"dsh-email": "0.13.1",
|
|
46
|
+
"dsh-ffmpeg": "0.4.3",
|
|
47
47
|
"dsh-flakefinder": "0.3.3",
|
|
48
48
|
"dsh-hyperframes": "0.3.2",
|
|
49
|
-
"dsh-minimal-ptc": "0.4.
|
|
50
|
-
"dsh-ppt": "0.4.
|
|
49
|
+
"dsh-minimal-ptc": "0.4.7",
|
|
50
|
+
"dsh-ppt": "0.4.3",
|
|
51
51
|
"dsh-remotion": "0.3.2",
|
|
52
52
|
"dsh-rss": "0.3.2",
|
|
53
53
|
"dsh-slack": "0.3.1",
|
|
54
54
|
"dsh-sql": "0.4.3",
|
|
55
|
-
"dsh-voice": "0.3.
|
|
55
|
+
"dsh-voice": "0.3.4"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"js-yaml": "^4.1.0"
|