'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

Ubuntu 20.04.5安装搜狗输入法

第一步,安装fcitx输入法框架 sudo apt install fcitx 第二步,设置fcitx为系统输入法 设置 -> 区域与语言 -> 管理已安装的语言 -> 键

8月前300

Ubuntu安装搜狗输入法

a.基于fctix安装 b.去官网下载搜狗输入法的Linux版(如果链接失效自己去官网找):搜狗输入法

8月前330

ubuntu搜狗输入法下载

1.先利用cd打开下载的搜狗输入法文件夹(下载64bit与32bit都可)2.再输入下面代码sudo dpkg -i sogoupinyin_2.2.0.0108_amd64.deb3.代码后

8月前210

ubuntu 安装搜狗输入法

Ubuntu20.04 安装搜狗输入法_青枫阁的博客-CSDN博客_ubuntu2004安装搜狗输入法 搜狗输入法linux-首页 通过命令行安装搜狗输入法sudo dpkg -i sogoupinyin_版本号_amd64.deb注:

8月前280

Ubuntu 搜狗输入法安装指南

安装指南Ubuntu搜狗输入法安装指南搜狗输入法已支持Ubuntu1604、1804、1910、2004、2010 各系统安装步骤可能略有不同1、添加中文语言支持打开 系统设置——区域和语言——管理已安装的语言——在“语言”tab下

8月前350

Ubuntu 24.04.1 安装并使用搜狗输入法

1、安装搜狗输入法之前先设置显示模式为X11         编辑文件: etcgdm3custom.conf         sudo vim etcgdm3custom.conf          将

8月前300

【Linux】【Ubuntu 】Ubuntu安装搜狗中文输入法

本文记录在 Ubuntu 16.04 下安装搜狗中文输入法过程,Ubuntu 其它版本基本相同. 文章目录1. 安装 fcitx1.1 配置源1.2 命令行安装fcitx1.3 命令行安装相关工具2. 系统语言设置2.

8月前380

Ubuntu 22.10安装搜狗输入法教程

第一步下载搜狗输入法安装包:搜狗输入法-首页官网下载, 第二步:直接安装需要的依赖, sudo apt install fcitx libqt5qm

8月前250

Ubuntu 25.04安装搜狗输入法

0x00 安装思路 1. 卸载 ibus 和 fcitx5。 # 更新系统软件包sudo apt update# 卸载 Fcitx5 和 IBus(如果存在)sudo apt remove

8月前310

Ubuntu 22.04安装搜狗输入法

ubtuntu 22.04安装搜狗输入法1. 添加中文语言支持2. 安装fcitx输入法框架3. 设置fcitx为系统输入法4. 设置fcitx开机启动,并卸载ibus输入法框架5. 安装搜狗输入法6. 重启电脑&am

8月前330

ubuntu安装搜狗输入法无法使用问题

官方教程正常安装完成上述操作后,输入法无法使用,进行下面操作更新系统列表:sudo apt update更新软件包:sudo apt upgrade卸载

8月前280

ubuntu 系统安装搜狗输入法

第一步:下载输入法 下载搜狗输入法安装包,搜狗输入法Linux版官网:搜狗输入法linux-首页搜狗输入法for linux—支持全拼、简拼、模糊音、云输入、皮肤、中英混输

8月前340

Ubuntu 18.04 安装搜狗输入法

文章目录一、下载搜狗输入法二、安装搜狗输入法三、安装完成后需要进行的设置参考链接一、下载搜狗输入法 推荐下载旧版搜狗输入法:百度网盘链接 链接:https:pan.baidus1Wc9w_u-TEgmA

8月前280

如何在Ubuntu中安装搜狗输入法

搜狗输入法已支持Ubuntu1604、1804、1910、2004、2010各系统安装步骤可能略有不同1、添加中文语言支持打开 系统设置——区域和语言——管理已安装的语言——在“语言”tab下——点击“添加或删除语言”弹出“已安装语言”窗口

8月前480