DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Ccfddl — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

@deepseek-ai/dsh-ccfddl

Ccfddl

CCF conference submission deadline countdown sidebar component: data is fetched by a server process from ccfddl.com, and the browser retrieves it via a connection API; settings are persisted in localStorage, with traffic-light urgency indicators.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:sshhhll002/dsh-ccfddl#7c0b0c9062553506cdbbccbc06f819e61f94abd5
READMECompatibilityVersions

Compatibility and provenance

Ccfddl is published as @deepseek-ai/dsh-ccfddl and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/23/2026

Versions

1.0.0stable
8/23/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/23/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-ccfddl

CCF 会议截稿倒计时侧栏插件,运行在 DeepSeek Harness 的 Web 界面(dsh web)中。

功能

  • 组件位于左侧边栏工作区下方、设置上方,视觉风格与官方 CordisPlugin 行一致;可最小化为一行,展开后显示最近截稿会议的实时倒计时。
  • 按剩余天数用颜色标注紧急度:红色不足 7 天,橙色 7–30 天,绿色超过 30 天,已截稿显示为灰色。
  • 设置面板包含四个页签:跟踪(默认跟踪全部 CCF-A 类会议,可按领域筛选)、筛选(时间窗口、排序方式、等级筛选、是否显示 abstract 截稿与过期会议)、更新(手动刷新与自动刷新间隔,默认每 8 小时)、关于(数据源与版本)。设置保存在浏览器 localStorage。
  • 数据来自开源项目 ccfddl/ccf-deadlines 的合并语料(allconf.yml),由服务器进程经 DeepSeek Harness 的 Typert Remote 通道拉取,浏览器不需要直接访问外网;服务器通道不可用时自动降级为浏览器直连。
  • 服务器侧带 5 分钟缓存:多标签页或频繁手动刷新不会重复请求数据源。

安装

前提:已安装 DeepSeek Harness 并能运行 dsh web,宿主进程为 Node.js 18 或更高版本。

dsh plugin --profile web add github:sshhhll002/dsh-ccfddl

dsh plugin 把包作为 profile 依赖安装(peer 依赖 @deepseek-ai/cordis、@deepseek-ai/dsh-typert-protocol、react 均发布在 npm),并读取包内随附的 cordis.patch.yml 自动挂载组件行。之后重启 dsh web,刷新页面即可。

手动安装的等价方式:把本仓库放入 DeepSeek Harness 源码工作区的 packages/extensions/ccfddl(依赖由工作区提供,仓库已提交预构建产物 lib/,无需构建),再把 $DSH_HOME/profiles/node_modules/@deepseek-ai/dsh-ccfddl($DSH_HOME 默认为 ~/.dsh)软链指向该目录,并在 profile 的 cordis.patch.yml 中插入:

- insert:
    - id: ccfddl
      name: '@deepseek-ai/dsh-ccfddl'

重启 dsh web 后生效。两种方式二选一,不要同时使用,否则同一组件行会被插入两次。

构建与测试

仓库已提交预构建产物,直接安装无需构建。若要修改源码重新构建,请将仓库放入 DeepSeek Harness 源码工作区的 packages/extensions/ccfddl(本仓库的 tsconfig.json 与 tsdown.config.ts 按该工作区布局书写,并需把本包加入工作区根 tsconfig.host.json 与 tsconfig.client.json 的项目引用)。构建命令:

pnpm exec tsc -b
pnpm exec tsdown --env.DSH_BUILD_FACE host
pnpm exec tsdown --env.DSH_BUILD_FACE client

修改宿主 Remote 方法的签名后,需要重新生成 Typert 产物(在工作区内执行根构建 pnpm run build:lib:host 会自动完成)。

测试共 16 个用例,在工作区内运行:

pnpm vitest run packages/extensions/ccfddl/tests/data.client.spec.ts packages/extensions/ccfddl/tests/data-source.host.spec.ts

覆盖:YAML 语料解析(嵌套、引号、行内注释、CRLF/BOM)、会议时区换算(AoE/UTC±n)、跟踪与筛选逻辑、浏览器通道拉取(HTTP 错误/异常/短响应/无 AbortSignal.timeout 的旧浏览器),以及服务器多源拉取与失败聚合。

许可证与归属

  • 插件代码:MIT,见 LICENSE。
  • 截稿数据:运行时取自 ccfddl/ccf-deadlines(MIT,© 2021 CCFDDL);本仓库不随包分发该数据文件,完整许可文本与分发条件见 THIRD_PARTY_NOTICES.md。
  • 本插件为非官方项目,与 CCF(中国计算机学会)及 ccfddl 项目无隶属、代言或合作关系。