Replies: 1 comment 2 replies
-
问题一:目前框架侧不会区分业务属性时单文件还是工程,如果希望某个文件仅只读,可以参考自定义只读模式文档 https://opensumi.com/zh/docs/integrate/universal-integrate-case/custom-readonly-mode 自行实现,如果是基于上面讲的 问题二:不太了解具体意思,默认加载的浏览器文件是指哪些? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我基于官方示例(纯前端版本)在 file-provider/ 中改写了 http-file.service.ts,核心覆写了 readDir、readFile、updateFile、createFile、deleteFile 等几个 API,通过 oss sdk 打通了 oss 存储,发现可以正常创建、修改、删除文件吗。但是遇到了几个问题:
Beta Was this translation helpful? Give feedback.
All reactions