Skip to content

Commit

Permalink
feat(数据中心): 支持龙虎榜和新股等数据
Browse files Browse the repository at this point in the history
  • Loading branch information
giscafer committed Jan 26, 2024
1 parent 2ad52a5 commit e6c2077
Show file tree
Hide file tree
Showing 26 changed files with 2,290 additions and 14 deletions.
3 changes: 3 additions & 0 deletions template-packages/leek-center/src/index.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import '~antd/dist/antd.less';
@import './vscode-theme.less';
@import './styles/skin.less';

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
Expand Down Expand Up @@ -188,3 +189,5 @@ html {
.fontColor {
color: @text-color;
}


2 changes: 1 addition & 1 deletion template-packages/leek-center/src/stores/news.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class NewsStore {
}

appendNews(news: any) {
console.log('[news, ...this.newsList]: ', [news, ...this.newsList]);
// console.log('[news, ...this.newsList]: ', [news, ...this.newsList]);
this.newsList = [news, ...this.newsList];
}
}
Expand Down
Loading

0 comments on commit e6c2077

Please sign in to comment.