aa-tradingview/README.md
Your Name f098202099 feat: 添加加密货币概览Streamlit应用
- 创建包含TradingView小部件的Streamlit应用
- 添加项目文档和依赖配置文件
- 实现实时加密货币市场数据展示功能
2025-10-06 21:53:42 +08:00

28 lines
687 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小部件嵌入
- 响应式页面布局