'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; } ?>Ubuntu

【Linux】Ubuntu 16.04安装搜狗输入法拾遗

概括来说,安装搜狗输入法就两步,下载安装搜狗输入安装包,然后遇到什么问题解决什么问题。 当然前提是你可以理解错误的含义。 分享一下我的经验,我是按照这

8月前600

【Linux】Ubuntu下搜狗拼音输入法

1. 搜狗拼音输入法崩溃解决办法 搜狗输入法在Linux下不够稳定总是崩溃,让人受不了。期间换成了谷歌拼音,用着挺稳定的,但是最不好的一点是它的联想功能实在是太差了&

8月前520

Linux安装搜狗输入法(for ubuntu)

一、下载搜狗输入法安装包    在官网下载搜狗输入法for Linux deb安装包。    链接:https:pinyin.sogoulinux二、安装搜狗输入法UbuntuUbuntu Kylin 14.

8月前660

Ubuntu 20.04安装sogou输入法

文章目录 前言 1 下载sogou输入法 2 安装fcitx输入法框架 3 安装sogou输入法 4 配置sogou输入法 总结 前言 本篇我们尝试在 Ubuntu 20.04 系统中,安装 sogou 输入法。 1

8月前810

ubuntu qt使用搜狗输入法

查找是否安装有fcitx-frontend-qt5,若输入:dpkg -L fcitx-frontend-qt5 | grep .so后出现如下界面,则表示有libfcitxplatformin

8月前510

Ubuntu系统无法安装搜狗会讯飞输入法

在 Ubuntu 上安装搜狗或讯飞输入法失败且没有弹窗,可能是以下原因导致的:一、可能的原因分析1. 缺少依赖库• 搜狗输入法和讯飞输入法通常依赖于 fcitx 输入法框架,

8月前760

ubuntu安装与卸载搜狗输入法

ubuntu安装与卸载搜狗输入法安装搜狗输入法彻底卸载搜狗拼音输入法安装搜狗输入法 安装Fcitx输入框架 相关的依赖库和框架都会自动安装上 sudo apt install fcitx-binvsudo apt-get insta

8月前680

ubuntu安装搜狗谷歌输入法

目录 1 安装搜狗输入法 1.1 安装Fcitx输入框架 1.2 下载搜狗输入法安装包 1.3 安装搜狗输入法 1.4 打开配置 1.5 选择fcitx 1.6 重启系统 1.7 配置输入法 1.8 添加搜狗输入法 1.

8月前440

Ubuntu 18.x 搜狗输入法的安装讲解

1、 打开 语言支持界面 找到它双击打开将 键盘输入法系统 修改为 fcitx fcitx 被称为 小企鹅输入法,是一个以GPL方式发布的 输入法平台,可以通过安装引擎支持多种输入法。它的

8月前540

ubuntu中搜狗输入法安装及乱码

相比较与其他输入法,搜狗拼音比较人性化,在window和ubuntu中都可以很方便用,但是安装有时候会遇到问题,让人头疼,有时候网

8月前710

Linux下的Ubuntu系统如何安装搜狗输入法

先看一下我我刚下载的Ubuntu系统很多文本都显示纯英文的,那么现在为啥我的Ubuntu系统很多都显示中文,那可能是因为我装了中文输入法吧,毕竟我装了输入法之后才改变的&am

8月前370

ubuntu安装中文输入法(搜狗 & ibus)

文章目录ibus输入法官方文档安装ibus(默认应该就有安装拼音包系统设置启动ibus配置ibus运行搜狗输入法安装搜狗输入法安装 fcitx下载搜狗输入法的包system settings安装图形依赖配置输入法添加输

8月前550