Retire Convex paths and standardize local-first Pi runtime
This commit is contained in:
@@ -468,7 +468,7 @@ async function uploadLocalFolderAsset(file, plan, context) {
|
||||
|
||||
async function uploadMediaAsset(file, plan, context) {
|
||||
document.documentElement.setAttribute('data-mnote-media-upload-retired', 'true');
|
||||
throw new Error('旧 Convex Files 上传链已退役;local-first 附件请使用本地文件夹上传目标。');
|
||||
throw new Error('仅支持本地文件夹上传。');
|
||||
}
|
||||
|
||||
async function insertUploadedAssetIntoEditor(asset, targetRoot, deps) {
|
||||
|
||||
Reference in New Issue
Block a user