AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
#### sublime设置缩进空格 试着保存为Packages/User/Preferences.sublime-settings ~~~ { "ignored_packages": [ "Vintage" ], // The number of spaces a tab is considered equal to "tab_size": 4, // Set to true to insert spaces when tab is pressed "translate_tabs_to_spaces": true, //设置保存时自动转换 "expand_tabs_on_save": true, //显示空格 "draw_white_space": "all" } ~~~ 如果希望将tab转换成为空格,将`"translate_tabs_to_spaces": false`中的`false`改为`true`