AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
那种可用用那种 加上 ``` location / { try_files $uri $uri/ /index.html last; index index.html; } ``` 加上 ``` location / { root 填写页面所在文件目录; index index.html ; if (!-e $request_filename) { rewrite ^(.*)$ /index.html?s=$1 last; break; } } ```