Skip to content

Commit

Permalink
Merge branch 'BYVoid:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikiSuen authored Nov 26, 2021
2 parents 935f1ba + 21995f5 commit 2d3e0a2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ environment:
- nodejs_version: 16
- nodejs_version: 14
- nodejs_version: 12
- nodejs_version: 10

# Build plain C++
- nodejs_version: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
19 changes: 11 additions & 8 deletions data/dictionary/STPhrases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@
七余 七餘
七八下里 七八下裏
七出 七出
七出戏 七齣戲
七出祁山 七出祁山
七分钟 七分鐘
七划 七劃
Expand Down Expand Up @@ -697,6 +698,7 @@
三冬 三冬
三冬两夏 三冬兩夏
三准 三準
三出戏 三齣戲
三出祁山 三出祁山
三分钟 三分鐘
三只 三隻
Expand Down Expand Up @@ -2298,6 +2300,7 @@
九亿五千万 九億五千萬
九余 九餘
九冬 九冬
九出戏 九齣戲
九出祁山 九出祁山
九分钟 九分鐘
九划 九劃
Expand Down Expand Up @@ -5660,6 +5663,7 @@
全面禁止核试验条约 全面禁止核試驗條約
全面规划 全面規劃
全面进行 全面進行
兩出戏 兩齣戲
八万 八萬
八万一千 八萬一千
八万四千法门 八萬四千法門
Expand All @@ -5671,6 +5675,7 @@
八余 八餘
八克 八克
八军团 八軍團
八出戏 八齣戲
八出祁山 八出祁山
八十天环游地球 八十天環遊地球
八十种好 八十種好
Expand Down Expand Up @@ -5790,6 +5795,7 @@
六余 六餘
六冲 六沖
六出奇计 六出奇計
六出戏 六齣戲
六出祁山 六出祁山
六厂 六廠
六发 六發
Expand Down Expand Up @@ -7367,7 +7373,7 @@
出恭 出恭
出息 出息
出意外 出意外
出戏 齣戲
出戏 出戏 齣戲
出战 出戰
出户 出戶
出手 出手
Expand Down Expand Up @@ -7795,7 +7801,7 @@
切当 切當
切菜板 切菜板
切除术 切除術
切面 切面
切面 切面 切麵
切骨之仇 切骨之仇
刊了 刊了
刊出 刊出
Expand Down Expand Up @@ -16611,7 +16617,6 @@
复习考 複習考
复书 復書
复交 復交
复亩珍 複畝珍
复仇 復仇
复仇者 復仇者
复仇记 復仇記
Expand Down Expand Up @@ -20010,7 +20015,6 @@
布气 布氣
布水 布水
布法罗 布法羅
布洒器 布灑器
布洛克 布洛克
布洛斯顿 布洛斯頓
布洛沙德 布洛沙德
Expand All @@ -20029,7 +20033,6 @@
布瑞斯特 布瑞斯特
布瑞特 布瑞特
布瑞顿 布瑞頓
布用填 布用填
布疋 布疋
布疑阵 佈疑陣
布痕瓦尔德 布痕瓦爾德
Expand Down Expand Up @@ -20792,7 +20795,7 @@
平复帖 平復帖
平复起来 平復起來
平头并进 平頭並進
平安里 平安裏
平安里 平安里
平定准噶尔回部得胜图 平定準噶爾回部得勝圖
平平当当 平平當當
平康里 平康里
Expand Down Expand Up @@ -42561,7 +42564,7 @@
角膜移植术 角膜移植術
角色冲突 角色衝突
角色扮演游戏 角色扮演遊戲
角落发 角落發
角落 角落
角落里 角落裏
角谷猜想 角谷猜想
角里 角里
Expand Down Expand Up @@ -45223,7 +45226,7 @@
部发 部發
部曲 部曲
部胡林 部胡林
部落发 部落發
部落 部落
部落同盟 部落同盟
郭勇志 郭勇志
郭台成 郭臺成
Expand Down
2 changes: 1 addition & 1 deletion release-pypi-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bash ${MINICONDA_FILENAME} -b -f -p $HOME/miniconda3
export PATH=$HOME/miniconda3/bin:$PATH
eval "$(conda shell.bash hook)"

for VERSION in 2.7 3.5 3.6 3.7 3.8 3.9; do
for VERSION in 3.5 3.6 3.7 3.8 3.9; do
# Create and activate environment
conda create -y -n py$VERSION python=$VERSION
conda activate py$VERSION
Expand Down
2 changes: 1 addition & 1 deletion release-pypi-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bash ${MINICONDA_FILENAME} -b -f -p $HOME/miniconda3
export PATH=$HOME/miniconda3/bin:$PATH
eval "$(conda shell.bash hook)"

for VERSION in 2.7 3.5 3.6 3.7 3.8 3.9; do
for VERSION in 3.5 3.6 3.7 3.8 3.9; do
# Create and activate environment
conda create -y -n py$VERSION python=$VERSION
conda activate py$VERSION
Expand Down
2 changes: 1 addition & 1 deletion release-pypi-windows.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
setlocal EnableDelayedExpansion

SET VERSIONS=2.7 3.5 3.6 3.7 3.8 3.9
SET VERSIONS=3.5 3.6 3.7 3.8 3.9
SET SOURCEDIR=%cd%

REM Build packages
Expand Down

0 comments on commit 2d3e0a2

Please sign in to comment.