Skip to content

Commit

Permalink
Update practice
Browse files Browse the repository at this point in the history
  • Loading branch information
forFudan committed Nov 30, 2023
1 parent 88646d2 commit 1898c77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion light/practice/practice.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
},
{
"si": ["二", "冫", "⺀"],
"sj": ["艹", "卅", "廾", "卌", "", ""],
"sj": ["艹", "廾", "", ""],
"ss": ["卅", "卌"],
"so": [""],

"sq": ["犬"],
Expand Down
6 changes: 6 additions & 0 deletions 宇浩输入法打包.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
copy_tree("./beta/schema", "./dist/yuhao/schema")
copy_tree("./beta/hotfix", "./dist/yuhao/hotfix")

#%%
# Hamster IME
make_archive(
f"./dist/hamster/yuhao_light_{version}", "zip", "./dist/yuhao/schema"
)

# %%
# copy yustar
for file_name in [
Expand Down

0 comments on commit 1898c77

Please sign in to comment.