mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-11 11:51:53 +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
|
#!/bin/bash
|
||||||
START=25
|
START=0
|
||||||
END=50
|
END=25
|
||||||
for ((I=0;I<END;I++));
|
for ((I=0;I<END;I++));
|
||||||
do
|
do
|
||||||
python3 main.py "$(($I * 2))" "$(( ($I + 1) * 2 ))" &
|
python3 main.py "$(($I * 2))" "$(( ($I + 1) * 2 ))" &
|
||||||
|
|||||||
Binary file not shown.
@@ -10,7 +10,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<div class="topnav">
|
<div class="topnav">
|
||||||
<a href="about.html">About</a>
|
<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>
|
</div>
|
||||||
<body>
|
<body>
|
||||||
<script type="text/javascript" src="static/script.js">
|
<script type="text/javascript" src="static/script.js">
|
||||||
|
|||||||
Reference in New Issue
Block a user