mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
feat(chat): 更新聊天组件,支持模板选择和更本地化的体验
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
export const WORK_DIR_NAME = 'project';
|
||||
export const WORK_DIR = `/home/${WORK_DIR_NAME}`;
|
||||
export const MODIFICATIONS_TAG_NAME = 'bolt_file_modifications';
|
||||
export const DEFAULT_TEMPLATE = 'basic'; // 可以添加这样的常量来指定默认模板
|
||||
|
||||
Reference in New Issue
Block a user