mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-22 01:42:47 +01:00
fix stuff
This commit is contained in:
parent
53f4ac36c8
commit
52a5f7351d
@ -26,8 +26,8 @@
|
|||||||
_OS.setting.appearance.theme = "antos" unless _OS.setting.appearance.theme
|
_OS.setting.appearance.theme = "antos" unless _OS.setting.appearance.theme
|
||||||
|
|
||||||
_OS.setting.VFS.gdrive = {
|
_OS.setting.VFS.gdrive = {
|
||||||
CLIENT_ID: "1006507170703-l322pfkrhf9cgta4l4jh2p8ughtc14id.apps.googleusercontent.com"
|
CLIENT_ID: ""
|
||||||
API_KEY: "AIzaSyBZhM5KbARvT10acWC8JQKlRn2WbSsmfLc"
|
API_KEY: ""
|
||||||
apilink: "https://apis.google.com/js/api.js"
|
apilink: "https://apis.google.com/js/api.js"
|
||||||
DISCOVERY_DOCS: ["https://www.googleapis.com/discovery/v1/apis/drive/v3/rest"]
|
DISCOVERY_DOCS: ["https://www.googleapis.com/discovery/v1/apis/drive/v3/rest"]
|
||||||
SCOPES: 'https://www.googleapis.com/auth/drive'
|
SCOPES: 'https://www.googleapis.com/auth/drive'
|
||||||
|
@ -9,5 +9,10 @@
|
|||||||
"version":"0.1a",
|
"version":"0.1a",
|
||||||
"category":"System",
|
"category":"System",
|
||||||
"iconclass":"fa fa-pencil-square-o",
|
"iconclass":"fa fa-pencil-square-o",
|
||||||
"mimes":["text/.*"]
|
"mimes":[
|
||||||
|
"text/.*",
|
||||||
|
"[^/]*/json.*",
|
||||||
|
"[^/]*/.*ml",
|
||||||
|
"[^/]*/javascript"
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user