Skip to content

Commit

Permalink
Merge pull request #28 from VisActor/release/1.9.4
Browse files Browse the repository at this point in the history
[Auto release] release 1.9.4
  • Loading branch information
zamhown authored Feb 28, 2024
2 parents f9f4fd2 + 31ac192 commit d05a5fd
Show file tree
Hide file tree
Showing 34 changed files with 396 additions and 317 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<div align="center">
<a href="https://github.com/VisActor#gh-light-mode-only" target="_blank">
<img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_light.svg"/>
</a>
<a href="https://github.com/VisActor#gh-dark-mode-only" target="_blank">
<img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_dark.svg"/>
</a>
<img alt="VisActor Logo" width="200" src="https://github.com/VisActor/vchart-theme/blob/develop/assets/logo_500_200_vivid.png"/>
</div>

<div align="center">
Expand Down
7 changes: 1 addition & 6 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<div align="center">
<a href="https://github.com/VisActor#gh-light-mode-only" target="_blank">
<img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_light.svg"/>
</a>
<a href="https://github.com/VisActor#gh-dark-mode-only" target="_blank">
<img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_dark.svg"/>
</a>
<img alt="VisActor Logo" width="200" src="https://github.com/VisActor/vchart-theme/blob/develop/assets/logo_500_200_vivid.png"/>
</div>

<div align="center">
Expand Down
Binary file added assets/logo_500_200_vivid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"summary": "Start the development server",
"description": "Run this command to start vchart-theme development server",

"shellCommand": "rush run -p @visactor/vchart-theme -s start"
"shellCommand": "rush run -p @visactor/vchart-theme-utils -s build && rush run -p @visactor/vchart-theme -s start"
},
{
"commandKind": "global",
Expand All @@ -100,7 +100,7 @@
"summary": "Start the development server",
"description": "Run this command to start vchart-semi-theme development server",

"shellCommand": "rush run -p @visactor/vchart-semi-theme -s start"
"shellCommand": "rush run -p @visactor/vchart-theme-utils -s build && rush run -p @visactor/vchart-semi-theme -s start"
},
{
"commandKind": "global",
Expand All @@ -109,7 +109,7 @@
"summary": "Start the development server",
"description": "Run this command to start vchart-arco-theme development server",

"shellCommand": "rush run -p @visactor/vchart-arco-theme -s start"
"shellCommand": "rush run -p @visactor/vchart-theme-utils -s build && rush run -p @visactor/vchart-arco-theme -s start"
},
{
"commandKind": "global",
Expand All @@ -118,7 +118,7 @@
"summary": "Start the development server",
"description": "Run this command to start vchart-tt-platform-theme development server",

"shellCommand": "rush run -p @visactor/vchart-tt-platform-theme -s start"
"shellCommand": "rush run -p @visactor/vchart-theme-utils -s build && rush run -p @visactor/vchart-tt-platform-theme -s start"
},
{
"name": "change-all",
Expand Down
Loading

0 comments on commit d05a5fd

Please sign in to comment.