1 <!DOCTYPE html>
2 <html lang="zh-CN">
3 <head>
4 <meta charset="utf-8" />
5 <meta name="keywords" content="打赏" />
6 <meta name="description" content="打赏" />
7 <title>打赏</title>
8 </head>
9 <body>
10 <script>
11 window.tctipConfig = {
12 imagePrefix: "",
13 cssPrefix: "",
14 staticPrefix: "http://static.tctip.com",
15 buttonImageId: Math.ceil(Math.random()*8) + 1, //这里可以用一个固定的数字代替随机数
16 buttonTip: "dashang", //或者 zanzhu
17 list:{
18 bitcoin: { account: "1PhQySHF1ZuoRwoZ8G4CDLEtE6fAnD3GJP"}, //如果没有比特币,此行代码可以删除
19
20 alipay: { qrimg: "https://files.cnblogs.com/files/dinphy/alipay.gif"}, //qrimg需要修改为自己的图片链接
21
22 weixin:{qrimg: "https://files.cnblogs.com/files/dinphy/wechatpay.gif"}, //qrimg需要修改为自己的图片链接
23
24 tenpay: { account: "342285717", className:"myR-on"}, //如果不想添加财付通,此行代码可删除;如果要添加需要修改account为自己的账号
25
26 another:{icon: "img/litecoin.png", name: "莱特币", className: "", account: "LVCSBrv3ikzZWDtm9v8QPvDvLwn7dcsCEa", desc: "自定义莱特币"} //如果没有莱特币,此行代码可以删除,如果要添加需要修改account为自己的账号
27 }
28 };
29 </script>
30
31 <script src="http://static.tctip.com/js/tctip.min.js"></script>
32 </body>
33 </html>