Coder Social home page Coder Social logo

qr-merger / merger Goto Github PK

View Code? Open in Web Editor NEW
265.0 10.0 61.0 6.37 MB

Lightweight, Integrated QR Code Payment Interface - https://qr.huangxin.org

Home Page: https://merger.huangxin.org

License: GNU General Public License v3.0

HTML 11.15% CSS 76.02% JavaScript 12.82%
qrcode merge alipay wechatpay html javascript hacktoberfest

merger's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar hifocus avatar lf112 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

merger's Issues

增加捐赠列表?

有没有可能在网页里加入一个捐赠列表?一个人扫码付款之后,自动同步“付款人、付款日期、付款金额、付款渠道”到捐赠列表里,这个要坐下来估计要耗费很久吧,适配每个第三方支付的api。。。。(狗头)

Venmo QR code support?

Good evening dear developer.
Maybe we can consider adding Venmo QR code support. Venmo is also more popular abroad.

微信需要二次扫描才能识别

我不确定这是否是一个不可解决的技术问题,在使用微信扫描合并后的二维码时,网页会弹出微信的二维码,此时你对着二维码长按再选择扫描二维码才能出来付款页面,而支付宝则没有这个问题,一扫描就可以支付。

jsDelivr SSL Issue in China

jsdelivr/jsdelivr#18147

Please be aware that jsDelivr is currently experiencing SSL certificate issue in China as HSTS is enabled. Please wait while the maintenance team resolving the issue or load files from local. Option is provided in the original merger.html as below.

请注意,jsDelivr 目前在**遇到 SSL 证书问题,同时启用了 HSTS。 请等待维护团队解决问题或从本地加载文件。 选项在原始 merger.html 中提供,如下所示。

https://github.com/hifocus/merger/blob/a47773746e96dcd99f078d4cb0caf26290869941/merger.html#L27-L29
https://github.com/hifocus/merger/blob/a47773746e96dcd99f078d4cb0caf26290869941/merger.html#L104-L108

For alternative CDN options, please see https://t.me/huangxinn/1126 (written in Chinese)

Let us know if you are using merger!

Thank you for using this project. We would like to collect some sites of yours that is using merger for a wider range of presentation. Simply comment below and it will be placed on https://merger.justhx.com any day soon! But remember, keep it available and accessible!

感谢您使用此项目。 我们希望收集您的正在使用 merger 的一些站点,以进行更广泛的演示。 只需在下面发表评论,它将很快被放置在 https://merger.justhx.com 上!但是请记住,保持其可用性和可访问性!

请问怎么集成到 hexo 的主题中?

RT.
我看完了中文文档之后没有发现怎么把这个项目集成到 hexo 的主题中,我想替换掉 theme-ad 的 reward。
请问是有直接引用的用法吗?比如 iframe?还是要自己重新写到主题里面去?

How to provide user services after payment has been received

Dear developer,

I want user download file or view special content from my website only after their payment is made.
I went through the merger documents, but did not find articles related to this topic.

Could you help to explain how to implement this feature by merger? Thanks!

请问大佬 merger.justhx.com 的多语言自动识别是通过什么实现的?

用 Accept-Language 吗?是用下面的方法吗?在主页用下面的js,会导致非中文用户无法自行跳转到中文页面。

				var type=navigator.appName ;
				if (type=="Netscape") 
				var lang = navigator.language ;
				else 
				var lang = navigator.userLanguage ;
				
				//cut down to first 2 chars of country code 
				var lang = lang.substr(0,5) ;
				
				// 英语
				if (lang == "en") 
				window.location.replace('./en/') ;
				
				// 日文
				else if (lang == "ja") 
				window.location.replace('./jp/') ;

建议按UA自动跳转后,依然可以关闭二维码

很多时候,只是通过微信这个介质将支付网站的链接发给对方,但是对方未必会选择微信支付。
目前,在微信打开二维码后,无法回到选择支付方式的主页面,不知是否可以增加相关选项,允许按UA跳转后,点击二维码外部空白处依然可以回到支付方式的选择页面。谢谢

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.