-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dataDisplay): 增加了搜索和近期筛选功能 (#52)
* feat(dataDisplay): 增加了搜索和近期筛选功能 * feat(CD):新增CD workflows * feat(CI):为dev新增CI workflows * fix(node): CD node版本降级 * fix * feat(axios):新增axios依赖 (#49) * style:优化代码格式 * feat(axios):新增axios依赖 * fix(CD):修复github_token失效的问题 * test(CD):测试CD * Update package.json * Update package.json * Update package.json * Update package.json * Update package.json * Update cd.yml * Update package.json * Update axios.ts * Update package.json * feat(dataDisplay): 增加了搜索和近期筛选功能 * fix(apis): 修改为代理 --------- Co-authored-by: 离谱 <144224541+xixiIBN5100@users.noreply.github.com> * Update package.json --------- Co-authored-by: RosyrRais <145672957+RosyrRais@users.noreply.github.com>
- Loading branch information
1 parent
ee90de2
commit 159ae60
Showing
3 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "text-ci", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters