GithubHelp home page GithubHelp logo

kimi360 / docker-sponsor-page Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 3.71 MB

:banana: 一款包含支付宝、微信赞助按钮的镜像

License: MIT License

Dockerfile 3.91% HTML 10.77% JavaScript 13.14% CSS 72.18%
alipay docker wechatpay

docker-sponsor-page's Introduction

Sponsor-Page

icon icon icon icon icon

简介

🍌 一款包含支付宝、微信赞助按钮的镜像,可使用iframe嵌入。

说明

使用

二维码制作

  • 截图支付宝、微信收款码。
  • 上传 草料二维码 识别码内容。
  • 重新生成二维码并美化。
  • 下载二维码为 png 格式。

快速开始

docker run -d \
    --name sponsor \
    --restart unless-stopped \
    -p 80:80 \
    -v ~/AliPayQR.png:/web/images/AliPayQR.png \
    -v ~/WeChatQR.png:/web/images/WeChatQR.png \
    kimi360/sponsor

Docker-compose

version: '3'
services:
  sponsor:
    image: kimi360/sponsor
    container_name: sponsor
    restart: unless-stopped
    ports:
      - 80:80
    volumes:
      - ~/AliPayQR.png:/web/images/AliPayQR.png
      - ~/WeChatQR.png:/web/images/WeChatQR.png

iframe引用

使用 iframe 嵌入页面的代码,高度至少 240px,宽度至少 310px

<iframe src="https://sponsor.kimi360.top/index.html" style="overflow-x:hidden;overflow-y:hidden; border:0px none #fff; min-height:240px; width:100%;"  frameborder="0" scrolling="no"></iframe>

效果

翻转卡片

screenshots

打赏咖啡

screenshots

引用

协议

docker-sponsor-page's People

Contributors

kimi360 avatar dependabot[bot] avatar

Stargazers

小辣鸡 avatar

Watchers

 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.