Merge branch 'KoboldAI:main' into united

This commit is contained in:
henk717 2022-07-26 00:42:35 +02:00 committed by GitHub
commit 7721b72184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5791,7 +5791,7 @@ def importgame():
def importAidgRequest(id):
exitModes()
urlformat = "https://prompts.aidg.club/api/"
urlformat = "https://aetherroom.club/api/"
req = requests.get(urlformat+id)
if(req.status_code == 200):

View File

@ -76,7 +76,7 @@
<div class="dropdown-menu">
<a class="dropdown-item" href="#" id="btn_import">AI Dungeon Adventure</a>
<a class="dropdown-item" href="#" id="btn_importwi">AI Dungeon World Info</a>
<a class="dropdown-item" href="#" id="btn_impaidg">aidg.club Prompt</a>
<a class="dropdown-item" href="#" id="btn_impaidg">aetherroom.club Prompt</a>
</div>
</li>
<li class="nav-item">
@ -233,7 +233,7 @@
<div class="popuptitletext">Enter the Prompt Number</div>
</div>
<div class="aidgpopuplistheader">
(4-digit number at the end of aidg.club URL)
(4-digit number at the end of aetherroom.club URL)
</div>
<div class="aidgpopupcontent">
<input class="form-control" type="text" placeholder="Prompt Number" id="aidgpromptnum">