mirror of https://github.com/Xhofe/alist
chore: change default pdf viewer address
parent
e6c2d22700
commit
107462e42e
|
@ -91,7 +91,7 @@ func InitialSettings() []model.SettingItem {
|
|||
"Google":"https://docs.google.com/gview?url=$e_url&embedded=true"
|
||||
},
|
||||
"pdf": {
|
||||
"PDF.js":"https://alist.nn.ci/pdf.js/web/viewer.html?file=$e_url"
|
||||
"PDF.js":"https://alist-org.github.io/pdf.js/web/viewer.html?file=$e_url"
|
||||
}
|
||||
}`, Type: conf.TypeText, Group: model.PREVIEW},
|
||||
// {Key: conf.OfficeViewers, Value: `{
|
||||
|
|
Loading…
Reference in New Issue