Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 3ef38c5

Browse files
committed
v1.2.9
- 更新更纱黑体:```v1.0.5``` => ```v1.0.6```
1 parent f15e20e commit 3ef38c5

File tree

5 files changed

+30
-26
lines changed

5 files changed

+30
-26
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
|/|版本|
1212
|-|-|
1313
|[CJK Font Magisk Module Template](https://github.com/lxgw/advanced-cjk-font-magisk-module-template)|v3.3.220605|
14-
|[Sarasa-Gothic](https://github.com/be5invis/Sarasa-Gothic)|v1.0.5|
14+
|[Sarasa-Gothic](https://github.com/be5invis/Sarasa-Gothic)|v1.0.6|
1515
|[7-zip](https://7-zip.org/)|v23.01|
1616
|[wget](https://eternallybored.org/misc/wget/)|v1.21.4|

changelog.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@
44

55
---
66

7-
## v1.2.8
7+
## v1.2.9
88

9-
- 更新更纱黑体:```v1.0.4``` => ```v1.0.5```
9+
- 更新更纱黑体:```v1.0.5``` => ```v1.0.6```
1010

1111
---
1212

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

15+
## v1.2.8
16+
17+
- 更新更纱黑体:```v1.0.4``` => ```v1.0.5```
18+
1519
## v1.2.7
1620

1721
- 更新更纱黑体:```v1.0.3``` => ```v1.0.4```

main.bat

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@ECHO OFF
2-
set font_zip=https://github.com/be5invis/Sarasa-Gothic/releases/download/v1.0.5/Sarasa-TTF-Unhinted-1.0.5.7z
2+
set font_zip=https://github.com/be5invis/Sarasa-Gothic/releases/download/v1.0.6b/SarasaGothicSC-TTF-1.0.6.zip
33
set template_zip=https://github.com/lxgw/advanced-cjk-font-magisk-module-template/releases/download/v3.3.220605/FontTemplateA-Magisk204.zip
44
::checking
55
ECHO Time:%date%
@@ -11,29 +11,29 @@ if exist fonts\ del /F /S /Q fonts\ & rmdir /S /Q fonts\
1111
ECHO.
1212
wget.exe -O "font.7z" %font_zip%
1313
wget.exe -O "Template.zip" %template_zip%
14-
7z.exe x font.7z SarasaUiSC-*.ttf -r -o.\fonts
14+
7z.exe x font.7z SarasaGothicSC-*.ttf -r -o.\fonts
1515
7z.exe x Template.zip -r -o.\output
16-
xcopy fonts\SarasaUiSC-*.ttf output\system\fonts /E /Q /C /Y
16+
xcopy fonts\SarasaGothicSC-*.ttf output\system\fonts /E /Q /C /Y
1717

18-
ren output\system\fonts\SarasaUiSC-ExtraLight.ttf fontchw2.ttf
19-
ren output\system\fonts\SarasaUiSC-Light.ttf fontchw3.ttf
20-
ren output\system\fonts\SarasaUiSC-Regular.ttf fontchw4.ttf
18+
ren output\system\fonts\SarasaGothicSC-ExtraLight.ttf fontchw2.ttf
19+
ren output\system\fonts\SarasaGothicSC-Light.ttf fontchw3.ttf
20+
ren output\system\fonts\SarasaGothicSC-Regular.ttf fontchw4.ttf
2121
copy output\system\fonts\fontchw4.ttf /Y output\system\fonts\fontchw5.ttf
22-
ren output\system\fonts\SarasaUiSC-SemiBold.ttf fontchw6.ttf
23-
ren output\system\fonts\SarasaUiSC-Bold.ttf fontchw7.ttf
22+
ren output\system\fonts\SarasaGothicSC-SemiBold.ttf fontchw6.ttf
23+
ren output\system\fonts\SarasaGothicSC-Bold.ttf fontchw7.ttf
2424

25-
del /F /S /Q output\system\fonts\SarasaUiSC-ExtraLightItalic.ttf
26-
del /F /S /Q output\system\fonts\SarasaUiSC-LightItalic.ttf
27-
del /F /S /Q output\system\fonts\SarasaUiSC-Italic.ttf
28-
del /F /S /Q output\system\fonts\SarasaUiSC-SemiBoldItalic.ttf
29-
del /F /S /Q output\system\fonts\SarasaUiSC-BoldItalic.ttf
25+
del /F /S /Q output\system\fonts\SarasaGothicSC-ExtraLightItalic.ttf
26+
del /F /S /Q output\system\fonts\SarasaGothicSC-LightItalic.ttf
27+
del /F /S /Q output\system\fonts\SarasaGothicSC-Italic.ttf
28+
del /F /S /Q output\system\fonts\SarasaGothicSC-SemiBoldItalic.ttf
29+
del /F /S /Q output\system\fonts\SarasaGothicSC-BoldItalic.ttf
3030

31-
::ren output\system\fonts\SarasaUiSC-ExtraLightItalic.ttf fontei2.ttf
32-
::ren output\system\fonts\SarasaUiSC-LightItalic.ttf fontei3.ttf
33-
::ren output\system\fonts\SarasaUiSC-Italic.ttf fontei4.ttf
31+
::ren output\system\fonts\SarasaGothicSC-ExtraLightItalic.ttf fontei2.ttf
32+
::ren output\system\fonts\SarasaGothicSC-LightItalic.ttf fontei3.ttf
33+
::ren output\system\fonts\SarasaGothicSC-Italic.ttf fontei4.ttf
3434
::copy output\system\fonts\fontei4.ttf /Y output\system\fonts\fontei5.ttf
35-
::ren output\system\fonts\SarasaUiSC-SemiBoldItalic.ttf fontei6.ttf
36-
::ren output\system\fonts\SarasaUiSC-BoldItalic.ttf fontei7.ttf
35+
::ren output\system\fonts\SarasaGothicSC-SemiBoldItalic.ttf fontei6.ttf
36+
::ren output\system\fonts\SarasaGothicSC-BoldItalic.ttf fontei7.ttf
3737

3838
del /F /S /Q output\module.prop
3939
xcopy module.prop output\

module.prop

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# id 只能填 字母 数字 半角符号
22
id=sarasa-gothic-font
33
name=更纱黑体 Magisk 字体模块
4-
version=1.2.8
5-
versionCode=38
4+
version=1.2.9
5+
versionCode=39
66
author=Cccc_ & lxgw & be5invis
77
description=一个将系统字体替换为更纱黑体的 Magisk 模块
88
updateJson=https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/raw/main/update.json

update.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.2.8",
3-
"versionCode": 38,
4-
"zipUrl": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/releases/download/v1.2.8/Sarasa-Gothic-Font-Magisk-Module.zip",
2+
"version": "v1.2.9",
3+
"versionCode": 39,
4+
"zipUrl": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/releases/download/v1.2.9/Sarasa-Gothic-Font-Magisk-Module.zip",
55
"changelog": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/raw/main/changelog.md"
66
}

0 commit comments

Comments
 (0)