Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 488 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 488 Bytes

插件式图床桌面应用

支持使用各个CDN和自己的服务器来快速搭建图床应用,目前内置的CDN仅有七牛,在设置中添加七牛相关配置即可。当然也可以开发自己的上传功能,仅需要作为插件放在 extension/installed 文件夹中即可。

安装

克隆仓库并安装依赖 yarn or npm install

开发

yarn dev or npm run dev

构建

yarn build or npm run build

发布

yarn dist or npm run dist