AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
static __make(App $app) load(string $file, string $name = ''): array -- 加载配置文件(多种格式) has(string $name): bool -- 检测配置是否存在 get(string $name = null, $default = null) -- 获取配置参数 为空则获取所有配置 set(array $config, string $name = null): array -- 设置配置参数 name为数组则为批量设置