Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2024-02-28 17:19:56 +08:00
commit c393b384fe
4 changed files with 127 additions and 4 deletions

View File

@ -5,7 +5,7 @@
"Properties": { "Properties": {
"id": "20211010212318-3wx2kqb", "id": "20211010212318-3wx2kqb",
"title": "Virtual reference", "title": "Virtual reference",
"updated": "20221003214948" "updated": "20240228164101"
}, },
"Children": [ "Children": [
{ {
@ -122,6 +122,47 @@
} }
] ]
}, },
{
"ID": "20240228164044-aohxrm3",
"Type": "NodeParagraph",
"Properties": {
"id": "20240228164044-aohxrm3",
"updated": "20240228164101"
},
"Children": [
{
"Type": "NodeText",
"Data": "The keyword search scope can be adjusted in "
},
{
"Type": "NodeTextMark",
"TextMarkType": "kbd",
"TextMarkTextContent": "Settings"
},
{
"Type": "NodeText",
"Data": " - "
},
{
"Type": "NodeTextMark",
"TextMarkType": "kbd",
"TextMarkTextContent": "Search"
},
{
"Type": "NodeText",
"Data": " - "
},
{
"Type": "NodeTextMark",
"TextMarkType": "kbd",
"TextMarkTextContent": "Virtual reference"
},
{
"Type": "NodeText",
"Data": "."
}
]
},
{ {
"ID": "20221003214846-p9q1wvx", "ID": "20221003214846-p9q1wvx",
"Type": "NodeHeading", "Type": "NodeHeading",

View File

@ -5,7 +5,7 @@
"Properties": { "Properties": {
"id": "20211010211311-ffz0wbu", "id": "20211010211311-ffz0wbu",
"title": "虚拟引用", "title": "虚拟引用",
"updated": "20221003214924" "updated": "20240228163846"
}, },
"Children": [ "Children": [
{ {
@ -122,6 +122,47 @@
} }
] ]
}, },
{
"ID": "20240228163645-zvlgahq",
"Type": "NodeParagraph",
"Properties": {
"id": "20240228163645-zvlgahq",
"updated": "20240228163846"
},
"Children": [
{
"Type": "NodeText",
"Data": "可在 "
},
{
"Type": "NodeTextMark",
"TextMarkType": "kbd",
"TextMarkTextContent": "设置"
},
{
"Type": "NodeText",
"Data": " - "
},
{
"Type": "NodeTextMark",
"TextMarkType": "kbd",
"TextMarkTextContent": "搜索"
},
{
"Type": "NodeText",
"Data": " - "
},
{
"Type": "NodeTextMark",
"TextMarkType": "kbd",
"TextMarkTextContent": "虚拟引用"
},
{
"Type": "NodeText",
"Data": " 中调整关键字搜索范围。"
}
]
},
{ {
"ID": "20221003214348-710vren", "ID": "20221003214348-710vren",
"Type": "NodeHeading", "Type": "NodeHeading",

View File

@ -5,7 +5,7 @@
"Properties": { "Properties": {
"id": "20211226122814-r1rdpcx", "id": "20211226122814-r1rdpcx",
"title": "虛擬引用", "title": "虛擬引用",
"updated": "20221003215039" "updated": "20240228164030"
}, },
"Children": [ "Children": [
{ {
@ -122,6 +122,47 @@
} }
] ]
}, },
{
"ID": "20240228163908-37qjtmk",
"Type": "NodeParagraph",
"Properties": {
"id": "20240228163908-37qjtmk",
"updated": "20240228164030"
},
"Children": [
{
"Type": "NodeText",
"Data": "可在 "
},
{
"Type": "NodeTextMark",
"TextMarkType": "kbd",
"TextMarkTextContent": "設置"
},
{
"Type": "NodeText",
"Data": " - "
},
{
"Type": "NodeTextMark",
"TextMarkType": "kbd",
"TextMarkTextContent": "搜索"
},
{
"Type": "NodeText",
"Data": " - "
},
{
"Type": "NodeTextMark",
"TextMarkType": "kbd",
"TextMarkTextContent": "虛擬引用"
},
{
"Type": "NodeText",
"Data": " 中調整關鍵字搜尋範圍。"
}
]
},
{ {
"ID": "20221003215030-sldbsma", "ID": "20221003215030-sldbsma",
"Type": "NodeHeading", "Type": "NodeHeading",

View File

@ -722,7 +722,7 @@ export const bazaar = {
window.siyuan.config.appearance.icon === packageName) { window.siyuan.config.appearance.icon === packageName) {
showMessage(window.siyuan.languages.uninstallTip); showMessage(window.siyuan.languages.uninstallTip);
} else { } else {
confirmDialog(window.siyuan.languages.uninstall, window.siyuan.languages.confirmUninstall.replace("${name}", packageName), () => { confirmDialog("⚠️ " + window.siyuan.languages.uninstall, window.siyuan.languages.confirmUninstall.replace("${name}", packageName), () => {
fetchPost(url, { fetchPost(url, {
packageName, packageName,
frontend: getFrontend() frontend: getFrontend()