Fix issue #28
This commit is contained in:
parent
eb299c8ed6
commit
95d735f704
13
README.md
13
README.md
|
@ -18,13 +18,8 @@ Sakura🌸: A Wonderful WordPress Theme
|
|||
|
||||
希望你喜欢!
|
||||
|
||||
### 要饭
|
||||
### 打赏支持~
|
||||
[微信支付](https://view.moezx.cc/images/2018/05/28/WeChanQR.png) | [支付宝](https://view.moezx.cc/images/2018/05/28/AliPayQR.jpg) | [PayPal](https://paypal.me/mashirozx)
|
||||
|
||||
微信支付:
|
||||
<img src="https://view.moezx.cc/images/2018/05/28/WeChanQR.png" width="200"/>
|
||||
|
||||
支付宝:
|
||||
<img src="https://view.moezx.cc/images/2018/05/28/AliPayQR.jpg" width="200"/>
|
||||
|
||||
PayPal:
|
||||
https://paypal.me/mashirozx
|
||||
### 需要服务器吗?
|
||||
<a href="https://www.vultr.com/?ref=7674346"><img src="https://www.vultr.com/media/banner_3.png" width="300" height="250"></a>
|
|
@ -70,8 +70,10 @@ if (!!window.ActiveXObject || "ActiveXObject" in window) { //is IE?
|
|||
}
|
||||
</script>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<?php if(akina_option('google_analytics_id', '')):?>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=<?php echo akina_option('google_analytics_id', ''); ?>"></script>
|
||||
<script>
|
||||
<?php endif; ?>
|
||||
window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}gtag('js',new Date());gtag('config','<?php echo akina_option('google_analytics_id', ''); ?>');
|
||||
</script>
|
||||
</head>
|
||||
|
|
|
@ -234,7 +234,7 @@ input[type=checkbox]:checked:before {
|
|||
padding-left: 40px !important;
|
||||
}
|
||||
|
||||
/*ム鰒、*/
|
||||
/*验证*/
|
||||
#slider {
|
||||
margin: 0 auto;
|
||||
/*width: 300px;*/
|
||||
|
|
Loading…
Reference in New Issue