This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Commit f15e20e 1 parent ed2ce8a commit f15e20e Copy full SHA for f15e20e
File tree 5 files changed +13
-9
lines changed
5 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 11
11
| /| 版本|
12
12
| -| -|
13
13
| [ 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 |
15
15
| [ 7-zip] ( https://7-zip.org/ ) | v23.01|
16
16
| [ wget] ( https://eternallybored.org/misc/wget/ ) | v1.21.4|
Original file line number Diff line number Diff line change 4
4
5
5
---
6
6
7
- ## v1.2.7
7
+ ## v1.2.8
8
8
9
- - 更新更纱黑体:``` v1.0.3 ``` => ``` v1.0.4 ```
9
+ - 更新更纱黑体:``` v1.0.4 ``` => ``` v1.0.5 ```
10
10
11
11
---
12
12
13
13
<details ><summary >历史更新日志</summary >
14
14
15
+ ## v1.2.7
16
+
17
+ - 更新更纱黑体:``` v1.0.3 ``` => ``` v1.0.4 ```
18
+
15
19
## v1.2.6
16
20
17
21
- 更新更纱黑体:``` v1.0.2 ``` => ``` v1.0.3 ```
Original file line number Diff line number Diff line change 1
1
@ 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
3
3
set template_zip = https://github.com/lxgw/advanced-cjk-font-magisk-module-template/releases/download/v3.3.220605/FontTemplateA-Magisk204.zip
4
4
:: checking
5
5
ECHO Time:%date%
Original file line number Diff line number Diff line change 1
1
# id 只能填 字母 数字 半角符号
2
2
id=sarasa-gothic-font
3
3
name=更纱黑体 Magisk 字体模块
4
- version=1.2.7
5
- versionCode=37
4
+ version=1.2.8
5
+ versionCode=38
6
6
author=Cccc_ & lxgw & be5invis
7
7
description=一个将系统字体替换为更纱黑体的 Magisk 模块
8
8
updateJson=https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/raw/main/update.json
Original file line number Diff line number Diff line change 1
1
{
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" ,
5
5
"changelog" : " https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/raw/main/changelog.md"
6
6
}
You can’t perform that action at this time.
0 commit comments