GithubHelp home page GithubHelp logo

2077872725 / download-app-templates Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cantatas/download-app-templates

0.0 0.0 0.0 1.65 MB

APP下载H5页面模板(持续更新)

Home Page: https://temp.work789.com

JavaScript 1.28% CSS 44.96% HTML 53.76%

download-app-templates's Introduction

APP下载H5页面模板

免费开源APP下载H5页面模板,支持微信、钉钉中打开已安装app,未安装自动跳到appstore,持续更新中...

💻 预览

https://temp.work789.com

🏆 Features

  • 原生js/css/html编码方式,易懂后端开发也可迅速配置或定制化
  • 可配置下载链接、下载名称
  • 可配置主题、肤色
  • 在微信、钉钉中打开APP
  • 兼容各大主流机型

⚙️ 页面配置

    var config = {
        cover: '', //封面图片默认:imgs文件夹中的cover4.jpg文件,替换即可
        iPhone_download_name: "iPhone下载", // iPhone下载名称
        android_download_name: "Android下载", // Android下载名称
        iPhone_download_url: "", // iPhone下载链接
        android_download_url: "", // Android下载链接
    }

💎 主题色配置

  /* 绿色 */
  --green-color:#00cc83;

  /* 深蓝 */
  --dark-blue-color:#132668;

  /* 橙色 */
  --orange-color:#ee7a45;

  /* 主题1 */
  --theme1-color:var(--dark-blue-color);
  
  /* 主题2 */
  --theme2-color:var(--green-color);
  
  /* 主题3 */
  --theme3-color:var(--orange-color);

download-app-templates's People

Contributors

cantatas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.