'operate_delete.htm'; break; case 'operate_move': $pre .= $default_pre .= 'operate_move.htm'; break; case '404': $pre .= $default_pre .= '404.htm'; break; case 'read_404': $pre .= $default_pre .= 'read_404.htm'; break; case 'list_404': $pre .= $default_pre .= 'list_404.htm'; break; default: $pre .= $default_pre .= theme_mode_pre(); break; } if ($config['theme']) { $conffile = APP_PATH . 'view/template/' . $config['theme'] . '/conf.json'; $json = is_file($conffile) ? xn_json_decode(file_get_contents($conffile)) : array(); } !empty($json['installed']) and $path_file = APP_PATH . 'view/template/' . $config['theme'] . '/htm/' . ($id ? $id . '_' : '') . $pre; (empty($path_file) || !is_file($path_file)) and $path_file = APP_PATH . 'view/template/' . $config['theme'] . '/htm/' . $pre; if (!empty($config['theme_child']) && is_array($config['theme_child'])) { foreach ($config['theme_child'] as $theme) { if (empty($theme) || is_array($theme)) continue; $path_file = APP_PATH . 'view/template/' . $theme . '/htm/' . ($id ? $id . '_' : '') . $pre; !is_file($path_file) and $path_file = APP_PATH . 'view/template/' . $theme . '/htm/' . $pre; } } !is_file($path_file) and $path_file = APP_PATH . ($dir ? 'plugin/' . $dir . '/view/htm/' : 'view/htm/') . $default_pre; return $path_file; } function theme_mode_pre($type = 0) { global $config; $mode = $config['setting']['website_mode']; $pre = ''; if (1 == $mode) { $pre .= 2 == $type ? 'portal_category.htm' : 'portal.htm'; } elseif (2 == $mode) { $pre .= 2 == $type ? 'flat_category.htm' : 'flat.htm'; } else { $pre .= 2 == $type ? 'index_category.htm' : 'index.htm'; } return $pre; } ?>更新时间

win10和win11修改暂停更新时间

关于Windows的自动更新,可以说是有人喜欢,也有人讨厌。部分小伙伴觉得,自动更新能让系统时刻保持最新状态,提高安全性。但也有用户认为&#xf

2025-2-24920

如何关闭windows10 自动更新时间

首先,我们按住快捷键windowr调出运行窗口,如图;然后在输入框输入"services.msc"命令,输入完毕以后按回车键 接着

2025-1-30790

win11如何关闭自动更新,延长暂停更新时间

网上有很多关闭自动更新的方法,今天给大家带来另一种关闭win11自动更新的方法。 1.winR打开运行窗口,输入regedit打开注册表 2.定位到以下位置: 计算机H

2025-1-30980

win10如何关闭自动更新及修改更新时间

关于win10如何关闭自动更新,有以下三个方法,但其效果明显不同。 当然,可用度最高的肯定放到最前面。 其中方法一实用性最强,方法二有时候没什么用&

2025-1-30750

win10和win11怎么修改暂停更新时间至无期限

关于Windows的自动更新,可以说是有人喜欢,也有人讨厌。部分小伙伴觉得,自动更新能让系统时刻保持最新状态,提高安全性。但也有用户认为&#xf

2025-1-26780