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

Commit

Permalink
upd: update font to v0.40.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Cccc-owo committed Apr 8, 2023
1 parent 389f4e0 commit f69cfb8
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 16 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3

- name: Run integration script
run: ./main.bat

- name: Upload generated files
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v3
with:
name: module
path: Sarasa-Gothic-Font-Magisk-Module.zip
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: windows-latest
if: startsWith(github.ref, 'refs/tags/') != true
steps:
- uses: actions/download-artifact@v3.0.2
- uses: actions/download-artifact@v3
with:
name: module

Expand All @@ -54,9 +54,9 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3

- uses: actions/download-artifact@v3.0.2
- uses: actions/download-artifact@v3
with:
name: module

Expand All @@ -66,9 +66,8 @@ jobs:
# unzip mod.zip -d temp

- name: Release Action
uses: softprops/action-gh-release@v0.1.15
uses: softprops/action-gh-release@v1
with:
files: |
Sarasa-Gothic-Font-Magisk-Module.zip
body_path: changelog.md
#discussion_category_name: "公告"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4|
|[Sarasa-Gothic](https://github.com/be5invis/Sarasa-Gothic)|v0.40.5|
|[7-zip](https://7-zip.org/)|v22.01|
|[wget](https://eternallybored.org/misc/wget/)|v1.21.3|
8 changes: 6 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@

---

## v1.1.1
## v1.1.2

- 更新更纱黑体:```v0.40.3``` => ```v0.40.4```
- 更新更纱黑体:```v0.40.4``` => ```v0.40.5```

---

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

## v1.1.1

- 更新更纱黑体:```v0.40.3``` => ```v0.40.4```

## v1.1.0

- 更新更纱黑体:```v0.40.2``` => ```v0.40.3```
Expand Down
2 changes: 1 addition & 1 deletion main.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@ECHO OFF
set font_zip=https://github.com/be5invis/Sarasa-Gothic/releases/download/v0.40.4/sarasa-gothic-ttf-0.40.4.7z
set font_zip=https://github.com/be5invis/Sarasa-Gothic/releases/download/v0.40.5/sarasa-gothic-ttf-0.40.5.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%
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# id 只能填 字母 数字 半角符号
id=sarasa-gothic-font
name=更纱黑体 Magisk 字体模块
version=1.1.1
versionCode=13
version=1.1.2
versionCode=14
author=Cccc_ & lxgw & be5invis
description=一个将系统字体替换为更纱黑体的 Magisk 模块
updateJson=https://raw.fastgit.org/Cccc-owo/Sarasa-Gothic-Magisk-Module/main/update.json
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.1.1",
"versionCode": 13,
"zipUrl": "https://github.com/Cccc-owo/Sarasa-Gothic-Magisk-Module/releases/download/v1.1.1/Sarasa-Gothic-Font-Magisk-Module.zip",
"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",
"changelog": "https://raw.fastgit.org/Cccc-owo/Sarasa-Gothic-Magisk-Module/main/changelog.md"
}

0 comments on commit f69cfb8

Please sign in to comment.