hexo/source/_posts/Alist 挂载阿里云盘等.md
2025-02-08 03:18:24 +00:00

27 lines
772 B
Markdown
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Alist 挂载阿里云盘等
date: 2024-02-23 04:51:00
categories: 学习笔记
headimg: https://yhehe.com/images/2829302099.png
description: Alist是一个支持多种存储的文件列表程序
tags:
- Alist
---
AList 开源项目地址https://github.com/alist-org/alist
首先我们需要获取到阿里云盘的 refresh_token
傻瓜方法https://easy-token.cooluc.com/
手动方法https://youtu.be/12QoxeljMoY?t=445
RaiDrive :
官网https://www.raidrive.com (免费版即可)
下载好后输入启动命令:alist server
vbs脚本内容
{bs-font color="#9B0B0B"}注意地址写为你的alist文件地址{/bs-font}
```
Set ws = CreateObject("Wscript.Shell")
ws.run "C:\alist-windows-amd64\alist.exe server",vbhide
```