From e69d0a6bc670ec32bf68e92cc8789e0c8df30a5c Mon Sep 17 00:00:00 2001 From: Cccc-owo Date: Sun, 7 Jan 2024 14:01:22 +0800 Subject: [PATCH] v1.0.3 --- README.md | 2 +- changelog.md | 10 +++++++--- main.bat | 2 +- module.prop | 4 ++-- update.json | 6 +++--- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1da9065..622d554 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.2| +|[Sarasa-Gothic](https://github.com/be5invis/Sarasa-Gothic)|v1.0.3| |[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 2910b62..6c48c3f 100644 --- a/changelog.md +++ b/changelog.md @@ -4,15 +4,19 @@ --- -## v1.2.5 +## v1.2.6 -- 更新更纱黑体:```v1.0.0``` => ```v1.0.2``` -- 使用 Unhinted 版字体 +- 更新更纱黑体:```v1.0.2``` => ```v1.0.3``` ---
历史更新日志 +## v1.2.5 + +- 更新更纱黑体:```v1.0.0``` => ```v1.0.2``` +- 使用 Unhinted 版字体 + ## v1.2.4 - 更新更纱黑体:```v1.0.0-beta.2``` => ```v1.0.0``` diff --git a/main.bat b/main.bat index e10b8f8..d66a842 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.2/Sarasa-TTF-Unhinted-1.0.2.7z +set font_zip=https://github.com/be5invis/Sarasa-Gothic/releases/download/v1.0.3/Sarasa-TTF-Unhinted-1.0.3.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 cf0d04d..e234fe2 100644 --- a/module.prop +++ b/module.prop @@ -1,8 +1,8 @@ # id 只能填 字母 数字 半角符号 id=sarasa-gothic-font name=更纱黑体 Magisk 字体模块 -version=1.2.5 -versionCode=35 +version=1.2.6 +versionCode=36 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 0185989..846e083 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.2.5", - "versionCode": 35, - "zipUrl": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/releases/download/v1.2.5/Sarasa-Gothic-Font-Magisk-Module.zip", + "version": "v1.2.6", + "versionCode": 36, + "zipUrl": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/releases/download/v1.2.6/Sarasa-Gothic-Font-Magisk-Module.zip", "changelog": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/raw/main/changelog.md" }