From 43a877dc20dcc12b1536125d5385cd0d10b0c840 Mon Sep 17 00:00:00 2001 From: Cccc-owo Date: Sat, 6 May 2023 19:44:55 +0800 Subject: [PATCH] chore: update font to v0.40.7 --- README.md | 4 ++-- changelog.md | 8 ++++++-- main.bat | 2 +- module.prop | 6 +++--- update.json | 8 ++++---- 5 files changed, 16 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5f02b89..880856f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## 使用 -在 [Release](https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/releases/latest) 下载并在 Magisk 中刷入 ```Sarasa-Gothic-Font-Magisk-Module.zip```。(推荐) +在 [Release](https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/releases/latest) 下载并在 Magisk 中刷入 ```Sarasa-Gothic-Font-Magisk-Module.zip```。(推荐) 建议与[「遍黑体」外挂补全 Magisk 模块](https://github.com/Cccc-owo/Another-Plangothic-magisk-module)一起使用 @@ -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.6| +|[Sarasa-Gothic](https://github.com/be5invis/Sarasa-Gothic)|v0.40.7| |[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 431e534..252165e 100644 --- a/changelog.md +++ b/changelog.md @@ -4,14 +4,18 @@ --- -## v1.1.3 +## v1.1.4 -- 更新更纱黑体:```v0.40.5``` => ```v0.40.6``` +- 更新更纱黑体:```v0.40.6``` => ```v0.40.7``` ---
历史更新日志 +## v1.1.3 + +- 更新更纱黑体:```v0.40.5``` => ```v0.40.6``` + ## v1.1.2 - 更新更纱黑体:```v0.40.4``` => ```v0.40.5``` diff --git a/main.bat b/main.bat index 28c75af..3dfcf67 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.6/sarasa-gothic-ttf-0.40.6.7z +set font_zip=https://github.com/be5invis/Sarasa-Gothic/releases/download/v0.40.7/sarasa-gothic-ttf-0.40.7.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 3a8f138..e7130d9 100644 --- a/module.prop +++ b/module.prop @@ -1,8 +1,8 @@ # id 只能填 字母 数字 半角符号 id=sarasa-gothic-font name=更纱黑体 Magisk 字体模块 -version=1.1.3 -versionCode=15 +version=1.1.4 +versionCode=16 author=Cccc_ & lxgw & be5invis description=一个将系统字体替换为更纱黑体的 Magisk 模块 -updateJson=https://raw.fastgit.org/Cccc-owo/Sarasa-Gothic-Magisk-Module/main/update.json +updateJson=https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/raw/main/changelog.md diff --git a/update.json b/update.json index 5d93138..840b836 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.1.3", - "versionCode": 15, - "zipUrl": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/releases/download/v1.1.3/Sarasa-Gothic-Font-Magisk-Module.zip", - "changelog": "https://raw.fastgit.org/Cccc-owo/Sarasa-Gothic-Magisk-Module/main/changelog.md" + "version": "v1.1.4", + "versionCode": 16, + "zipUrl": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/releases/download/v1.1.4/Sarasa-Gothic-Font-Magisk-Module.zip", + "changelog": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/raw/main/changelog.md" }