@@ -20,8 +30,8 @@
@@ -46,10 +56,9 @@
$(document).on('click', '.has-sub', function(){
var _this = $(this)
if(!$(this).hasClass('expanded')) {
- setTimeout(function(){
+ setTimeout(function(){
_this.find('ul').attr("style","")
- }, 300);
-
+ }, 300);
} else {
$('.has-sub ul').each(function(id,ele){
var _that = $(this)
diff --git a/inc/frame/config/framework.config.php b/inc/frame/config/framework.config.php
index 618cfb0..b5168f7 100644
--- a/inc/frame/config/framework.config.php
+++ b/inc/frame/config/framework.config.php
@@ -6,7 +6,7 @@
* @Author URI: https://www.iowen.cn/
* @Date: 2019-02-22 21:26:02
* @LastEditors: iowen
- * @LastEditTime: 2023-02-20 21:19:10
+ * @LastEditTime: 2023-04-24 00:37:18
* @FilePath: \WebStack\inc\frame\config\framework.config.php
* @Description:
*/
@@ -226,6 +226,11 @@
'type' => 'text',
'title' => '备案号',
),
+ array(
+ 'id' => 'police_icp',
+ 'type' => 'text',
+ 'title' => '公安备案号',
+ ),
array(
'id' => 'lazyload',
'type' => 'switcher',
diff --git a/style.css b/style.css
index 06bdc2c..f53ef7d 100644
--- a/style.css
+++ b/style.css
@@ -2,7 +2,7 @@
Theme Name:WebStack
Theme URI:https://www.iotheme.cn
Description:wordpress 导航主题!官方网站:一为主题,
升级到最新的OneNav导航主题,体验更多功能
-Version:1.1822
+Version:1.1824
Requires at least: 5.4
Tested up to: 5.8
Requires PHP: 5.6