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

Commit f15e20e

Browse files
committed
v1.2.8
- 更新更纱黑体:```v1.0.4``` => ```v1.0.5```
1 parent ed2ce8a commit f15e20e

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.4|
14+
|[Sarasa-Gothic](https://github.com/be5invis/Sarasa-Gothic)|v1.0.5|
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.7
7+
## v1.2.8
88

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

1111
---
1212

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

15+
## v1.2.7
16+
17+
- 更新更纱黑体:```v1.0.3``` => ```v1.0.4```
18+
1519
## v1.2.6
1620

1721
- 更新更纱黑体:```v1.0.2``` => ```v1.0.3```

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.4/Sarasa-TTF-Unhinted-1.0.4.7z
2+
set font_zip=https://github.com/be5invis/Sarasa-Gothic/releases/download/v1.0.5/Sarasa-TTF-Unhinted-1.0.5.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.7
5-
versionCode=37
4+
version=1.2.8
5+
versionCode=38
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.7",
3-
"versionCode": 37,
4-
"zipUrl": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/releases/download/v1.2.7/Sarasa-Gothic-Font-Magisk-Module.zip",
2+
"version": "v1.2.8",
3+
"versionCode": 38,
4+
"zipUrl": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/releases/download/v1.2.8/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)