AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# 外部调起APP协议配置 * json配置 ~~~ "plus": { "distribute": { "apple": { "urltypes": [ { "urlidentifier":"com.xxx.test", "urlschemes": [ "test" ] } ] } } }, ~~~ * urlschemes协议 ~~~ test:// ~~~ * html调起 ~~~ <a href="test://abc">test:<a> ~~~