Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 2fc5df6

Browse files
committed
v1.2.10
- 更新更纱黑体:```v1.0.6``` => ```v1.0.14```
1 parent 3ef38c5 commit 2fc5df6

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
|/|版本|
1212
|-|-|
1313
|[CJK Font Magisk Module Template](https://github.com/lxgw/advanced-cjk-font-magisk-module-template)|v3.3.220605|
14-
|[Sarasa-Gothic](https://github.com/be5invis/Sarasa-Gothic)|v1.0.6|
14+
|[Sarasa-Gothic](https://github.com/be5invis/Sarasa-Gothic)|v1.0.14|
1515
|[7-zip](https://7-zip.org/)|v23.01|
1616
|[wget](https://eternallybored.org/misc/wget/)|v1.21.4|

changelog.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@
44

55
---
66

7-
## v1.2.9
7+
## v1.2.10
88

9-
- 更新更纱黑体:```v1.0.5``` => ```v1.0.6```
9+
- 更新更纱黑体:```v1.0.6``` => ```v1.0.14```
1010

1111
---
1212

1313
<details><summary>历史更新日志</summary>
1414

15+
## v1.2.9
16+
17+
- 更新更纱黑体:```v1.0.5``` => ```v1.0.6```
18+
1519
## v1.2.8
1620

1721
- 更新更纱黑体:```v1.0.4``` => ```v1.0.5```

main.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@ECHO OFF
2-
set font_zip=https://github.com/be5invis/Sarasa-Gothic/releases/download/v1.0.6b/SarasaGothicSC-TTF-1.0.6.zip
2+
set font_zip=https://github.com/be5invis/Sarasa-Gothic/releases/download/v1.0.14/SarasaGothicSC-TTF-1.0.14.7z
33
set template_zip=https://github.com/lxgw/advanced-cjk-font-magisk-module-template/releases/download/v3.3.220605/FontTemplateA-Magisk204.zip
44
::checking
55
ECHO Time:%date%

module.prop

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# id 只能填 字母 数字 半角符号
22
id=sarasa-gothic-font
33
name=更纱黑体 Magisk 字体模块
4-
version=1.2.9
5-
versionCode=39
4+
version=1.2.10
5+
versionCode=40
66
author=Cccc_ & lxgw & be5invis
77
description=一个将系统字体替换为更纱黑体的 Magisk 模块
88
updateJson=https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/raw/main/update.json

update.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.2.9",
3-
"versionCode": 39,
4-
"zipUrl": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/releases/download/v1.2.9/Sarasa-Gothic-Font-Magisk-Module.zip",
2+
"version": "v1.2.10",
3+
"versionCode": 40,
4+
"zipUrl": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/releases/download/v1.2.10/Sarasa-Gothic-Font-Magisk-Module.zip",
55
"changelog": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/raw/main/changelog.md"
66
}

0 commit comments

Comments
 (0)