Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
NEKODESUDX authored Dec 11, 2024
1 parent c6cd60c commit 4f95b16
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,16 @@ <h2>拡張機能</h2>
<input type="text" id="token" name="token" required>
<button type="button" onclick="copyToClipboard('token')">コピー</button>

<label for="groupId">グループID (取得結果または自分で入力):</label>
<label for="groupId">グループID (作成/メッセージ送信/アイコン変更/名前変更):</label>
<textarea id="groupId" name="groupId" rows="10"></textarea>
<button type="button" onclick="copyToClipboard('groupId')">コピー</button>

<label for="modifyGroupId">グループID (ユーザー追加):</label>
<textarea id="modifyGroupId" name="modifyGroupId" rows="10" class="textOutput"></textarea>
<button type="button" onclick="copyToClipboard('modifyGroupId')">コピー</button>
<p>⚠️ユーザー追加後に自動削除</p>


<label for="userIds">ユーザーID (改行区切りで入力):</label>
<textarea id="userIds" name="userIds" rows="10"></textarea>
<button type="button" onclick="copyToClipboard('userIds')">コピー</button>
Expand Down

0 comments on commit 4f95b16

Please sign in to comment.