代码清理
*探索了一下Office文档预览,也尝试过转换成pdf的方案,因为没有找到合适库,所以这个想法先搁一边 (PHPPresentation只支持ppt odp) (office-converter需要libreoffice)
This commit is contained in:
parent
f6ec6e2522
commit
bedf9f4208
@ -46,11 +46,11 @@
|
|||||||
|
|
||||||
分享管理
|
分享管理
|
||||||
|
|
||||||
|
文件预览(支持图像,视频,音频,文本,pdf) _(因为找不到好的ppt转换方案,所以不支持预览office文档😕)_
|
||||||
|
|
||||||
计划实现的功能
|
计划实现的功能
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
文件预览(图像,视频,音频,文本ok)(PDF,office计划中)
|
|
||||||
|
|
||||||
文件收集
|
文件收集
|
||||||
|
|
||||||
修改密码
|
修改密码
|
||||||
|
@ -186,11 +186,6 @@ $this->registerCssFile('@web/css/home_style.css');
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--test area start-->
|
|
||||||
<!--<audio id="audioPlayer" src=""></audio>-->
|
|
||||||
<!--<button id="audioBtn" onclick="testf()">播放</button>-->
|
|
||||||
<!--test area end-->
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
Modal::begin([
|
Modal::begin([
|
||||||
'title' => '<h4>重命名文件/文件夹</h4>',
|
'title' => '<h4>重命名文件/文件夹</h4>',
|
||||||
@ -296,7 +291,6 @@ Modal::end();
|
|||||||
Modal::begin([
|
Modal::begin([
|
||||||
'title' => '<h4>音频播放</h4>',
|
'title' => '<h4>音频播放</h4>',
|
||||||
'id' => 'audioModal',
|
'id' => 'audioModal',
|
||||||
// 'size' => 'modal-sm',
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
echo '<audio id="aPlayer" controls>
|
echo '<audio id="aPlayer" controls>
|
||||||
@ -323,7 +317,6 @@ Modal::begin([
|
|||||||
'id' => 'pdfModal',
|
'id' => 'pdfModal',
|
||||||
'size' => 'modal-xl',
|
'size' => 'modal-xl',
|
||||||
]);
|
]);
|
||||||
//echo '<object id="pdfObject" type="application/pdf" style="width:100%;height:500px;"></object>';
|
|
||||||
Modal::end();
|
Modal::end();
|
||||||
$this->registerJsFile('@web/js/home_script.js', ['depends' => [JqueryAsset::class], 'position' => View::POS_END]);
|
$this->registerJsFile('@web/js/home_script.js', ['depends' => [JqueryAsset::class], 'position' => View::POS_END]);
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user