File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 200200</div >
201201```
202202` fcitx-scroll ` * 表示内部的 svg 是可以展开卷轴的下箭头。注意当前处于普通模式,仅在展开后才会进入卷轴模式。
203+
204+ ## 图片
205+ CSS 引用图片(` background-img: url(...) ` )有三种方式:
206+ * HTTP
207+ * base64
208+ * 本地相对路径
209+
210+ 使用本地相对路径时,需要注意 CSS 文件位于 ` ~/.local/share/fcitx5/www/css ` ,而只有 ` www ` 目录下的文件可以被引用。
211+ 因此为引用 ` ~/.local/share/fcitx5/www/img/foo.png ` ,您应写 ` ../img/foo.png ` 。
Original file line number Diff line number Diff line change 1+ # 导入/导出
2+
3+ 小企鹅的默认主题尽量与 macOS 原生接近,可以跟随系统深浅和强调色。
4+
5+ 您可在 ` 主题编辑器 ` -> ` 基础 ` 中导入其他主题。
6+ 欢迎从[ 中央仓库] ( https://github.com/fcitx-contrib/fcitx5-theme-collection/tree/master/theme ) 下载主题文件。
7+
8+ 当您导入主题时,您当前的更改(配色、尺寸等)将会被覆盖,因此您可能需要先将当前主题导出。
9+
10+ 制作主题的方法为使用 ` 主题编辑器 ` 从头调整或在导入的主题基础上调整,然后导出。请勿直接编辑主题文件。
11+
12+ 导入/导出的主题文件位于 ` ~/.local/share/fcitx5/theme ` 。
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ features:
2323 details : 您可以使用内置的主题编辑器调整颜色/尺寸/贴图,或者使用 CSS 实现更灵活的控制。
2424 - title : 实用特性
2525 details : 卷轴模式,笔画筛选,词库管理,自定义短语,备份恢复,命令行接口……
26- - title : 高度定制
26+ - title : 高度定制·后端
2727 details : 通过中州韵(Rime)插件,您可以设计自己的输入方案,或者使用社区的优秀方案。
28+ - title : 高度定制·前端
29+ details : 小企鹅 UI + JavaScript 插件 - 跨域限制 = ?
2830---
You can’t perform that action at this time.
0 commit comments