From 0cd25211b37704325eb7c54de8d08d99c3cf8f3e Mon Sep 17 00:00:00 2001 From: Cccc-owo Date: Sun, 19 Mar 2023 00:37:17 +0800 Subject: [PATCH] upd: bump font to v0.40.4 --- README.md | 2 +- changelog.md | 8 ++++++-- main.bat | 2 +- module.prop | 4 ++-- update.json | 6 +++--- 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 32ef714..65a4bfa 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)|v0.40.3| +|[Sarasa-Gothic](https://github.com/be5invis/Sarasa-Gothic)|v0.40.4| |[7-zip](https://7-zip.org/)|v22.01| |[wget](https://eternallybored.org/misc/wget/)|v1.21.3| diff --git a/changelog.md b/changelog.md index 2797d15..eb86711 100644 --- a/changelog.md +++ b/changelog.md @@ -4,14 +4,18 @@ --- -## v1.1.0 +## v1.1.1 -- 更新更纱黑体:```v0.40.2``` => ```v0.40.3``` +- 更新更纱黑体:```v0.40.3``` => ```v0.40.4``` ---
历史更新日志 +## v1.1.0 + +- 更新更纱黑体:```v0.40.2``` => ```v0.40.3``` + ## v1.0.9 - 更新更纱黑体:```v0.40.1``` => ```v0.40.2``` diff --git a/main.bat b/main.bat index 089dce2..a2c1731 100644 --- a/main.bat +++ b/main.bat @@ -1,5 +1,5 @@ @ECHO OFF -set font_zip=https://github.com/be5invis/Sarasa-Gothic/releases/download/v0.40.3/sarasa-gothic-ttf-0.40.3.7z +set font_zip=https://github.com/be5invis/Sarasa-Gothic/releases/download/v0.40.4/sarasa-gothic-ttf-0.40.4.7z 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% diff --git a/module.prop b/module.prop index 3214918..bc8197d 100644 --- a/module.prop +++ b/module.prop @@ -1,8 +1,8 @@ # id 只能填 字母 数字 半角符号 id=sarasa-gothic-font name=更纱黑体 Magisk 字体模块 -version=1.1.0 -versionCode=12 +version=1.1.1 +versionCode=13 author=Cccc_ & lxgw & be5invis description=一个将系统字体替换为更纱黑体的 Magisk 模块 updateJson=https://raw.fastgit.org/Cccc-owo/Sarasa-Gothic-Magisk-Module/main/update.json diff --git a/update.json b/update.json index 980ad2a..f91885f 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.1.0", - "versionCode": 12, - "zipUrl": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/releases/download/v1.1.0/Sarasa-Gothic-Font-Magisk-Module.zip", + "version": "v1.1.1", + "versionCode": 13, + "zipUrl": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/releases/download/v1.1.1/Sarasa-Gothic-Font-Magisk-Module.zip", "changelog": "https://raw.fastgit.org/Cccc-owo/Sarasa-Gothic-Magisk-Module/main/changelog.md" }