挂载路径中的某个目录设置别名的功能 #6727
KHwang9883
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
你说的这个用alias别名就可以实现啊。配置信息里【挂载路径】填【/onedrive/test】,【路径】填【/onedrive/测试】,就可以达到你说的效果啊,不需要做新的功能。 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
不知道能不能做这样一个功能:挂载路径中的某个目录可以设置一个别名
如:我的 OneDrive 存储挂载在
/onedrive
,里面有一个叫测试
的文件夹,通过 AList 访问该目录的地址是alist网址/onedrive/测试/
。在不对该文件夹重命名的前提下,设置一个test
的别名,这样可以通过alist网址/onedrive/test/
访问到。原来的测试
路径也可以用元信息隐藏,就实现了在 AList 中对某路径更名而不影响存储中目录名称。Beta Was this translation helpful? Give feedback.
All reactions