Skip to content

Commit

Permalink
Merge pull request #54 from monlor/test
Browse files Browse the repository at this point in the history
docs: ✏️ 修改PIKPAK_SHARE_LIST描述
  • Loading branch information
monlor authored Jun 6, 2024
2 parents 07c7f81 + e880f1e commit f7545cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker run -d -p 5678:80 -p 2345:2345 -p 2346:2346 --restart=unless-stopped --na

`PIKPAK_LIST`: 挂载你自己 pikpak 账号,格式:`挂载名:[email protected]:aaadds,aaa:+8613111111111:dasf`,密码中不支持符号,:

`PIKPAK_SHARE_LIST`: 挂载额外的pikpak分享内容,格式:`挂载名1:分享ID1:分享目录ID1,挂载名2:分享ID2:分享目录ID2`
`PIKPAK_SHARE_LIST`: 挂载自定义的pikpak分享内容,会覆盖小雅的分享,格式:`挂载名1:分享ID1:分享目录ID1,挂载名2:分享ID2:分享目录ID2`

`ALI_SHARE_LIST`: 挂载额外的阿里云盘分享内容,格式:`挂载名1:分享ID1:文件夹ID1,挂载名2:分享ID2:文件夹ID2`

Expand Down
2 changes: 1 addition & 1 deletion alist/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ else
rm -rf /data/pikpak_list.txt
fi

# 挂载额外的pikpak分享
# 挂载pikpak分享,覆盖小雅的分享
if [ -n "${PIKPAK_SHARE_LIST:-}" ]; then
echo "挂载额外的PIKPAK分享..."
rm -rf /data/pikpakshare_list.txt
Expand Down

0 comments on commit f7545cf

Please sign in to comment.