Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Airmole/shellbox-release

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shellbox-release

一个可轻松配置的,多端友好的 APP 下载页

Based on CoolAPK and FEMessage/app-download / Easy-to-Download.

预览链接 & 贝壳小盒子官网

  • PC 端显示效果

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"
}

License

MIT

About

贝壳小盒子官网

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 48.3%
  • CSS 43.2%
  • JavaScript 8.5%