Skip to content

Commit 6bd0b20

Browse files
author
dDostalker
committed
终端更新
1 parent cc0a0d4 commit 6bd0b20

29 files changed

Lines changed: 478 additions & 1014 deletions

.github/workflows/rust.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,8 @@ jobs:
2121
strategy:
2222
matrix:
2323
include: #编译的平台tager
24-
- target: aarch64-unknown-linux-gnu
25-
- target: aarch64-unknown-linux-musl
26-
- target: aarch64-apple-darwin
27-
os: macos-11
2824
- target: x86_64-unknown-linux-gnu
29-
- target: x86_64-unknown-linux-musl
30-
- target: x86_64-apple-darwin
31-
os: macos-10.15
25+
- os: macos-10.15
3226
- target: x86_64-pc-windows-msvc
3327
os: windows-2019
3428
runs-on: ${{ matrix.os || 'ubuntu-18.04' }}

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,9 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
3232
- 又又又又又又一次测试自动action构建,终于要好了吗QAQ
3333

3434
## [0.3.4] - 2024-11-18
35-
- 又又又又又又又一次测试自动action构建,终于要好了吗QAQ
35+
- 又又又又又又又一次测试自动action构建,终于要好了吗QAQ
36+
37+
## [0.3.5] - 2024-11-25
38+
- 修改了终端的显示库,并对库进行了清理,使代码和构建更加简单
39+
- 优化了终端显示
40+
- 添加了壳程序,使shellcode能尽可能的接近真实环境

0 commit comments

Comments
 (0)