1 Star 13 Fork 7

dragonli/kodbox_onlyoffice_plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.08 KB
一键复制 编辑 原始数据 按行查看 历史
dragonli 提交于 2022-08-19 19:40 . fast commit
{
"id":"OnlyOffice",
"name":"{{LNG['OnlyOffice.meta.name']}}",
"title":"{{LNG['OnlyOffice.meta.title']}}",
"version":"2.2",
"category":"file",
"source":{
"icon":"{{pluginHost}}static/images/icon.png",
"screenshoot":[
"{{pluginHost}}static/images/document-short.jpg",
"{{pluginHost}}static/images/presentation-short.jpg",
"{{pluginHost}}static/images/spreadsheet-short.jpg"
]
},
"description":"{{LNG['OnlyOffice.meta.desc']}}",
"auther":{
"copyright":"017, zhtengw",
"homePage":"https://github.com/zhtengw/kodexplorer-plugins"
},
"configItem":{
"formStyle":{
"className":"form-box-title-right",
"tabs":{
"{{LNG['admin.setting.base']}}":"pluginAuth,pluginAuthOpen,sep001,openWith,fileExt,fileSort",
"{{LNG['OnlyOffice.Config.apiServer']}}":"apiServer-http,apiServer-https"
}
},
"pluginAuth":{
"type":"userSelect",
"value":{"all":1},
"display":"{{LNG['admin.plugin.auth']}}",
"desc":"{{LNG['admin.plugin.authDesc']}}",
"require":1
},
"sep001":"<hr/>",
"openWith":{
"type":"radio",
"value":"dialog",
"display":"{{LNG['admin.plugin.openWith']}}",
"info":{
"dialog":"{{LNG['admin.plugin.openWithDilog']}}",
"window":"{{LNG['admin.plugin.openWithWindow']}}"
}
},
"fileExt":{
"type":"tags",
"display":"{{LNG['admin.plugin.fileExt']}}",
"desc":"{{LNG['admin.plugin.fileExtDesc']}}",
"value":"doc,docm,docx,dot,dotm,dotx,epub,fodt,htm,html,mht,odt,pdf,rtf,txt,djvu,xps,fodp,odp,pot,potm,potx,pps,ppsm,ppsx,ppt,pptm,pptx,csv,fods,ods,xls,xlsm,xlsx,xlt,xltm,xltx"
},
"fileSort":{
"type":"number",
"display":"{{LNG['admin.plugin.fileSort']}}",
"desc":"{{LNG['admin.plugin.fileSortDesc']}}",
"value":10
},
"apiServer-http":{
"type":"input",
"value":"onlyoffice.dzz.cc",
"display":"http://",
"desc":"<span class='grey-8'>/web-apps/apps/api/documents/api.js</span>"
},
"apiServer-https":{
"type":"input",
"value":"",
"display":"https://",
"desc":"<span class='grey-8'>/web-apps/apps/api/documents/api.js</span>{{LNG['OnlyOffice.Config.apiServerDesc']}}"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/dragonlhp/kodbox_onlyoffice_plugin.git
[email protected]:dragonlhp/kodbox_onlyoffice_plugin.git
dragonlhp
kodbox_onlyoffice_plugin
kodbox_onlyoffice_plugin
master

搜索帮助