mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -28,6 +28,7 @@ export const openLink = (protyle: IProtyle, aLink: string, event?: MouseEvent, c
|
||||
if (Constants.SIYUAN_ASSETS_EXTS.includes(pathPosix().extname(linkAddress)) &&
|
||||
(
|
||||
!linkAddress.endsWith(".pdf") ||
|
||||
// 本地 pdf 仅 assets/ 开头的才使用 siyuan 打开
|
||||
(linkAddress.endsWith(".pdf") && linkAddress.startsWith("assets/"))
|
||||
)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user