AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
`css`的文件引用路径如下,用“~@”替换之前的"../../": ~~~ <style lang="less"> @import '~@/styles/common.less'; @import '~@/styles/table.less'; </style> ~~~ vue组件引用路径如下,用“@”直接引用`src`目录下的文件 ~~~ import ajaxTree from '@/components/tree/ajaxTree' import VmTable from '@/components/table/vm-table' ~~~