Plugin Directory

Changeset 2564677


Ignore:
Timestamp:
07/14/2021 10:17:28 PM (5 years ago)
Author:
hellobeebee
Message:

修改了预览图,解决报错的问题

Location:
beebee-mini/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • beebee-mini/trunk/bee-content/themes/_beebee_booker/theme.json

    r2563657 r2564677  
    22    "id": "beebee_booker",
    33    "vision": "4.0.2",
    4         "title": "爱书者",
    5         "subtit": "支持连载+网盘下载的原创图书借阅共享小程序主题。",
    6         "desc": "书籍连载+书籍网盘下载+书籍共享借阅+书籍联盟交易+自动合成封面+豆瓣读书数据导入+分类关联+流量主广告+全局搜索+会员交互。支持跟随系统切换黑白风格。",
    7         "crowd": "大学生、学校、企业、个人自媒体",
    8         "miss": {
    9             "MINI_PROGRAM_API_PLUGIN": {
    10                 "name": "Mini Program API",
    11                 "vision": "",
    12                 "url": "wp-mini-program",
    13                 "isinclude": true
    14             }
    15         },
    16         "screenshot": "https://file.appbeebee.com/wp-content/uploads/2020/12/2020122714311949.jpg",
    17         "viewqrcode": "",
    18         "link": "https://booker.demo.appbeebee.com/",
    19         "seturl": "1"
    20     }
     4    "title": "爱书者",
     5    "subtit": "支持连载+网盘下载的原创图书借阅共享小程序主题。",
     6    "desc": "书籍连载+书籍网盘下载+书籍共享借阅+书籍联盟交易+自动合成封面+豆瓣读书数据导入+分类关联+流量主广告+全局搜索+会员交互。支持跟随系统切换黑白风格。",
     7    "crowd": "大学生、学校、企业、个人自媒体",
     8    "miss": {
     9        "MINI_PROGRAM_API_PLUGIN": {
     10            "name": "Mini Program API",
     11            "vision": "",
     12            "url": "wp-mini-program",
     13            "isinclude": true
     14        }
     15    },
     16    "screenshot": "https://file.hellobeebee.com/theme/booker/booker4-0-min.jpg",
     17    "viewqrcode": "https://file.hellobeebee.com/theme/booker/booker4-0-qrcode-min.jpg",
     18    "link": "https://www.appbeebee.com/",
     19    "seturl": "1"
     20}
  • beebee-mini/trunk/bee-include/include/notices.php

    r2563657 r2564677  
    317317// }
    318318
    319 if( wp_miniprogram_option('update') ) {
     319if( defined('MINI_PROGRAM_API_PLUGIN')&&wp_miniprogram_option('update') ) {
    320320    remove_action('publish_post', 'wp_post_update_notice_event');
    321321    add_action('publish_post', 'wp_bee_post_update_notice_event');
Note: See TracChangeset for help on using the changeset viewer.