koishijs / webui

WebUI plugins for Koishi
https://koishi.online
GNU Affero General Public License v3.0
30 stars 15 forks source link

Feature: explorer 插件对符号链接的处理 #244

Closed initialencounter closed 1 year ago

initialencounter commented 1 year ago

Describe the problem related to the feature request

exlorer 目前是无法查看符号链接的文件的,有的时候想查看一些复杂目录的文件就会非常麻烦 如果可以查看符号链接,那么会变得非常方便!

Describe the solution you'd like

traverse 添加对 dirent.isSymbolicLink() 的判断,来处理文件对象为符号链接的情况。

Describe alternatives you've considered

No response

Additional context

No response