Skip to content

Commit 2cb86f3

Browse files
authored
Merge pull request #751 from apoint123/feat/s2t-lyric-conversion
✨ feat: 添加简繁转换功能
2 parents b76d103 + f54e787 commit 2cb86f3

18 files changed

Lines changed: 654 additions & 27 deletions

File tree

.github/workflows/dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
uses: dtolnay/rust-toolchain@stable
5858
with:
5959
toolchain: stable
60+
- name: Rust Cache
61+
uses: Swatinem/rust-cache@v2
6062
# 清理旧的构建产物
6163
- name: Clean workspace on Windows
6264
if: runner.os == 'Windows'

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
uses: dtolnay/rust-toolchain@stable
4545
with:
4646
toolchain: stable
47+
- name: Rust Cache
48+
uses: Swatinem/rust-cache@v2
4749
# 清理旧的构建产物
4850
- name: Clean workspace on Windows
4951
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)