Skip to content

Commit 4945878

Browse files
committed
Added additional pomf host
Added a new pomf host: jew.cat
1 parent f7029ad commit 4945878

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/config.js

+5
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ module.exports = {
5050
uploadPath: 'https://doko.moe/upload.php',
5151
resultPath: 'https://a.doko.moe'
5252
},
53+
'jew.cat': {
54+
uploadPath: 'https://jew.cat/api/upload',
55+
resultPath: 'https://a.jew.cat',
56+
token: '6IjAWIFEgBBnarxKAjDVGktefCF1hTLO0dcn9PmQwOhlR9mdMU70chitgogJIubu'
57+
},
5358
'mixtape.moe': {
5459
uploadPath: 'https://mixtape.moe/upload.php',
5560
resultPath: 'https://my.mixtape.moe'

app/view/preferences.html

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ <h3>Services</h3>
131131
<option value="pomf:comfy.moe">comfy.moe</option>
132132
<option value="pomf:desu.sh">desu.sh</option>
133133
<option value="pomf:doko.moe">doko.moe</option>
134+
<option value="pomf:jew.cat">jew.cat</option>
134135
<option value="pomf:mixtape.moe">mixtape.moe</option>
135136
<option value="pomf:null.vg">null.vg</option>
136137
<option value="pomf:nya.is">nya.is</option>

0 commit comments

Comments
 (0)