mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
This commit is contained in:
parent
0c4f54cf22
commit
28adbc59b6
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ export const showPopover = async (app: App, showRef = false) => {
|
|||
ids = [getIdFromSYProtocol(popoverTargetElement.textContent.trim())];
|
||||
} else if (popoverTargetElement.dataset.popoverUrl) {
|
||||
// 镜像数据库
|
||||
const postResponse = await fetchSyncPost(popoverTargetElement.dataset.popoverUrl, {id: popoverTargetElement.dataset.avId});
|
||||
const postResponse = await fetchSyncPost(popoverTargetElement.dataset.popoverUrl, {avID: popoverTargetElement.dataset.avId});
|
||||
ids = postResponse.data;
|
||||
} else {
|
||||
// pdf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue