-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
细化安装说明;简化输入法使用说明和一些表述;新增 docsify-image-caption 插件;新增小小星空 v2.0.0 的更新记录…
…;简化封面,移除 gitee 镜像;根据项目结构调整开发指南
- Loading branch information
Showing
31 changed files
with
345 additions
and
346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
_plugins/docsify-image-caption-241117/docsify-image-caption.min.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[{000214A0-0000-0000-C000-000000000046}] | ||
Prop3=19,11 | ||
[InternetShortcut] | ||
IDList= | ||
URL=https://www.jsdelivr.com/package/npm/@h-hg/docsify-image-caption?tab=files&path=dist | ||
HotKey=0 |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,58 @@ | ||
# :fa fa-code-fork: 开发指南 | ||
|
||
* [定制本项目](develop-xxxk.md) | ||
前往 [:fa fa-github: 本项目仓库][小小星空仓库]获取源代码。解压后可以得到三个一级目录: | ||
|
||
* `📂app-win`:存放编译生成**小小星空输入法**安装包的脚本。 | ||
* `📂data-base`:对原版**小小输入法**的一部分配置文件进行魔改得到的文件。 | ||
* `📂data-schema`:**星空系列方案**的核心文件。 | ||
|
||
?> 本项目依赖的小小输入法正在逐步开源,其 Linux 版本已全部开源,详见[:fa fa-github: 小小输入法项目仓库][小小输入法仓库]。 | ||
|
||
按照以下步骤,即可将本项目编译生成小小星空输入法安装包: | ||
|
||
<!-- tabs:start --> | ||
|
||
### ** Windows ** | ||
|
||
1. 把原版**小小输入法**的程序目录 `yong` 放到 `app-win` 目录下。 | ||
2. 根据自己的需要,修改 `app-win`、`data-base` 和 `data-schema` 目录下的文件。 | ||
3. 安装 NSIS,编译 `app-win/nsis/xxxk.nsi`。 | ||
|
||
### ** Android ** | ||
|
||
1. 下载[原版小小输入法 Android 版安装程序][小小输入法网盘],并用 apktool 反编译。 | ||
2. 根据自己的需要,修改反编译后的资源文件。例如: | ||
* `res/drawable-hdpi|mdpi|xhdpi/app_icon.png` 是程序图标,可替换。 | ||
* `assets/mb` 是码表,会被安装到`sdcard/yong/mb`。注意,安卓版不会覆盖安装。 | ||
* `assets/www` 是默认皮肤,一般包括 `fonts` 目录和 `keyboard.css`、`keyboard.html`,不会体现在程序目录中。如果安装完成后想换皮肤,要把皮肤放到 `.yong/android` 目录。 | ||
* `assets/yong.ini` 是初始配置文件。注意,小小安卓版不支持 entry。 | ||
3. 用 apktool 重新编译为安装包,并用 autosign 等工具进行签名。 | ||
|
||
### ** Linux ** | ||
|
||
请转至[:fa fa-github: 小小输入法项目仓库][小小输入法仓库]获取原版小小输入法 Linux 版的源代码。 | ||
|
||
<!-- tabs:end --> | ||
|
||
在编译之前,您也可以先对项目进行修改: | ||
|
||
* 定制 Windows 版编译脚本:待补充 | ||
* [定制皮肤(PC)](develop-skin-pc.md) | ||
* 定制皮肤(Android):待补充 | ||
* 定制皮肤(Android):待补充 | ||
|
||
[星空QQ群]: https://jq.qq.com/?_wv=1027&k=5tVcZlL | ||
[键道QQ群]: https://jq.qq.com/?_wv=1027&k=WxhhXU6u | ||
[星空电报群]: https://t.me/xkinput | ||
|
||
[星空官网]: https://xkinput.github.io | ||
[RIME键道文档]: https://pingshunhuangalex.gitbook.io/rime-xkjd | ||
[RIME键道仓库]: https://github.com/xkinput/Rime_JD | ||
|
||
[小小星空首页]: https://xkinput.github.io/xxxk-help | ||
[小小星空仓库]: https://github.com/xkinput/xxxk | ||
[小小星空网盘]: http://xxxk.ysepan.com | ||
|
||
[小小输入法网盘]: http://yongim.ysepan.com | ||
[小小输入法论坛]: https://yong.dgod.net | ||
[小小输入法仓库]: https://github.com/dgod/yong | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,23 @@ | ||
# 更新历史 | ||
|
||
<iframe height='400' scrolling='no' title='小小星空更新时间线' src='_plugins/echarts-220708/timeline.html' frameborder='no' allowtransparency='true' allowfullscreen='true' style='width: 100%;'>小小星空更新时间线</iframe><!-- v5.3.3 --> | ||
<iframe height='400' scrolling='no' title='小小星空更新时间线' src='_plugins/echarts-241117/timeline.html' frameborder='no' allowtransparency='true' allowfullscreen='true' style='width: 100%;'>小小星空更新时间线</iframe><!-- v5.3.3 --> | ||
|
||
## 最近更新 | ||
|
||
##### [v2.0.0.0-Build20241117](https://github.com/xkinput/xxxk/releases/tag/v2.0.0) | ||
|
||
*经测试,该版本的小小输入法在某些应用中以 TSF 模式运行时,会出现中英文状态切换异常的问题:使用中英文切换快捷键(如 SHIFT)切换为英文状态后,再按下任意键,会导致输入法立刻变回中文状态。临时解决方案:使用打开/关闭输入法快捷键(如 CTRL+SPACE)来代替中英文切换快捷键。* | ||
|
||
* 调整项目架构为 app-win, data-base 和 data-schema 三个文件夹,方便后续维护 | ||
* 升级小小输入法程序到 20241116 版(详见[小小输入法更新记录](http://yong.dgod.net/read.php?tid=2&fid=2)) | ||
* 打包程序由 NSIS2 升级为 NSIS3(详见 [NSIS 更新记录](https://nsis.sourceforge.io/Docs/AppendixF.html)) | ||
* 重写安装脚本(`app-win/nsis/xxxk.nsi`),简化流程,加强用户权限识别等 | ||
* 键道码表跟进 RIME 版,主词条数:121386 | ||
* 更新帮助文档等资料 | ||
|
||
##### [v1.0.5.0(pre)-Build20220708](https://github.com/xkinput/xxxk/releases/tag/v1.0.5) | ||
|
||
*这是一个预发行版本,只更新了依赖组件,未更新主码表。如果上一版本使用没什么问题,可以不更新到此版。* | ||
|
||
* 改进:跟进小小输入法程序组件升级(Windows 版修复了一些程序 bug,Android 版不再支持 32 位,详见[小小输入法论坛帖子](http://yong.dgod.net/read.php?tid=2&fid=2)) | ||
* 改进:跟进小小输入法程序组件升级(Windows 版修复了一些程序 bug,Android 版不再支持 32 位) | ||
* 改进:其他微调 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.