Skip to content

Commit

Permalink
support color256 (#5)
Browse files Browse the repository at this point in the history
* support color256

* support link

* support remote font url

* bump dep

* support font name

* add lefthook

* add lefthook

* support dim underline italic

* ci

* ci

* support compress

* bump dep

* ci

* fix bg css

* support hyperlink

* add default

* link: support soft reset
  • Loading branch information
ahaoboy authored Oct 18, 2024
1 parent cbb0d1f commit 7cede32
Show file tree
Hide file tree
Showing 35 changed files with 2,676 additions and 429 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ name: Release
permissions:
contents: write

on:
push:
branches: main
tags:
- v[0-9]+.*
on: [push]

defaults:
run:
Expand All @@ -28,8 +24,6 @@ jobs:
strategy:
matrix:
include:
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-latest
- target: aarch64-apple-darwin
Expand All @@ -43,6 +37,12 @@ jobs:
os: windows-latest
- target: aarch64-unknown-linux-musl
os: ubuntu-latest
# - target: aarch64-unknown-linux-gnu
# os: ubuntu-latest
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
shell-emulator=true
script-shell="bash"
Loading

0 comments on commit 7cede32

Please sign in to comment.