260121-critical-fix #8

Merged
last2014 merged 5 commits from 260121-critical-fix into develop 2026-01-22 06:49:57 +00:00
Showing only changes of commit f2c2007e07 - Show all commits
+15 -1
View File
@@ -3,7 +3,21 @@
# 使い方
## インストール
初期リリース出たら書きます
```bash
# npm
npm install git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.0.0
# yarn
yarn add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.0.0
# pnpm
pnpm add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.0.0
```
> **NOTE**
> このSDKはnpmリポジトリがありません。Gitリポジトリを使用しています。
> **WARNING**
> `#main`でのインストールもできますが破壊的変更の際に面倒だと思います。サポートしません。
## 初期化
```ts