Skip to content

Commit 40b26a8

Browse files
committed
fix!: change default epub viewer (close AlistGo#3519)
1 parent 4293a0b commit 40b26a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/bootstrap/data/setting.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func InitialSettings() []model.SettingItem {
110110
"PDF.js":"https://alist-org.github.io/pdf.js/web/viewer.html?file=$e_url"
111111
},
112112
"epub": {
113-
"EPUB.js":"/static/epub.js/viewer.html?url=$e_url"
113+
"EPUB.js":"https://alist-org.github.io/static/epub.js/viewer.html?url=$e_url"
114114
}
115115
}`, Type: conf.TypeText, Group: model.PREVIEW},
116116
// {Key: conf.OfficeViewers, Value: `{

0 commit comments

Comments
 (0)