189CloudLink
一个快速的简单的强劲的基于Node.js的189个人云解析平台
Install / Use
/learn @GakkiiSmile/189CloudLinkREADME
189CloudLink
一个基于node的189个人云解析平台
介绍
你可以用189的直链来节省你服务器的带宽。
你甚至可以用她来做视频的直链。
当然图片音乐什么的更是不在话下。

安装
1.依赖
在根目录下执行,安装依赖包
$ npm install
2.配置
在根目录下的config.json
{
"appKey": "这里写Key",
"appSecret": "这里写Secret",
"callbackUrl": "这里写回调的页面", // eg: http://localhost:3000/admin/authCallback
"accessToken": "",
"linkCache": true, //这个是直链缓存开关
"linkCacheTime": 3600,//这个是缓存时间
"defaultFolder": -1
}
登录账户在database目录下的users.js里面可以自行更改
module.exports = {
items: [
{username: 'username', password: 'password'}
]
};
相关项目
感谢以下Projects
结语
初次写项目,有很多东西都是借鉴他人的。代码也不是很规范,重复代码也有很多。 如有改进的地方,可以给我反馈。 最后感谢大家!
LICENSE
Related Skills
node-connect
347.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.6kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
