opencode-peak-scheduler 0.1.1 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
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/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.1",
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",