opencode-peak-scheduler 0.1.0 → 0.1.2

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.md CHANGED
@@ -283,8 +283,8 @@ If this plugin saves you money, you can say thanks:
283
283
 
284
284
  | QR | Address |
285
285
  | --- | --- |
286
- | ![BNB Smart Chain](assets/bsc.png) | **BNB Smart Chain (BEP-20):** `0x1Df93A331CF8D5bE9d382B6d55fe227D6489B2a2` |
287
- | ![Tron](assets/tron.png) | **Tron (TRC-20):** `TDfatR9JWqcfx5VuTMHDLQP3BN6f8Ynk5r` |
286
+ | ![BNB Smart Chain](https://cdn.jsdelivr.net/npm/opencode-peak-scheduler/assets/bsc.png) | **BNB Smart Chain (BEP-20):** `0x1Df93A331CF8D5bE9d382B6d55fe227D6489B2a2` |
287
+ | ![Tron](https://cdn.jsdelivr.net/npm/opencode-peak-scheduler/assets/tron.png) | **Tron (TRC-20):** `TDfatR9JWqcfx5VuTMHDLQP3BN6f8Ynk5r` |
288
288
 
289
289
  ## License
290
290
 
package/assets/bsc.png ADDED
Binary file
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "opencode-peak-scheduler",
4
- "version": "0.1.0",
4
+ "version": "0.1.2",
5
5
  "description": "OpenCode plugin — switch DeepSeek model automatically by Beijing peak/off-peak hours",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -16,7 +16,7 @@
16
16
  "import": "./dist/tui.js"
17
17
  }
18
18
  },
19
- "files": ["dist/", "README.md", "LICENSE"],
19
+ "files": ["dist/", "assets/", "README.md", "LICENSE"],
20
20
  "scripts": {
21
21
  "build": "bun build index.ts tui.ts --outdir dist --target bun --format esm --external solid-js --external '@opentui/*' && tsc -p tsconfig.build.json",
22
22
  "typecheck": "tsc --noEmit",