-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Description
Please make sure of the following things
-
I have read the documentation.
我已经阅读了文档。 -
I'm sure there are no duplicate issues or discussions.
我确定没有重复的issue或讨论。 -
I'm sure it's due to
AListand not something else(such as Network ,DependenciesorOperational).
我确定是AList的问题,而不是其他原因(例如网络,依赖或操作)。 -
I'm sure this issue is not fixed in the latest version.
我确定这个问题在最新版本中没有被修复。
AList Version / AList 版本
v3.54.0
Driver used / 使用的存储驱动
local drive
Describe the bug / 问题描述
If a file name contains "#", the "#" will appear as is in the address bar when selecting the file, preventing it from being displayed properly.
Changing "#" to %23 will allow selection.
Reproduction / 复现链接
If a file name contains "#", the "#" will appear as is in the address bar when selecting the file, preventing it from being displayed properly.
Changing "#" to %23 will allow selection.
Config / 配置
services:
alist:
container_name: alist
image: xhofe/alist:latest-aio
restart: unless-stopped
volumes:
- xxxxx:/opt/alist/data
- /mnt:/mnt:rshared
networks:
- npm_network
environment:
- PUID=0
- PGID=0
- UMASK=022
- TZ=Asia/Seoul
- LC_ALL=C.UTF-8
labels:
- com.centurylinklabs.watchtower.enable=true
networks:
npm_network:
external: true
Logs / 日志
No response