diff --git a/README.md b/README.md index e3a9791..27aacf5 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,6 @@ |/|版本| |-|-| |[CJK Font Magisk Module Template](https://github.com/lxgw/advanced-cjk-font-magisk-module-template)|v3.3.220605| -|[Sarasa-Gothic](https://github.com/be5invis/Sarasa-Gothic)|v1.0.5| +|[Sarasa-Gothic](https://github.com/be5invis/Sarasa-Gothic)|v1.0.6| |[7-zip](https://7-zip.org/)|v23.01| |[wget](https://eternallybored.org/misc/wget/)|v1.21.4| diff --git a/changelog.md b/changelog.md index 103aa29..710ee05 100644 --- a/changelog.md +++ b/changelog.md @@ -4,14 +4,18 @@ --- -## v1.2.8 +## v1.2.9 -- 更新更纱黑体:```v1.0.4``` => ```v1.0.5``` +- 更新更纱黑体:```v1.0.5``` => ```v1.0.6``` ---
历史更新日志 +## v1.2.8 + +- 更新更纱黑体:```v1.0.4``` => ```v1.0.5``` + ## v1.2.7 - 更新更纱黑体:```v1.0.3``` => ```v1.0.4``` diff --git a/main.bat b/main.bat index c96dccd..839bd81 100644 --- a/main.bat +++ b/main.bat @@ -1,5 +1,5 @@ @ECHO OFF -set font_zip=https://github.com/be5invis/Sarasa-Gothic/releases/download/v1.0.5/Sarasa-TTF-Unhinted-1.0.5.7z +set font_zip=https://github.com/be5invis/Sarasa-Gothic/releases/download/v1.0.6b/SarasaGothicSC-TTF-1.0.6.zip set template_zip=https://github.com/lxgw/advanced-cjk-font-magisk-module-template/releases/download/v3.3.220605/FontTemplateA-Magisk204.zip ::checking ECHO Time:%date% @@ -11,29 +11,29 @@ if exist fonts\ del /F /S /Q fonts\ & rmdir /S /Q fonts\ ECHO. wget.exe -O "font.7z" %font_zip% wget.exe -O "Template.zip" %template_zip% -7z.exe x font.7z SarasaUiSC-*.ttf -r -o.\fonts +7z.exe x font.7z SarasaGothicSC-*.ttf -r -o.\fonts 7z.exe x Template.zip -r -o.\output -xcopy fonts\SarasaUiSC-*.ttf output\system\fonts /E /Q /C /Y +xcopy fonts\SarasaGothicSC-*.ttf output\system\fonts /E /Q /C /Y -ren output\system\fonts\SarasaUiSC-ExtraLight.ttf fontchw2.ttf -ren output\system\fonts\SarasaUiSC-Light.ttf fontchw3.ttf -ren output\system\fonts\SarasaUiSC-Regular.ttf fontchw4.ttf +ren output\system\fonts\SarasaGothicSC-ExtraLight.ttf fontchw2.ttf +ren output\system\fonts\SarasaGothicSC-Light.ttf fontchw3.ttf +ren output\system\fonts\SarasaGothicSC-Regular.ttf fontchw4.ttf copy output\system\fonts\fontchw4.ttf /Y output\system\fonts\fontchw5.ttf -ren output\system\fonts\SarasaUiSC-SemiBold.ttf fontchw6.ttf -ren output\system\fonts\SarasaUiSC-Bold.ttf fontchw7.ttf +ren output\system\fonts\SarasaGothicSC-SemiBold.ttf fontchw6.ttf +ren output\system\fonts\SarasaGothicSC-Bold.ttf fontchw7.ttf -del /F /S /Q output\system\fonts\SarasaUiSC-ExtraLightItalic.ttf -del /F /S /Q output\system\fonts\SarasaUiSC-LightItalic.ttf -del /F /S /Q output\system\fonts\SarasaUiSC-Italic.ttf -del /F /S /Q output\system\fonts\SarasaUiSC-SemiBoldItalic.ttf -del /F /S /Q output\system\fonts\SarasaUiSC-BoldItalic.ttf +del /F /S /Q output\system\fonts\SarasaGothicSC-ExtraLightItalic.ttf +del /F /S /Q output\system\fonts\SarasaGothicSC-LightItalic.ttf +del /F /S /Q output\system\fonts\SarasaGothicSC-Italic.ttf +del /F /S /Q output\system\fonts\SarasaGothicSC-SemiBoldItalic.ttf +del /F /S /Q output\system\fonts\SarasaGothicSC-BoldItalic.ttf -::ren output\system\fonts\SarasaUiSC-ExtraLightItalic.ttf fontei2.ttf -::ren output\system\fonts\SarasaUiSC-LightItalic.ttf fontei3.ttf -::ren output\system\fonts\SarasaUiSC-Italic.ttf fontei4.ttf +::ren output\system\fonts\SarasaGothicSC-ExtraLightItalic.ttf fontei2.ttf +::ren output\system\fonts\SarasaGothicSC-LightItalic.ttf fontei3.ttf +::ren output\system\fonts\SarasaGothicSC-Italic.ttf fontei4.ttf ::copy output\system\fonts\fontei4.ttf /Y output\system\fonts\fontei5.ttf -::ren output\system\fonts\SarasaUiSC-SemiBoldItalic.ttf fontei6.ttf -::ren output\system\fonts\SarasaUiSC-BoldItalic.ttf fontei7.ttf +::ren output\system\fonts\SarasaGothicSC-SemiBoldItalic.ttf fontei6.ttf +::ren output\system\fonts\SarasaGothicSC-BoldItalic.ttf fontei7.ttf del /F /S /Q output\module.prop xcopy module.prop output\ diff --git a/module.prop b/module.prop index 4a0d374..febe69f 100644 --- a/module.prop +++ b/module.prop @@ -1,8 +1,8 @@ # id 只能填 字母 数字 半角符号 id=sarasa-gothic-font name=更纱黑体 Magisk 字体模块 -version=1.2.8 -versionCode=38 +version=1.2.9 +versionCode=39 author=Cccc_ & lxgw & be5invis description=一个将系统字体替换为更纱黑体的 Magisk 模块 updateJson=https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/raw/main/update.json diff --git a/update.json b/update.json index e249b5d..8e3649a 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.2.8", - "versionCode": 38, - "zipUrl": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/releases/download/v1.2.8/Sarasa-Gothic-Font-Magisk-Module.zip", + "version": "v1.2.9", + "versionCode": 39, + "zipUrl": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/releases/download/v1.2.9/Sarasa-Gothic-Font-Magisk-Module.zip", "changelog": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/raw/main/changelog.md" }