aa-tradingview/README.md
2025-10-26 13:04:49 +08:00

32 lines
702 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# aa-tradingview
TradingView小部件集成项目使用Streamlit创建加密货币概览页面。
## 项目结构
- `加密货币概览.md` - TradingView小部件的HTML代码
- `app.py` - Streamlit应用主文件
- `requirements.txt` - Python依赖包列表
## 运行方式
```bash
pip install -r requirements.txt
streamlit run app.py
```
## 代码索引
### 文件说明
- **app.py**: Streamlit应用主文件包含TradingView小部件的集成代码
- **加密货币概览.md**: 原始TradingView小部件HTML代码
- **requirements.txt**: 项目依赖包配置文件
### 主要功能
- 加密货币市场概览显示
- TradingView小部件嵌入
- 响应式页面布局
ceshi ceshi