From 24278108209f39624ccfea6b0b5b2673b426ec83 Mon Sep 17 00:00:00 2001 From: love2wind Date: Sat, 4 Sep 2021 14:24:26 +0800 Subject: [PATCH 01/16] 3.5.1 --- spzac/assets/css/wmd.js | 70 ++++- spzac/assets/post - link.php | 15 +- spzac/assets/post - more.php | 2 +- spzac/assets/post - shang.php | 182 +++++++++++++ spzac/assets/post - share.php | 76 ++++++ spzac/assets/site.info.php | 140 ++++++++++ spzac/assets/user - ping.php | 6 +- spzac/assets/user - social.php | 94 +++++++ spzac/css/main.css | 344 ++++++++++++++++++++----- spzac/css/swiper.min.css | 15 ++ spzac/down - sider.php | 152 ++++++++++- spzac/footer.php | 27 +- spzac/functions.php | 65 ++++- spzac/header.php | 16 +- spzac/img/bg-service-3.svg | 238 +++++++++++++++++ spzac/img/egg/bg-ico1.png | Bin 4338 -> 5103 bytes spzac/img/egg/bg-ico14.png | Bin 0 -> 8349 bytes spzac/img/egg/bg-ico15.png | Bin 0 -> 4576 bytes spzac/img/egg/bg-ico2.png | Bin 5103 -> 6653 bytes spzac/img/egg/bg-ico24.png | Bin 0 -> 3141 bytes spzac/img/egg/bg-ico3.png | Bin 4044 -> 5103 bytes spzac/img/egg/bg-ico516.png | Bin 0 -> 20193 bytes spzac/img/egg/bg-ico517.png | Bin 0 -> 3691 bytes spzac/img/egg/bg-ico599.png | Bin 0 -> 21209 bytes spzac/img/egg/bg-ico601.png | Bin 0 -> 4620 bytes spzac/img/egg/bg-ico602.png | Bin 0 -> 4044 bytes spzac/img/egg/bg-ico604.png | Bin 0 -> 4338 bytes spzac/img/egg/bg-ico619.png | Bin 0 -> 23033 bytes spzac/img/egg/bg-ico620.png | Bin 0 -> 23636 bytes spzac/img/egg/bg-ico622.png | Bin 0 -> 25479 bytes spzac/img/shang/alipay.jpg | Bin 0 -> 5703 bytes spzac/img/shang/alipayimg.jpg | Bin 0 -> 30026 bytes spzac/img/shang/close.jpg | Bin 0 -> 1372 bytes spzac/img/shang/code-bg.jpg | Bin 0 -> 8408 bytes spzac/img/shang/cy-reward-title-bg.jpg | Bin 0 -> 3504 bytes spzac/img/shang/radio1.jpg | Bin 0 -> 1449 bytes spzac/img/shang/radio2.jpg | Bin 0 -> 1411 bytes spzac/img/shang/wechat.jpg | Bin 0 -> 5378 bytes spzac/img/shang/weipayimg.jpg | Bin 0 -> 30026 bytes spzac/inde - lunbo.php | 222 ++++++++++++++++ spzac/index - hpian.php | 92 +++++++ spzac/index - lunbo.php | 195 ++++++++++++++ spzac/index - new.php | 134 ++++++++++ spzac/index.php | 74 ++++-- spzac/info - sider.php | 154 ++++++++++- spzac/js/instant.page.js | 2 + spzac/js/main.js | 4 +- spzac/js/swiper.min.js | 19 ++ spzac/nav.php | 46 +++- spzac/page - archive.php | 341 ++++++++++++++++++++++++ spzac/page - github.php | 200 ++++++++++++++ spzac/page - hot.php | 70 +++++ spzac/page - link.php | 91 +++---- spzac/page.php | 130 ++++++++++ spzac/page2.php | 85 ++++++ spzac/post - list.php | 4 +- spzac/post.php | 68 ++++- spzac/post2.php | 128 +++++++++ spzac/user - sider.php | 41 ++- 59 files changed, 3300 insertions(+), 242 deletions(-) create mode 100644 spzac/assets/post - shang.php create mode 100644 spzac/assets/post - share.php create mode 100644 spzac/assets/site.info.php create mode 100644 spzac/assets/user - social.php create mode 100644 spzac/css/swiper.min.css create mode 100644 spzac/img/bg-service-3.svg create mode 100644 spzac/img/egg/bg-ico14.png create mode 100644 spzac/img/egg/bg-ico15.png create mode 100644 spzac/img/egg/bg-ico24.png create mode 100644 spzac/img/egg/bg-ico516.png create mode 100644 spzac/img/egg/bg-ico517.png create mode 100644 spzac/img/egg/bg-ico599.png create mode 100644 spzac/img/egg/bg-ico601.png create mode 100644 spzac/img/egg/bg-ico602.png create mode 100644 spzac/img/egg/bg-ico604.png create mode 100644 spzac/img/egg/bg-ico619.png create mode 100644 spzac/img/egg/bg-ico620.png create mode 100644 spzac/img/egg/bg-ico622.png create mode 100644 spzac/img/shang/alipay.jpg create mode 100644 spzac/img/shang/alipayimg.jpg create mode 100644 spzac/img/shang/close.jpg create mode 100644 spzac/img/shang/code-bg.jpg create mode 100644 spzac/img/shang/cy-reward-title-bg.jpg create mode 100644 spzac/img/shang/radio1.jpg create mode 100644 spzac/img/shang/radio2.jpg create mode 100644 spzac/img/shang/wechat.jpg create mode 100644 spzac/img/shang/weipayimg.jpg create mode 100644 spzac/inde - lunbo.php create mode 100644 spzac/index - hpian.php create mode 100644 spzac/index - lunbo.php create mode 100644 spzac/index - new.php create mode 100644 spzac/js/instant.page.js create mode 100644 spzac/js/swiper.min.js create mode 100644 spzac/page - archive.php create mode 100644 spzac/page - github.php create mode 100644 spzac/page - hot.php create mode 100644 spzac/page.php create mode 100644 spzac/page2.php create mode 100644 spzac/post2.php diff --git a/spzac/assets/css/wmd.js b/spzac/assets/css/wmd.js index 3e6e821..02e8fae 100644 --- a/spzac/assets/css/wmd.js +++ b/spzac/assets/css/wmd.js @@ -11,8 +11,15 @@ window.onload = function () { $('#wmd-button-row').append( '
  • '+ '
  • '+ + '
  • '+ + '
  • '+ + '
  • '+ + '
  • '+ + '
  • '+ + '
  • '+ /** '
  • '+**/ - '
  • '+ + '
  • '+ + '
  • '+ /** '
  • '+**/ '
  • '); @@ -112,14 +119,13 @@ window.onload = function () { $(document).on('click', '#wmd-text-button', function() {//标签 - textContent = '[scode]这里编辑标签内容[/scode]'; + textContent = '[scode type="success|info|warning|error"]成功提示的文案[/scode]'; myField = document.getElementById('text'); inserContentToTextArea(myField,textContent); }); - /** $(document).on('click', '#wmd-ss-button', function() {//收缩框 $('body').append( @@ -148,8 +154,64 @@ window.onload = function () { inserContentToTextArea(myField,textContent); }); + $(document).on('click', '#wmd-msigle-button', function() { + + textContent = '[msigle]这里填入网易云音乐单曲ID[/msigle]'; + + myField = document.getElementById('text'); + inserContentToTextArea(myField,textContent); + + }); + $(document).on('click', '#wmd-mlist-button', function() { + + textContent = '[mlist]这里填入网易云音乐歌单ID[/mlist]'; + + myField = document.getElementById('text'); + inserContentToTextArea(myField,textContent); + + }); + $(document).on('click', '#wmd-jline-button', function() { + + textContent = '[jline]这里填入标题[/jline]'; + + myField = document.getElementById('text'); + inserContentToTextArea(myField,textContent); + + }); + $(document).on('click', '#wmd-vbili-button', function() { + + textContent = '[vbili]这里填入bilibili的BV号[/vbili]'; + + myField = document.getElementById('text'); + inserContentToTextArea(myField,textContent); + + }); + + $(document).on('click', '#wmd-github-button', function() { + + textContent = '[gitwidget type="github" url="JoelSutherland/GitHub-jQuery-Repo-Widget"]'; + + myField = document.getElementById('text'); + inserContentToTextArea(myField,textContent); + + }); + $(document).on('click', '#wmd-gitee-button', function() { + + textContent = '[gitwidget type="gitee" url="SimonH/typecho-gitwidget"]'; + + myField = document.getElementById('text'); + inserContentToTextArea(myField,textContent); + + }); + $(document).on('click', '#wmd-btn-button', function() { + + textContent = '[btn href="链接" type="颜色(蓝#409eff绿#28a745橙#e6a23c粉#f56c6c青#138496黄#ffc107红#dc3545)"]按钮文字[/btn]'; + + myField = document.getElementById('text'); + inserContentToTextArea(myField,textContent); - /** $(document).on('click', '#wmd-yc2-button', function() { + }); + /** $(document).on('click', '#wmd-yc2-button', function() { textContent = '[login]这里编辑隐藏文本(登陆可见)[/login]'; diff --git a/spzac/assets/post - link.php b/spzac/assets/post - link.php index 52bbac0..e1de327 100644 --- a/spzac/assets/post - link.php +++ b/spzac/assets/post - link.php @@ -4,15 +4,18 @@
    diff --git a/spzac/assets/post - more.php b/spzac/assets/post - more.php index 0f3472f..66c3ccf 100644 --- a/spzac/assets/post - more.php +++ b/spzac/assets/post - more.php @@ -9,7 +9,7 @@ diff --git a/spzac/assets/post - shang.php b/spzac/assets/post - shang.php new file mode 100644 index 0000000..82f08d1 --- /dev/null +++ b/spzac/assets/post - shang.php @@ -0,0 +1,182 @@ + + +
    +

    +  赞  赏

    +

    如果觉得我的文章对你有用,请随意赞赏

    +
    +
    + +
    +

    感谢您的支持,我会继续努力的!

    +
    +
    + 扫码支持 +
    +
    扫码打赏,你说多少就多少
    + +
    +

    打开   或者 扫一扫,即可进行扫码赞赏哦

    +
    +
    +
    + \ No newline at end of file diff --git a/spzac/assets/post - share.php b/spzac/assets/post - share.php new file mode 100644 index 0000000..955ee13 --- /dev/null +++ b/spzac/assets/post - share.php @@ -0,0 +1,76 @@ + +
    + + + + + + + + + + + + target="_blank" class="qq" rel="nofollow"> + + + + + target="_blank"> + + + + + + +
    \ No newline at end of file diff --git a/spzac/assets/site.info.php b/spzac/assets/site.info.php new file mode 100644 index 0000000..95a0e3f --- /dev/null +++ b/spzac/assets/site.info.php @@ -0,0 +1,140 @@ + + to($quantity); ?> + + diff --git a/spzac/assets/user - ping.php b/spzac/assets/user - ping.php index ee30d79..688d6ef 100644 --- a/spzac/assets/user - ping.php +++ b/spzac/assets/user - ping.php @@ -1,10 +1,10 @@
    -