mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
changed support direct and added restart tab
This commit is contained in:
Binary file not shown.
+2
-2
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
START=25
|
||||
END=50
|
||||
START=0
|
||||
END=25
|
||||
for ((I=0;I<END;I++));
|
||||
do
|
||||
python3 main.py "$(($I * 2))" "$(( ($I + 1) * 2 ))" &
|
||||
|
||||
Binary file not shown.
@@ -10,7 +10,8 @@
|
||||
</head>
|
||||
<div class="topnav">
|
||||
<a href="about.html">About</a>
|
||||
<a href="http://patreon.com/AIDungeon">Support</a>
|
||||
<a href="http://patreon.com/AIDungeon/overview">Support</a>
|
||||
<a href=".">Restart</a>
|
||||
</div>
|
||||
<body>
|
||||
<script type="text/javascript" src="static/script.js">
|
||||
|
||||
Reference in New Issue
Block a user