Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
a127161
add single char mode for aux code
mosaic-roll Aug 14, 2026
e69025d
refactor aux code to support mult table
mosaic-roll Aug 14, 2026
6a1658b
fix chaifen
mosaic-roll Aug 14, 2026
3dd2024
refactor aux code store
mosaic-roll Aug 14, 2026
f6ce820
refactor, remove store.rs
mosaic-roll Aug 14, 2026
3df6548
fix comment
mosaic-roll Aug 14, 2026
2f1752d
change naming
mosaic-roll Aug 14, 2026
a19dbda
fix minor error
mosaic-roll Aug 14, 2026
fd35afd
add ability to read table
mosaic-roll Aug 14, 2026
9df566b
fix empty aux code
mosaic-roll Aug 14, 2026
cc8a763
add uf8 bom defender
mosaic-roll Aug 14, 2026
d2814c0
refactor
mosaic-roll Aug 14, 2026
09c0dde
add agents.md
mosaic-roll Aug 14, 2026
e08fc59
connect to coordinator.rs
mosaic-roll Aug 14, 2026
8eef992
add flypy_full.txt
mosaic-roll Aug 14, 2026
cbbfa20
add aux code key action and config
mosaic-roll Aug 15, 2026
daade6b
fix dead lock and other bugs
mosaic-roll Aug 15, 2026
5aa4ed8
fix aux code update error?
mosaic-roll Aug 15, 2026
b35412b
refactor
mosaic-roll Aug 15, 2026
9e3e087
fix empty aux code
mosaic-roll Aug 15, 2026
6e52c7a
add stroke.txt
mosaic-roll Aug 15, 2026
410836a
use stroke.txt as default for pinyin
mosaic-roll Aug 15, 2026
b4dbd5d
use \t in flypy_full.txt
mosaic-roll Aug 15, 2026
f1ff916
use \t in stroke.txt
mosaic-roll Aug 15, 2026
7c4290c
change aux table format from = to tab
mosaic-roll Aug 15, 2026
1c176d3
add source
mosaic-roll Aug 15, 2026
74921ee
add ziranma
mosaic-roll Aug 15, 2026
e56c09d
support name
mosaic-roll Aug 15, 2026
b7feef4
add name, version, source
mosaic-roll Aug 15, 2026
85b943f
add name, version, source for stroke
mosaic-roll Aug 15, 2026
3a0cbf1
add license
mosaic-roll Aug 15, 2026
0b2b614
add license
mosaic-roll Aug 15, 2026
ab9c7f6
reduce stroke table
mosaic-roll Aug 15, 2026
a229636
add 〇
mosaic-roll Aug 15, 2026
88aab4c
update pipline md
mosaic-roll Aug 15, 2026
eca84ab
add PerCharPrefix mode
mosaic-roll Aug 15, 2026
3b8931c
add first char, last char mode
mosaic-roll Aug 15, 2026
8227ff7
support english aux code
mosaic-roll Aug 15, 2026
32bdb89
rename
mosaic-roll Aug 15, 2026
9a3113a
fix bugs, clean up dead code
mosaic-roll Aug 15, 2026
5389500
remove is_hanzi_char
mosaic-roll Aug 15, 2026
05750cc
refactor
mosaic-roll Aug 15, 2026
500505e
refactor
mosaic-roll Aug 15, 2026
8e12b8d
fix
mosaic-roll Aug 15, 2026
a1a00ca
refactor
mosaic-roll Aug 15, 2026
f234e6a
edit comment
mosaic-roll Aug 15, 2026
e4d2831
fix filter failed
mosaic-roll Aug 15, 2026
6cba31b
fix filter issue
mosaic-roll Aug 15, 2026
5b18557
add phrase_mode config
mosaic-roll Aug 15, 2026
35c8acb
fix PerCharPrefix
mosaic-roll Aug 15, 2026
39bdc97
add continuous mode, filter sentences
mosaic-roll Aug 15, 2026
0ac3b43
fix?
mosaic-roll Aug 15, 2026
d3509b9
remove is_sentense, use max_phrase_len
mosaic-roll Aug 15, 2026
85204e3
optimize priority
mosaic-roll Aug 15, 2026
6c5b9f7
fix priority
mosaic-roll Aug 15, 2026
3414bc0
add comments
mosaic-roll Aug 15, 2026
74f3363
fix move_down/page_next
mosaic-roll Aug 15, 2026
b04522b
set default max_phrase_len to 7
mosaic-roll Aug 16, 2026
9f560b8
update agents.md and test
mosaic-roll Aug 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

## Crate 索引

> workspace 共 19 个 crate(均在 `wind_input/crates/`)。复杂 crate 已配 crate 级 `AGENTS.md`,改动前先读对应文档;新增/重构 crate 时参照同结构补文档。
> workspace 共 20 个 crate(均在 `wind_input/crates/`)。复杂 crate 已配 crate 级 `AGENTS.md`,改动前先读对应文档;新增/重构 crate 时参照同结构补文档。

| Crate | 职责 | crate 文档 |
|---|---|---|
Expand All @@ -38,6 +38,7 @@
| `wind-transfer` | 导入导出/备份还原底座:Bundle(manifest + zip)聚合打包与 Merge 合并策略(编解码在 wind-store) | — |
| `wind-quick-input` | 快捷输入的内置候选来源(纯逻辑):`quick_input.calc` 算式(含幂 `^`)/ `.date` 日期年月 / `.number` 数字金额;另定义 `.repeat`(重复上屏,由协调器实现)的成员 id。开关与优先级 = `mix_modes.members` 的有无与顺序 | — |
| `wind-reverse` | 候选反查:五笔编码/拆字/拼音读音(悬停 tooltip) | — |
| `wind-aux-code` | 辅助码过滤:拼音后追加字形辅助码,按字形裁减候选字词 | [AGENTS.md](wind_input/crates/wind-aux-code/AGENTS.md) |
| `wind-punct` | 标点转换纯逻辑(中英标点/全半角/数字后智能) | — |
| `wind-transform` | 文本变换:标点、全角、自动配对、简繁 | — |

Expand Down
Loading
Loading