feat: consolidate local-first mnote web runtime
This commit is contained in:
@@ -303,7 +303,7 @@ export function createTreeShellFileTreeDndRuntime(context) {
|
||||
`目标: ${targetLabel}`,
|
||||
context.sourceKind === "local_folder"
|
||||
? "目标可写时复制进本地文件夹;命名冲突使用递增命名。"
|
||||
: "Convex 目标交给宿主上传到对象存储;命名冲突由上传 executor 处理。",
|
||||
: "legacy cloud 目标交给宿主上传到对象存储;命名冲突由上传 executor 处理。",
|
||||
],
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user