refactor: 将置顶项目功能提取为独立组件

This commit is contained in:
dmy
2026-01-13 21:03:52 +08:00
parent 50bc930663
commit feb18c01bb
3 changed files with 126 additions and 101 deletions

View File

@@ -7,6 +7,7 @@
立刻抓取
</el-button>
</div>
<PinnedProject />
<el-divider />
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px;">
<h3 style="margin: 0;">Today's Bids</h3>
@@ -65,6 +66,7 @@ import { ref, computed, watch } from 'vue'
import axios from 'axios'
import { ElMessage } from 'element-plus'
import { Refresh, ArrowDown } from '@element-plus/icons-vue'
import PinnedProject from './PinnedProject.vue'
interface Props {
todayBids: any[]