We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pdf viewer url
1 parent 9207eb6 commit eb549f2Copy full SHA for eb549f2
1 file changed
bootstrap/setting.go
@@ -124,6 +124,13 @@ func InitSettings() {
124
Access: model.PUBLIC,
125
Group: model.FRONT,
126
},
127
+ {
128
+ Key: "pdf viewer url",
129
+ Type: "string",
130
+ Value: "https://alist-org.github.io/pdf.js/web/viewer.html?file=$url",
131
+ Access: model.PUBLIC,
132
+ Group: model.FRONT,
133
+ },
134
{
135
Key: "autoplay video",
136
Value: "false",
0 commit comments