1 Commits

Author SHA1 Message Date
last2014 caa38f92e4 Merge pull request 'v1.1.0' (#12) from develop into main
Reviewed-on: #12
2026-01-24 02:30:32 +00:00
3 changed files with 4 additions and 6 deletions
+3 -3
View File
@@ -5,13 +5,13 @@
## インストール
```bash
# npm
npm install git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.1
npm install git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.0
# yarn
yarn add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.1
yarn add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.0
# pnpm
pnpm add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.1
pnpm add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.0
```
> **NOTE**
> このSDKはnpmリポジトリがありません。Gitリポジトリを使用しています。
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "better-uwuzu-sdk",
"version": "1.1.1",
"version": "1.1.0",
"description": "A better uwuzu SDK.",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
-2
View File
@@ -31,8 +31,6 @@ export default interface ueuseModule {
/** Botフラグ(自主設定)かどうか */
is_bot: boolean;
};
/** 本文 */
text: string;
/** いいねしたユーザーID */
favorite: string[];
/** メディア */