AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# 快速使用 ## 6.6.1.快速使用 ~~~ <div id="demoProgress1"></div> <script> layui.use(['CircleProgress'], function () { var CircleProgress = layui.CircleProgress; // 快速使用 new CircleProgress('#demoProgress1', { max: 100, value: 20 }); }); </script> ~~~ ![](https://s2.ax1x.com/2020/02/07/1c0qrn.png)