Skip to content

Commit 922adfb

Browse files
Update zh-cn/assets_host.md
1 parent df4f248 commit 922adfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zh-cn/assets_host.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pyecharts 提供了更改全局 HOST 的快捷方式,下面以开发者启动
2323

2424
```python
2525
# 只需要在顶部声明 CurrentConfig.ONLINE_HOST 即可
26+
# 注意:如果使用 pyecharts 2.x 版本,则使用 http://127.0.0.1:8000/assets/v5 进行加载
2627
from pyecharts.globals import CurrentConfig
2728
CurrentConfig.ONLINE_HOST = "http://127.0.0.1:8000/assets/"
2829

0 commit comments

Comments
 (0)