Uersx/dsh-conversation-cost

Skin ⭐ 0 MIT web-ui

dsh-conversation-cost

Install

dsh-conversation-cost/
├── package.json        # npm 包清单 + dsh.bundle / dsh.client 声明 + prepare 构建脚本
├── tsconfig.json       # 严格模式类型检查配置(tsc --noEmit)
├── tsdown.config.ts    # 构建配置:Node 库(lib/)+ 浏览器 client bundle(lib/client.js)
├── cordis.patch.yml    # bundle 配置层:插入插件行
├── src/
│   ├── index.ts        # 主插件:费用计算 + conversation_cost 工具 + 技能 + HTTP route
│   └── client.ts       # 浏览器半边:侧边栏底部费用读数(sidebar.footer.action 插槽,完全替代 Cordis 面板位)
└── pnpm-workspace.yaml # 独立 workspace 声明

Add Uersx/dsh-conversation-cost to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.