Skip to content

Commit

Permalink
chore: bump to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cccc-owo committed Dec 12, 2024
1 parent 05f612b commit 350ad0f
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 7 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
|font-GuDianMingChaoTi-W.zip|文悦古典明朝体(白)|
|font-KangXiZiDianTi.zip|康熙字典体|
|font-LiShu.zip|隶书|
|font-MiSans.zip|MiSans|
|font-Source-Han-Serif.zip|思源宋体|

支持的中文MOD(排名不分先后):
Expand All @@ -33,13 +34,17 @@
|1356 Reborn 简体中文版||
|NYAB Expanded|战争前夜拓展|

## v2.8.0

- 增加 MiSans,仿钢铁雄心4风格

<details><summary>历史更新日志</summary>

## v2.7.0

- 扩充字库
- 为大部分字体添加阴影和透明度

<details><summary>历史更新日志</summary>

## v2.6.3

- 尝试适配战争前夜拓展
Expand Down
6 changes: 6 additions & 0 deletions main.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if exist output/font-GuDianMingChaoTi.mod ( ECHO. ) else ( goto set_GuDianMingCh
if exist output/font-GuDianMingChaoTi-W.mod ( ECHO. ) else ( goto set_GuDianMingChaoTi-W )
::if exist output/font-KangXiZiDianTi.mod ( ECHO. ) else ( goto set_KangXiZiDianTi )
if exist output/font-LiShu.mod ( ECHO. ) else ( goto set_LiShu )
if exist output/font-MiSans.mod ( ECHO. ) else ( goto set_MiSans )
if exist output/font-Source-Han-Serif.mod ( ECHO. ) else ( goto set_Source-Han-Serif )
goto end

Expand Down Expand Up @@ -40,6 +41,11 @@ set mod_desc=font-LiShu.mod
set mod_dir=font-LiShu
goto process

:set_MiSans
set mod_desc=font-MiSans.mod
set mod_dir=font-MiSans
goto process

:set_Source-Han-Serif
set mod_desc=font-Source-Han-Serif.mod
set mod_dir=font-Source-Han-Serif
Expand Down
2 changes: 1 addition & 1 deletion mod_descriptor/font-GongWenKaiTi.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version="2.7.0"
version="2.8.0"
tags={
"Map"
}
Expand Down
2 changes: 1 addition & 1 deletion mod_descriptor/font-GuDianMingChaoTi-W.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version="2.7.0"
version="2.8.0"
tags={
"Map"
}
Expand Down
2 changes: 1 addition & 1 deletion mod_descriptor/font-GuDianMingChaoTi.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version="2.7.0"
version="2.8.0"
tags={
"Map"
}
Expand Down
2 changes: 1 addition & 1 deletion mod_descriptor/font-LiShu.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version="2.7.0"
version="2.8.0"
tags={
"Map"
}
Expand Down
2 changes: 1 addition & 1 deletion mod_descriptor/font-Source-Han-Serif.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version="2.7.0"
version="2.8.0"
tags={
"Map"
}
Expand Down

0 comments on commit 350ad0f

Please sign in to comment.