mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-22 14:58:14 +08:00
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"/>
|
<a href="https://www.vultr.com/?ref=7674346"><img src="https://www.vultr.com/media/banner_3.png" width="300" height="250"></a>
|
||||||
|
|
||||||
支付宝:
|
|
||||||
<img src="https://view.moezx.cc/images/2018/05/28/AliPayQR.jpg" width="200"/>
|
|
||||||
|
|
||||||
PayPal:
|
|
||||||
https://paypal.me/mashirozx
|
|
@ -70,8 +70,10 @@ if (!!window.ActiveXObject || "ActiveXObject" in window) { //is IE?
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- 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 async src="https://www.googletagmanager.com/gtag/js?id=<?php echo akina_option('google_analytics_id', ''); ?>"></script>
|
||||||
<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', ''); ?>');
|
window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}gtag('js',new Date());gtag('config','<?php echo akina_option('google_analytics_id', ''); ?>');
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
@ -234,7 +234,7 @@ input[type=checkbox]:checked:before {
|
|||||||
padding-left: 40px !important;
|
padding-left: 40px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*ム鰒、*/
|
/*验证*/
|
||||||
#slider {
|
#slider {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
/*width: 300px;*/
|
/*width: 300px;*/
|
||||||
|
Loading…
Reference in New Issue
Block a user