zfile-vue icon indicating copy to clipboard operation
zfile-vue copied to clipboard

zfile 前端工程

Results 30 zfile-vue issues
Sort by recently updated
recently updated
newest added

前端地址:https://yun.vomiku.com 后端地址:https://rt.vomiku.com:7443 错误信息: `login:1 GET https://yun.vomiku.com/login 404 login:1 Access to XMLHttpRequest at 'https://api.webtest.net/webspeeds' from origin 'https://yun.vomiku.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control...

## 信息 ### nodejs 版本 16.16 (推荐使用 `v16` 以上) ### 包管理器及其版本 npm-8.5.1 (推荐使用 `pnpm`) ### 系统 debian11 (该项目开发环境系统为 `win11`) ## bug ``` root@VM-0-13-ubuntu:~/zfile-vue# npm install > [email protected] prepare > husky...

项目clone到本地后,运行npm install安装依赖,报错。降低版本至@[email protected]仍报错。 ```shell npm ERR! code 1 npm ERR! path D:\File\Courses\SystemAbilityTraining\zfile-vue\node_modules\node-sass npm ERR! command failed npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node scripts/build.js npm ERR! Building: D:\Environment\Node.js\node.exe D:\File\Courses\SystemAbilityTraining\zfile-vue\node_modules\node-gyp\bin\node-gyp.js rebuild...

启动命令`npm run serve` ``` 13% building 32/33 modules 1 active ...les/[email protected]@babel-loader/lib/index.js!/Users/xifeng.li/opt/zfile-vue/node_modules/[email protected]@eslint-loader/index.js??ref--13-0!/Users/xifeng.li/opt/zfile-vue/src/main.js(node:25012) ExperimentalWarning: Package name self resolution is an experimental feature. This feature could change at any time 40% building 120/142...

alioss的endpoint现在是写死在js中,能否提供页面来新增最新的endpoint

建议增加按文件创建时间正序或者倒序排序功能,在目录文件比较多的情况下,比较方便。

* dplayer/dist/DPlayer.min.css in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/VideoPlayer.vue?vue&type=script&lang=js& * vue-runtime-helpers in ./node_modules/v-contextmenu/dist/index.esm.js

您好: 按照目前的设计,当某个目录下文件过多时,不会一次性加载,而是当页面被滚动至接近底部时触发翻页事件。 但是目前的设计有一点瑕疵,当我多次下拉后,比如下拉了5次,然后进入了一个子目录,如果我随后退出这个子目录,那么我先前的5次下拉全部失效,需要重新下拉,而不会停留在我先前进入子目录的位置。 作者是否可以尝试添加一个缓存,记住当前的页码,或者干脆取消翻页行为,一次性加载全部目录(类似于oneindex)。 此致

自己存了些漫画在网盘 想在线看 能不能支持一下看图模式 现在需要打开 因为没有预加载下一张图片 所以打开有点慢呢 看图模式可以直接在列表分页查看图片就会方便很多呢~