Skip to content

Commit ed117c7

Browse files
committed
del files
1 parent 3ab36d8 commit ed117c7

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

Diff for: files/4.jpg

-110 KB
Binary file not shown.

Diff for: files/FZXS14-ex.ttf

-5.27 MB
Binary file not shown.

Diff for: files/sprite.png

-11.4 KB
Binary file not shown.

Diff for: src/main/kotlin/impl/MemeZZKIA.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class MemeZZKIA : MemeService {
5151
val fzxs14 = folder.resolve("FZXS14-ex.ttf")
5252
if (fzxs14.exists().not()) {
5353
try {
54-
download(urlString = "https://mirror.ghproxy.com/https://raw.githubusercontent.com/dcalsky/bbq/master/fonts/FZXS14-ex.ttf", folder)
54+
download(urlString = "https://raw.githubusercontent.com/dcalsky/bbq/master/fonts/FZXS14-ex.ttf", folder)
5555
} catch (_: Exception) {
5656
fzxs14.delete()
5757
download(urlString = "https://font.taofont.com/en_fonts/fonts/f/FZXS14.ttf", folder)

0 commit comments

Comments
 (0)