代码清理

*探索了一下Office文档预览,也尝试过转换成pdf的方案,因为没有找到合适库,所以这个想法先搁一边
(PHPPresentation只支持ppt odp)
(office-converter需要libreoffice)
This commit is contained in:
Chenx221 2024-02-21 14:57:42 +08:00
parent f6ec6e2522
commit bedf9f4208
Signed by: chenx221
GPG Key ID: D7A9EC07024C3021
2 changed files with 2 additions and 9 deletions

View File

@ -46,11 +46,11 @@
分享管理
文件预览(支持图像,视频,音频,文本,pdf) _(因为找不到好的ppt转换方案所以不支持预览office文档😕)_
计划实现的功能
-------------------
文件预览(图像,视频,音频,文本ok)(PDF,office计划中)
文件收集
修改密码

View File

@ -186,11 +186,6 @@ $this->registerCssFile('@web/css/home_style.css');
</table>
</div>
<!--test area start-->
<!--<audio id="audioPlayer" src=""></audio>-->
<!--<button id="audioBtn" onclick="testf()">播放</button>-->
<!--test area end-->
<?php
Modal::begin([
'title' => '<h4>重命名文件/文件夹</h4>',
@ -296,7 +291,6 @@ Modal::end();
Modal::begin([
'title' => '<h4>音频播放</h4>',
'id' => 'audioModal',
// 'size' => 'modal-sm',
]);
echo '<audio id="aPlayer" controls>
@ -323,7 +317,6 @@ Modal::begin([
'id' => 'pdfModal',
'size' => 'modal-xl',
]);
//echo '<object id="pdfObject" type="application/pdf" style="width:100%;height:500px;"></object>';
Modal::end();
$this->registerJsFile('@web/js/home_script.js', ['depends' => [JqueryAsset::class], 'position' => View::POS_END]);
?>