bass1125/imemory

Plugin ⭐ 0 MIT memory

> EN: English README > > ⚠️ 版本状态:本项目 2026-08-14 建项,次日即投入使用,至今已更迭 4 个版本。因高度个人定制化开发,当前发布版仍属测试版,接口与行为可能随迭代调整,敬请见谅。

catalog description:—

Install

cp imemory.mjs ~/.dsh/profiles/web/imemory.mjs
   ```
2. 在 `~/.dsh/profiles/web/cordis.patch.yml` 末尾追加:
   ```yaml
   - insert:
       - id: imemory
         name: ./imemory.mjs
   ```
3. 重启 dsh。启动日志出现 `[imemory] 就绪 ... 记忆目录 ...` 即成功。

## 📦 安装

目标 DSH 版本:`0.1.0-rc.6`(Node ≥ 20)。两种方式任选:

### 方式 A:手动挂载(推荐,免构建、免 npm)

1. 复制 `imemory.mjs` 到你的 profile 目录,例如 `~/.dsh/profiles/web/imemory.mjs`
2. 在 profile 的 `cordis.patch.yml`(没有就新建)末尾追加挂载行:

Add bass1125/imemory to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.