Skip to content

Commit 62f89fb

Browse files
chore: update assets
1 parent ff0145c commit 62f89fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

websites/S/SFACG/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"url": "book.sfacg.com",
1414
"regExp": "([a-z0-9-]+[.])*(sfacg)[.]com[/]",
15-
"version": "1.0.0",
16-
"logo": "https://i.imgur.com/ejBneYz.png",
17-
"thumbnail": "https://i.imgur.com/h3IRTqB.png",
15+
"version": "1.0.1",
16+
"logo": "https://cdn.rcd.gg/PreMiD/websites/S/SFACG/assets/logo.png",
17+
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/S/SFACG/assets/thumbnail.png",
1818
"color": "#E29464",
1919
"category": "other",
2020
"tags": [

websites/S/SFACG/presence.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const presence = new Presence({
66
const browsingTimestamp = Math.floor(Date.now() / 1000)
77

88
enum ActivityAssets {
9-
Logo = 'https://i.imgur.com/ejBneYz.png',
9+
Logo = 'https://cdn.rcd.gg/PreMiD/websites/S/SFACG/assets/logo.png',
1010
}
1111

1212
enum NovelTypeID {

0 commit comments

Comments
 (0)