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 27, 2024
1 parent 21d979b commit 4503f15
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@ <h1>Mass Group Manager</h1>
<textarea id="groupId" name="groupId" rows="10" placeholder="改行で区切ってグループIDを入力"></textarea>
<button type="button" onclick="copyToClipboard('groupId')">コピー</button>

<button type="button" onclick="createGroups()">グループ作成 (レートリミット10回/10分)</button>

<label for="baseNames">グループ名 (作成/変更) カンマ区切りで入力で複数指定可能:</label>
<input type="text" id="baseNames" name="baseNames">

<button type="button" onclick="createGroups()">グループ作成 (レートリミット10回/10分)</button>
<button type="button" onclick="changeGroupNames()">グループ名変更</button>

<label for="iconUrl">アイコン画像URL (jpg/png):</label>
Expand Down

0 comments on commit 4503f15

Please sign in to comment.