mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
Add new image proxy server
This commit is contained in:
@@ -5,20 +5,23 @@
|
||||
<div class="form-field">
|
||||
<h3>Image proxy server</h3>
|
||||
<form action="/settings/image_server" method="post">
|
||||
<input type="radio" name="image-proxy" id="image-proxy" value="i.pixiv.cat" />
|
||||
<label for="image-proxy">i.pixiv.cat</label>
|
||||
<input type="radio" name="image-proxy" id="image-proxy" value="piv.deception.world" />
|
||||
<label for="image-proxy">piv.deception.world</label>
|
||||
<br />
|
||||
<input type="radio" name="image-proxy" id="image-proxy" value="px2.rainchan.win" />
|
||||
<label for="image-proxy">px2.rainchan.win</label>
|
||||
<br />
|
||||
<input type="radio" name="image-proxy" id="image-proxy" value="pximg.cocomi.cf" />
|
||||
<label for="image-proxy">pximg.cocomi.cf</label>
|
||||
<br />
|
||||
<input type="radio" name="image-proxy" id="image-proxy" value="px3.rainchan.win" />
|
||||
<label for="image-proxy">px3.rainchan.win</label>
|
||||
<br />
|
||||
<input type="radio" name="image-proxy" id="image-proxy" value="px.s.rainchan.win" />
|
||||
<label for="image-proxy">px.s.rainchan.win</label>
|
||||
<br />
|
||||
<input type="radio" name="image-proxy" id="image-proxy" value="piv.deception.world" />
|
||||
<label for="image-proxy">piv.deception.world</label>
|
||||
<input type="radio" name="image-proxy" id="image-proxy" value="pixiv.cat" />
|
||||
<label for="image-proxy">pixiv.cat</label>
|
||||
<br />
|
||||
<input type="submit" value="Apply" />
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user