Lovelace.Lee

Results 1 issues of Lovelace.Lee

您好,ZDir简捷好用,方便部署,报告一个问题 出现问题的版本: v3.3.0 系统及环境:Linux 手动安装 问题如下图所示 ![image](https://github.com/helloxz/zdir/assets/1620328/73c68da0-0ff8-47ac-9d52-94b7cd3226b1) 文件目录、子目录文件连接正常,仅是搜索出来的列表条目详情中的URL链接有此问题,应该是controller/Find的拼接有问题。 Fixed: ```go name_temp := strings.Split(value, "/") new_info.Name = name_temp[len(name_temp)-1] // Add "/" here new_info.Fpath = "/" + value ```