v1.1.1 #13
@@ -5,13 +5,13 @@
|
|||||||
## インストール
|
## インストール
|
||||||
```bash
|
```bash
|
||||||
# npm
|
# 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
|
||||||
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
|
||||||
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**
|
> **NOTE**
|
||||||
> このSDKはnpmリポジトリがありません。Gitリポジトリを使用しています。
|
> このSDKはnpmリポジトリがありません。Gitリポジトリを使用しています。
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "better-uwuzu-sdk",
|
"name": "better-uwuzu-sdk",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "A better uwuzu SDK.",
|
"description": "A better uwuzu SDK.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/types/index.d.ts",
|
"types": "dist/types/index.d.ts",
|
||||||
|
|||||||
Vendored
+2
@@ -31,6 +31,8 @@ export default interface ueuseModule {
|
|||||||
/** Botフラグ(自主設定)かどうか */
|
/** Botフラグ(自主設定)かどうか */
|
||||||
is_bot: boolean;
|
is_bot: boolean;
|
||||||
};
|
};
|
||||||
|
/** 本文 */
|
||||||
|
text: string;
|
||||||
/** いいねしたユーザーID */
|
/** いいねしたユーザーID */
|
||||||
favorite: string[];
|
favorite: string[];
|
||||||
/** メディア */
|
/** メディア */
|
||||||
|
|||||||
Reference in New Issue
Block a user