@kenz1117/dsh-ui-usage-billing 1.1.13 → 1.1.15
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 +2 -2
- package/lib/client.js +5 -5
- package/lib/index.js +22 -10
- package/lib/types/aggregate.d.ts +8 -1
- package/lib/types/client/TokenPanel.d.ts +4 -0
- package/lib/types/client/locales.d.ts +1 -1
- package/lib/types/client/pricing.d.ts +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -106,13 +106,13 @@
|
|
|
106
106
|
- **DSH 0.1.0-rc.8 ~ 0.1.1-rc.2**(本线适配的宿主):
|
|
107
107
|
|
|
108
108
|
```sh
|
|
109
|
-
dsh plugin add npm:@kenz1117/dsh-ui-usage-billing@stable
|
|
109
|
+
dsh plugin --profile web add npm:@kenz1117/dsh-ui-usage-billing@stable
|
|
110
110
|
```
|
|
111
111
|
|
|
112
112
|
- **DSH 0.1.2 系宿主**(0.1.2-alpha.1 起):本线不适配,请装预览线 `@latest`:
|
|
113
113
|
|
|
114
114
|
```sh
|
|
115
|
-
dsh plugin add npm:@kenz1117/dsh-ui-usage-billing@latest
|
|
115
|
+
dsh plugin --profile web add npm:@kenz1117/dsh-ui-usage-billing@latest
|
|
116
116
|
```
|
|
117
117
|
|
|
118
118
|
也可以在宿主 `cordis.patch.yml` 中手动加入:
|