From 682222b9e3fa69a7ae76e991363eb2e79ccd6d62 Mon Sep 17 00:00:00 2001 From: Cccc-owo Date: Fri, 28 Apr 2023 21:32:30 +0800 Subject: [PATCH] upd: update Sarasa to v0.40.6 --- 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 f861fba..5f02b89 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.5| +|[Sarasa-Gothic](https://github.com/be5invis/Sarasa-Gothic)|v0.40.6| |[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 81d25b2..431e534 100644 --- a/changelog.md +++ b/changelog.md @@ -4,14 +4,18 @@ --- -## v1.1.2 +## v1.1.3 -- 更新更纱黑体:```v0.40.4``` => ```v0.40.5``` +- 更新更纱黑体:```v0.40.5``` => ```v0.40.6``` ---
历史更新日志 +## v1.1.2 + +- 更新更纱黑体:```v0.40.4``` => ```v0.40.5``` + ## v1.1.1 - 更新更纱黑体:```v0.40.3``` => ```v0.40.4``` diff --git a/main.bat b/main.bat index 1be1e2a..28c75af 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.5/sarasa-gothic-ttf-0.40.5.7z +set font_zip=https://github.com/be5invis/Sarasa-Gothic/releases/download/v0.40.6/sarasa-gothic-ttf-0.40.6.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 575d65d..3a8f138 100644 --- a/module.prop +++ b/module.prop @@ -1,8 +1,8 @@ # id 只能填 字母 数字 半角符号 id=sarasa-gothic-font name=更纱黑体 Magisk 字体模块 -version=1.1.2 -versionCode=14 +version=1.1.3 +versionCode=15 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 f417589..5d93138 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.1.2", - "versionCode": 14, - "zipUrl": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/releases/download/v1.1.2/Sarasa-Gothic-Font-Magisk-Module.zip", + "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" }