一个可轻松配置的,多端友好的 APP 下载页
Based on CoolAPK and FEMessage/app-download / Easy-to-Download.
- PC 端显示效果
- 移动端显示效果
- json 文件轻松配置 三分钟搭建新的 APP 下载页
- 移动端支持直接下载对应系统,iOS 系统自动唤起应用商店
- QQ/微信浏览器引导跳转
- 支持复制网址分享
# 安装依赖
yarn
# 开发
yarn dev
# 构建
yarn build修改 config.json 即可配置页面信息,修改后重新执行 yarn dev 即可看到效果。
当然,您也可以对页面 HTML 进行拓展,页面使用 EJS 模版。
{
"title":"贝壳小盒子",
"description": "贝壳田园校园生活小助手",
"detail": "小贝壳er们的专属课表<br />同步查询获取课表、成绩",
"logo": "https://r2.airmole.cn/i/2024/11/14/1a8io7-xw.jpg",
"h5": "https://www.shellbox.airmole.cn",
"qqapp": "https://m.q.qq.com/a/s/6bfa23e83168c2b2bd5e89932e61f929",
"iOS": "",
"Android": "",
"share": "贝壳小盒子-贝壳田园校园生活小助手 https://shellbox.airmole.cn"
}

