AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# JS文件引入   在base.html中,有关JS引入的代码部分为: ~~~ // 1 {% iframe_embed_settings %} // 2 {% include "horizon/_conf.html" %} // 3 {% include "horizon/client_side/_script_loader.html" %} // 4 {% include "horizon/_custom_head_js.html" %} // 5 {% block ng_route_base %} {% endblock %} // 6 {% block js %} {% include "horizon/_scripts.html" %} {% endblock %} ~~~   在3.1、3.2、3.3、3.4、3.5中分别介绍。