Changeset 3408930
- Timestamp:
- 12/03/2025 07:14:09 AM (4 months ago)
- Location:
- infility-global/trunk
- Files:
-
- 2 edited
-
infility_global.php (modified) (3 diffs)
-
widgets/gutenberg-tools/gutenberg-tools.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
infility-global/trunk/infility_global.php
r3401623 r3408930 4 4 Plugin URI: https://www.infility.cn/ 5 5 Description: Infility公共插件 6 Version: 2.14.3 66 Version: 2.14.37 7 7 Author: Infility 8 8 Author URI: https://www.infility.cn/ … … 136 136 v2.14.35 (20251121) Ben: 修复wcf7表单代理ip出现2个时,地址显示错误问题 137 137 v2.14.36 (20251121) Ben: 新增导入文件字段错误提示 138 v2.14.37 (20251203) Ben: 新增古腾堡样式类型 138 139 */ 139 140 … … 141 142 function __construct() 142 143 { 143 define( 'INFILITY_GLOBAL_VERSION', '2.14.3 6' );144 define( 'INFILITY_GLOBAL_VERSION', '2.14.37' ); 144 145 define( 'INFILITY_GLOBAL_PATH', plugin_dir_path( __FILE__ ) ); // fullpath/wp-content/plugins/infility-global/ // 有斜杠 145 146 define( 'INFILITY_GLOBAL_URL', plugins_url( '/', __FILE__ ) ); // https://the_domain/wp-content/plugins/infility-global/ // 斜杠是自己加的 -
infility-global/trunk/widgets/gutenberg-tools/gutenberg-tools.php
r3399332 r3408930 60 60 .single-post .elementor-widget-theme-post-content video{margin: 20px 0;} 61 61 .single-post .elementor-widget-theme-post-content .wp-block-embed__wrapper::before{margin: 30px 0;} 62 63 .single-blog .elementor-widget-theme-post-content h2 { margin-top: 100px; } 64 .single-blog .elementor-widget-theme-post-content h3 { margin-top: 30px; } 65 .single-blog .elementor-widget-theme-post-content img { margin-top: 20px; margin-bottom: 20px; } 66 .single-blog .elementor-widget-theme-post-content .wp-block-spacer { display: none; } 67 .single-blog .elementor-widget-theme-post-content video{margin: 20px 0;} 68 .single-blog .elementor-widget-theme-post-content .wp-block-embed__wrapper::before{margin: 30px 0;} 69 62 70 @media screen and (max-width: 768px) { 63 .single-post .elementor-widget-theme-post-content h2 { margin-top: 50px; } 64 .single-post .elementor-widget-theme-post-content h3 { margin-top: 20px; } 65 .single-post .elementor-widget-theme-post-content img { margin-top: 10px; margin-bottom: 10px; } 71 .single-post .elementor-widget-theme-post-content h2 { margin-top: 50px; } 72 .single-post .elementor-widget-theme-post-content h3 { margin-top: 20px; } 73 .single-post .elementor-widget-theme-post-content img { margin-top: 10px; margin-bottom: 10px; } 74 75 .single-blog .elementor-widget-theme-post-content h2 { margin-top: 50px; } 76 .single-blog .elementor-widget-theme-post-content h3 { margin-top: 20px; } 77 .single-blog .elementor-widget-theme-post-content img { margin-top: 10px; margin-bottom: 10px; } 66 78 } 67 79 </style>';
Note: See TracChangeset
for help on using the changeset viewer.