We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7352c73 commit 6ea86d8Copy full SHA for 6ea86d8
src/miraktest-twitter/constants.ts
@@ -4,7 +4,7 @@ export const TWITTER_META = {
4
id: TWITTER_PLUGIN_ID,
5
name: "Twitter",
6
author: "ci7lus",
7
- version: "0.0.7",
+ version: "0.0.8",
8
description: "視聴中の番組に関連するツイートを投稿する",
9
}
10
export const TWITTER_TWEET_WINDOW_ID = `${TWITTER_PLUGIN_ID}.tweet`
src/miraktest-twitter/index.tsx
@@ -28,8 +28,8 @@ const main: InitPlugin = {
28
name: TWITTER_TWEET_WINDOW_ID,
29
isSingletone: true,
30
args: {
31
- width: 600,
32
- height: 400,
+ width: 500,
+ height: 650,
33
},
34
})
35
@@ -41,8 +41,8 @@ const main: InitPlugin = {
41
42
43
44
45
46
47
48
0 commit comments