feat: 🚀 生产环境更新
This commit is contained in:
@@ -438,10 +438,10 @@ const confirmInsertImages = () => {
|
||||
|
||||
// 按排序索引升序插入
|
||||
const sortedByOrder = [...sortedImageList.value].sort((a, b) => a.sortOrder - b.sortOrder);
|
||||
|
||||
//
|
||||
sortedByOrder.forEach(item => {
|
||||
quill.insertEmbed(currentInsertIndex, "customImage", {
|
||||
url: "https://dev.ow.f2b211.com" + item.path,
|
||||
url: item.path,
|
||||
id: item.serverImgId || generateUUID()
|
||||
});
|
||||
currentInsertIndex++;
|
||||
|
||||
Reference in New Issue
Block a user