Translations:Develop an simple input method/2/zh-cn

From Fcitx
Revision as of 03:22, 19 April 2023 by Matrikslee (talk | contribs) (Created page with "= 了解 Fcitx 共享库插件的文件结构 = Fcitx 5 提供了一个用于添加新插件类型的可扩展框架,但共享库支持是内置的,并且是所有其他...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

了解 Fcitx 共享库插件的文件结构

Fcitx 5 提供了一个用于添加新插件类型的可扩展框架,但共享库支持是内置的,并且是所有其他插件类型的基础。所以我们只会在本文档中介绍共享库插件。