Plugin Directory

Changeset 3392636


Ignore:
Timestamp:
11/10/2025 04:02:27 AM (5 months ago)
Author:
infility
Message:

V2.14.19 (20251110) Ben: 抓取网页数据公共化

Location:
infility-global/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • infility-global/trunk/infility_global.php

    r3392635 r3392636  
    44Plugin URI: https://www.infility.cn/
    55Description: Infility公共插件
    6 Version: 2.14.18
     6Version: 2.14.19
    77Author: Infility
    88Author URI: https://www.infility.cn/
     
    135135    function __construct()
    136136    {
    137         define( 'INFILITY_GLOBAL_VERSION', '2.14.18' );
     137        define( 'INFILITY_GLOBAL_VERSION', '2.14.19' );
    138138        define( 'INFILITY_GLOBAL_PATH', plugin_dir_path( __FILE__ ) ); // fullpath/wp-content/plugins/infility-global/ // 有斜杠
    139139        define( 'INFILITY_GLOBAL_URL', plugins_url( '/', __FILE__ ) ); // https://the_domain/wp-content/plugins/infility-global/ // 斜杠是自己加的
  • infility-global/trunk/widgets/infility-import-data/js/infility_import_data.js

    r3392635 r3392636  
    4040                        run_data.push({action:'get_post_detail',id:id});//10%
    4141                    }
     42                    console.log(page_type);
    4243                    runProcess(run_data, button_obj, show_progress);
    4344                }else if(type==='excel'){
Note: See TracChangeset for help on using the changeset viewer.