299791604
如果直链作为第三方资源站的引用,需要在资源站的头部加上如下meta
<meta name="referrer" content="never">
curl --silent --location https://rpm.nodesource.com/setup_14.x | sudo bash -
yum install nodejs -y
npm i pm2 -g
yum install git -y
git clone https://github.com/badyun/AShare.git
cd AShare
npm i
pm2 start app.js --name AShare -i max
pm2 save
pm2 startup
pm2 log AShare
代理就是就是上图看到的服务运行地址,在我这里就是
http://127.0.0.1:5201
点击新增账号,填入你第一步获取的refresh_token,点击确定即可