From d102adcebcd736b87ae1685ded1607910bffe055 Mon Sep 17 00:00:00 2001 From: Last2014 Date: Sat, 24 Jan 2026 12:49:08 +0900 Subject: [PATCH] v1.1.1 --- README.md | 6 +++--- package.json | 2 +- src/1.6.8/types/modules/ueuse.d.ts | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 82dad2e..3dd0c8b 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ ## インストール ```bash # npm -npm install git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.0 +npm install git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.1 # yarn -yarn add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.0 +yarn add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.1 # pnpm -pnpm add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.0 +pnpm add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.1 ``` > **NOTE** > このSDKはnpmリポジトリがありません。Gitリポジトリを使用しています。 diff --git a/package.json b/package.json index 639245e..c801a01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-uwuzu-sdk", - "version": "1.1.0", + "version": "1.1.1", "description": "A better uwuzu SDK.", "main": "dist/index.js", "types": "dist/types/index.d.ts", diff --git a/src/1.6.8/types/modules/ueuse.d.ts b/src/1.6.8/types/modules/ueuse.d.ts index e5e8183..c7ac3d6 100644 --- a/src/1.6.8/types/modules/ueuse.d.ts +++ b/src/1.6.8/types/modules/ueuse.d.ts @@ -31,6 +31,8 @@ export default interface ueuseModule { /** Botフラグ(自主設定)かどうか */ is_bot: boolean; }; + /** 本文 */ + text: string; /** いいねしたユーザーID */ favorite: string[]; /** メディア */