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 8, 2024
1 parent 835d04e commit 31059da
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@ <h2>拡張機能</h2>
<input type="number" id="startDelay" name="startDelay" value="0" min="0">
<button type="button" onclick="changeGroupNames()">グループ名変更</button>
<button type="button" onclick="changeGroupIcons()">グループアイコン変更</button>

<div class="dividing">
<p class="sectionTitle">Create Friend Invite</p>
<button type="button" class="sectionButton" id="createFriendInvite">Create Invite</button>
</div>


<div class="dividing">
<p class="sectionTitle">Friend Invite URL</p>
<input type="text" id="friendInviteUrl" class="textOutput" readonly>
<button type="button" class="sectionButton" onclick="copyToClipboard('friendInviteUrl')">Copy URL</button>
</div>
</form>

<p id="status">ステータス: 準備完了</p>
Expand Down

0 comments on commit 31059da

Please sign in to comment.