Plugin Directory

Changeset 2060015


Ignore:
Timestamp:
03/30/2019 07:48:11 AM (7 years ago)
Author:
alwaysbee
Message:

version 6.2.3

Location:
beepress/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • beepress/trunk/beepress.php

    r2058118 r2060015  
    44Plugin URI: http://xingyue.artizen.me?source=wp
    55Description: 蜜蜂采集(BeePress) 是一款能够帮助你导入微信公众号文章、知乎专栏文章、简书文章、今日头条文章的插件(支持规则配置采集其他网站文章),可以实现单篇或者批量导入、自动同步文章、采集指定公众号所有历史文章,支持将图片资源保存到本地,同时集成了强大的内容推荐功能。
    6 Version: 6.2.2
     6Version: 6.2.3
    77Author: Bee
    88Author URI: http://xingyue.artizen.me?source=wp
     
    1313 * 初始化
    1414 */
    15 define('BEEPRESS_VERSION', '6.2.2');
     15define('BEEPRESS_VERSION', '6.2.3');
    1616if(!class_exists('simple_html_dom_node')){
    1717    require_once("simple_html_dom.php");
  • beepress/trunk/readme.txt

    r2058118 r2060015  
    44Author URI: http://xingyue.artizen.me?source=wp
    55Plugin URI: http://xingyue.artizen.me?source=wp
    6 Stable tag: 6.2.2
     6Stable tag: 6.2.3
    77Requires at least: 4.2
    88Requires PHP: 5.3.0
  • beepress/trunk/xianjian/xianjian.php

    r2058119 r2060015  
    11<?php
    2 
    3 
    42if (!defined('ABSPATH')) {
    53    exit;
     
    140138    global $beepress_xianjian_version,$beepress_xianjian_channel;
    141139    if ($beepress_xianjian_channel=='plugin_official_beepress') {
    142         wp_enqueue_style('paradigm_plugin_beer', plugins_url('config/static/beerPress.css', __FILE__), array(), $beepress_xianjian_version);
     140        wp_enqueue_style('beepress_xianjian_plugin_beer', plugins_url('config/static/beerPress.css', __FILE__), array(), $beepress_xianjian_version);
    143141    }
    144     wp_enqueue_style('paradigm_element', plugins_url('config/static/element-theme/index.css', __FILE__), array(), $beepress_xianjian_version);
    145     wp_enqueue_style('paradigm_plugin', plugins_url('config/static/plugin.css', __FILE__), array(), $beepress_xianjian_version);
    146     wp_enqueue_script('paradigm_vue', plugins_url('config/static/vue.js', __FILE__), array(), $beepress_xianjian_version);
    147     wp_enqueue_script('paradigm_elementjs', plugins_url('config/static/element-ui/index.js', __FILE__), array(), $beepress_xianjian_version);
    148     wp_enqueue_script('paradigm_axios', plugins_url('config/api/axios.js', __FILE__), array(), $beepress_xianjian_version);
    149     wp_enqueue_script('paradigm_api', plugins_url('config/api/api.js', __FILE__), array(), $beepress_xianjian_version);
    150     wp_enqueue_script('paradigm_util', plugins_url('config/util/util.js', __FILE__), array(), $beepress_xianjian_version);
    151     wp_enqueue_script('paradigm_echarts', plugins_url('config/static/echarts.js', __FILE__), array(), $beepress_xianjian_version);
     142    wp_enqueue_style('beepress_xianjian_element', plugins_url('config/static/element-theme/index.css', __FILE__), array(), $beepress_xianjian_version);
     143    wp_enqueue_style('beepress_xianjian_plugin', plugins_url('config/static/plugin.css', __FILE__), array(), $beepress_xianjian_version);
     144    wp_enqueue_script('beepress_xianjian_vue', plugins_url('config/static/vue.js', __FILE__), array(), $beepress_xianjian_version);
     145    wp_enqueue_script('beepress_xianjian_elementjs', plugins_url('config/static/element-ui/index.js', __FILE__), array(), $beepress_xianjian_version);
     146    wp_enqueue_script('beepress_xianjian_axios', plugins_url('config/api/axios.js', __FILE__), array(), $beepress_xianjian_version);
     147    wp_enqueue_script('beepress_xianjian_api', plugins_url('config/api/api.js', __FILE__), array(), $beepress_xianjian_version);
     148    wp_enqueue_script('beepress_xianjian_util', plugins_url('config/util/util.js', __FILE__), array(), $beepress_xianjian_version);
     149    wp_enqueue_script('beepress_xianjian_echarts', plugins_url('config/static/echarts.js', __FILE__), array(), $beepress_xianjian_version);
    152150}
  • beepress/trunk/xianjian/xianjian_consts.php

    r2058090 r2060015  
    33if (!defined('ABSPATH')) exit;
    44
    5 $beepress_xianjian_channel = "plugin_official_beepress";$beepress_xianjian_version = '1.1.6';
     5$beepress_xianjian_channel = "plugin_official_beepress";$beepress_xianjian_version = '1.1.8';
     6$beepress_xianjian_inner_version = 118;
    67$beepress_xianjian_config_key = "paradigm_render_config";
    78$beepress_xianjian_is_theme = false;$beepress_xianjian_content_side = false;
  • beepress/trunk/xianjian/xianjian_js.php

    r2017427 r2060015  
    77function beepress_xianjian_get_js_code($render_div_id, $config)
    88{
    9     global $beepress_xianjian_js_code_map,$beepress_xianjian_host,$beepress_xianjian_sdk_obj;
     9    global $beepress_xianjian_js_code_map,$beepress_xianjian_host,$beepress_xianjian_sdk_obj,$beepress_xianjian_inner_version;
    1010    $beepress_xianjian_js_code ="<div id='".$render_div_id."_".$config['sceneId']."'><script>
    1111 function load4pScript(a){if(window._paradigm_plug_sdkV3_loaded){a();return}else{if(!window._paradigm_plug_loadFinishCallBack){window._paradigm_plug_loadFinishCallBack=[];window._paradigm_plug_loadFinishCallBack.push(a)}else{window._paradigm_plug_loadFinishCallBack.push(a);return}}var b=document.createElement('script');b.charset='utf-8';
    12  b.src='".$beepress_xianjian_host."/sdk/js/ParadigmSDK_v3.js';document.getElementsByTagName('head')[0].appendChild(b);b.onload=function(){for(var c=0;c<window._paradigm_plug_loadFinishCallBack.length;c++){window._paradigm_plug_loadFinishCallBack[c]()}}};load4pScript(function(){window._paradigm_plug_sdkV3_loaded=true;".$beepress_xianjian_sdk_obj.".init('".$config['clientToken']."',{isDisableArticleFetch:true});".$beepress_xianjian_sdk_obj.".renderArticle('".$render_div_id."_".$config['sceneId']."',".$config['itemSetId'].",".$config['sceneId'].")});
     12 b.src='".$beepress_xianjian_host."/sdk/js/ParadigmSDK_v3.js';document.getElementsByTagName('head')[0].appendChild(b);b.onload=function(){for(var c=0;c<window._paradigm_plug_loadFinishCallBack.length;c++){window._paradigm_plug_loadFinishCallBack[c]()}}};load4pScript(function(){window._paradigm_plug_sdkV3_loaded=true;".$beepress_xianjian_sdk_obj.".init('".$config['clientToken']."',{isDisableArticleFetch:true});".$beepress_xianjian_sdk_obj.".setPluginVersion(".$beepress_xianjian_inner_version.");".$beepress_xianjian_sdk_obj.".renderArticle('".$render_div_id."_".$config['sceneId']."',".$config['itemSetId'].",".$config['sceneId'].")});
    1313   </script></div>";
    1414    return  $beepress_xianjian_js_code;
  • beepress/trunk/xianjian/xianjian_utility.php

    r2058090 r2060015  
    118118            }
    119119            $recom_location = isset($config['recomLocation']) ? $config['recomLocation'] : "";
    120             if (isset($beepress_xianjian_current_scenes[$config['sceneId']]) && $beepress_xianjian_current_scenes[$config['sceneId']] === 1 || !$beepress_xianjian_update_scene_flg) {
     120            if ((isset($beepress_xianjian_current_scenes[$config['sceneId']])&& $beepress_xianjian_current_scenes[$config['sceneId']] === 1) || !$beepress_xianjian_update_scene_flg) {
    121121                if (strcmp($recom_location, 'TXT') == 0) {
    122122                    beepress_xianjian_content_page($config);
Note: See TracChangeset for help on using the changeset viewer.