Files
Heyue_test/frontend/.gitignore
Sofio c8427caa01 feat: 添加排队退出机制和样式优化
新功能 - 排队退出机制:
- 用户卖出 YT 改为申请退出,创建请求加入队列
- 显示队列进度信息(总请求数/待处理/已处理)
- 显示用户待处理请求列表
- 管理员配置区域添加批量处理退出功能

合约 ABI 更新:
- withdrawYT 返回 requestId
- getUserPendingRequests 获取用户待处理请求
- getQueueProgress 获取队列进度
- processBatchWithdrawals 批量处理退出

样式优化:
- LP 流动池页面彩色背景改为白灰色
- 金库交易页面硬顶 Swap 区域样式统一
- 硬顶判断条件修改为使用 totalSupply

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-19 18:01:08 +00:00

31 lines
297 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Documentation
*.md
# Test scripts
*.mjs