mirror of
https://github.com/readest/readest.git
synced 2026-04-28 19:42:21 +00:00
Fix asset protocol and bookshelf css in iOS
This commit is contained in:
parent
39421f6902
commit
574ecee891
10 changed files with 728 additions and 67 deletions
|
|
@ -2,9 +2,7 @@
|
|||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "enables the default permissions",
|
||||
"windows": [
|
||||
"main"
|
||||
],
|
||||
"windows": ["main"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"fs:default",
|
||||
|
|
@ -17,6 +15,15 @@
|
|||
],
|
||||
"deny": []
|
||||
},
|
||||
{
|
||||
"identifier": "fs:scope-appdata-recursive",
|
||||
"allow": [
|
||||
{
|
||||
"path": "$APPDATA/DigestLibrary/**/*"
|
||||
}
|
||||
],
|
||||
"deny": []
|
||||
},
|
||||
{
|
||||
"identifier": "fs:allow-appdata-read",
|
||||
"allow": [
|
||||
|
|
@ -37,4 +44,4 @@
|
|||
"os:default",
|
||||
"http:default"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue