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

This commit is contained in:
Vanessa 2025-10-16 11:09:57 +08:00
commit ba69c44f08
16 changed files with 10182 additions and 10169 deletions

View file

@ -203,7 +203,7 @@
"imgSrc": "رابط الصورة",
"aText": "نص مرساة الرابط",
"aTitle": "عنوان الرابط",
"aHref": "نص الرابط",
"aHref": "عنوان URL",
"code": "شفرة داخل السطر",
"em": "خط مائل",
"strong": "خط غامق",
@ -223,6 +223,7 @@
"mathBlock": "كتلة الصيغة",
"htmlBlock": "‫كتلة HTML"
},
"copyAHref": "نسخ عنوان URL للرابط",
"selected": "محدد",
"loadMore": "عرض المزيد",
"tempUnlock": "فتح القفل مؤقتاً",

File diff suppressed because it is too large Load diff

View file

@ -203,7 +203,7 @@
"imgSrc": "Image link",
"aText": "Link anchor text",
"aTitle": "Link title",
"aHref": "Link link",
"aHref": "Link URL",
"code": "inline code",
"em": "Italic",
"strong": "Bold",
@ -223,6 +223,7 @@
"mathBlock": "Formula block",
"htmlBlock": "HTML block"
},
"copyAHref": "Copy link URL",
"selected": "Selected",
"loadMore": "Load more",
"tempUnlock": "Temporarily unlock",

View file

@ -203,7 +203,7 @@
"imgSrc": "Enlace de imagen",
"aText": "Texto ancla del enlace",
"aTitle": "Título del enlace",
"aHref": "Enlace enlace",
"aHref": "URL del enlace",
"code": "código en línea",
"em": "Cursiva",
"strong": "negrita",
@ -223,6 +223,7 @@
"mathBlock": "Bloque de fórmulas",
"htmlBlock": "bloque HTML"
},
"copyAHref": "Copiar URL del enlace",
"selected": "Seleccionado",
"loadMore": "Cargar más",
"tempUnlock": "Desbloquear temporalmente",

View file

@ -203,7 +203,7 @@
"imgSrc": "Lien image",
"aText": "Texte d'ancrage du lien",
"aTitle": "Titre du lien",
"aHref": "Lien lien",
"aHref": "URL du lien",
"code": "code en ligne",
"em": "Italique",
"strong": "Audacieux",
@ -223,6 +223,7 @@
"mathBlock": "Bloc de formule",
"htmlBlock": "Bloc HTML"
},
"copyAHref": "Copier l'URL du lien",
"selected": "Sélectionné",
"loadMore": "Charger plus",
"tempUnlock": "Déverrouiller temporairement",

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -223,6 +223,7 @@
"mathBlock": "数式ブロック",
"htmlBlock": "HTMLブロック"
},
"copyAHref": "リンクの URL をコピー",
"selected": "選択済み",
"loadMore": "さらに読み込む",
"tempUnlock": "一時的にロック解除",

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -223,6 +223,7 @@
"mathBlock": "公式塊",
"htmlBlock": "HTML 塊"
},
"copyAHref": "複製連結位址",
"selected": "已選擇",
"loadMore": "載入更多",
"tempUnlock": "暫時解鎖",

View file

@ -223,6 +223,7 @@
"mathBlock": "公式块",
"htmlBlock": "HTML 块"
},
"copyAHref": "复制链接地址",
"selected": "已选中",
"loadMore": "加载更多",
"tempUnlock": "临时解锁",

View file

@ -1588,7 +1588,7 @@ style="margin:4px 0;width: ${isMobile() ? "100%" : "360px"}" class="b3-text-fiel
if (protyle.disabled) {
window.siyuan.menus.menu.append(new MenuItem({
id: "copyAHref",
label: window.siyuan.languages.copy + " " + window.siyuan.languages.replaceTypes.aHref,
label: window.siyuan.languages.copyAHref,
icon: "iconLink",
click() {
writeText(linkAddress);

View file

@ -58,11 +58,11 @@ require (
github.com/sashabaranov/go-openai v1.41.2
github.com/shirou/gopsutil/v4 v4.25.9
github.com/siyuan-note/dataparser v0.0.0-20250804100744-b41253b236f3
github.com/siyuan-note/dejavu v0.0.0-20251011030034-d7e5aa18aadd
github.com/siyuan-note/dejavu v0.0.0-20251016025439-375e3aadc5b1
github.com/siyuan-note/encryption v0.0.0-20250326023622-24a67e6956ec
github.com/siyuan-note/eventbus v0.0.0-20240627125516-396fdb0f0f97
github.com/siyuan-note/filelock v0.0.0-20251010020544-2603449ff16d
github.com/siyuan-note/httpclient v0.0.0-20250930140902-da745d9bc9f0
github.com/siyuan-note/httpclient v0.0.0-20251016024153-048ea2b2ebfd
github.com/siyuan-note/logging v0.0.0-20250425042449-b96c40249b54
github.com/siyuan-note/riff v0.0.0-20250424035337-0a1e91809f6d
github.com/spf13/cast v1.10.0
@ -111,7 +111,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sso v1.29.6 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.1 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.38.6 // indirect
github.com/aws/smithy-go v1.23.0 // indirect
github.com/aws/smithy-go v1.23.1 // indirect
github.com/bytedance/gopkg v0.1.3 // indirect
github.com/bytedance/sonic v1.14.1 // indirect
github.com/bytedance/sonic/loader v0.3.0 // indirect
@ -164,7 +164,7 @@ require (
github.com/qiniu/go-sdk/v7 v7.25.4 // indirect
github.com/quic-go/qpack v0.5.1 // indirect
github.com/quic-go/quic-go v0.55.0 // indirect
github.com/refraction-networking/utls v1.8.0 // indirect
github.com/refraction-networking/utls v1.8.1 // indirect
github.com/restic/chunker v0.4.0 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.4 // indirect

View file

@ -90,8 +90,8 @@ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.1 h1:5fm5RTONng73/QA73LhCNR7U
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.1/go.mod h1:xBEjWD13h+6nq+z4AkqSfSvqRKFgDIQeaMguAJndOWo=
github.com/aws/aws-sdk-go-v2/service/sts v1.38.6 h1:p3jIvqYwUZgu/XYeI48bJxOhvm47hZb5HUQ0tn6Q9kA=
github.com/aws/aws-sdk-go-v2/service/sts v1.38.6/go.mod h1:WtKK+ppze5yKPkZ0XwqIVWD4beCwv056ZbPQNoeHqM8=
github.com/aws/smithy-go v1.23.0 h1:8n6I3gXzWJB2DxBDnfxgBaSX6oe0d/t10qGz7OKqMCE=
github.com/aws/smithy-go v1.23.0/go.mod h1:t1ufH5HMublsJYulve2RKmHDC15xu1f26kHCp/HgceI=
github.com/aws/smithy-go v1.23.1 h1:sLvcH6dfAFwGkHLZ7dGiYF7aK6mg4CgKA/iDKjLDt9M=
github.com/aws/smithy-go v1.23.1/go.mod h1:LEj2LM3rBRQJxPZTB4KuzZkaZYnZPnvgIhb4pu07mx0=
github.com/bytedance/gopkg v0.1.3 h1:TPBSwH8RsouGCBcMBktLt1AymVo2TVsBVCY4b6TnZ/M=
github.com/bytedance/gopkg v0.1.3/go.mod h1:576VvJ+eJgyCzdjS+c4+77QF3p7ubbtiKARP3TxducM=
github.com/bytedance/sonic v1.14.1 h1:FBMC0zVz5XUmE4z9wF4Jey0An5FueFvOsTKKKtwIl7w=
@ -342,8 +342,8 @@ github.com/quic-go/quic-go v0.55.0 h1:zccPQIqYCXDt5NmcEabyYvOnomjs8Tlwl7tISjJh9M
github.com/quic-go/quic-go v0.55.0/go.mod h1:DR51ilwU1uE164KuWXhinFcKWGlEjzys2l8zUl5Ss1U=
github.com/radovskyb/watcher v1.0.7 h1:AYePLih6dpmS32vlHfhCeli8127LzkIgwJGcwwe8tUE=
github.com/radovskyb/watcher v1.0.7/go.mod h1:78okwvY5wPdzcb1UYnip1pvrZNIVEIh/Cm+ZuvsUYIg=
github.com/refraction-networking/utls v1.8.0 h1:L38krhiTAyj9EeiQQa2sg+hYb4qwLCqdMcpZrRfbONE=
github.com/refraction-networking/utls v1.8.0/go.mod h1:jkSOEkLqn+S/jtpEHPOsVv/4V4EVnelwbMQl4vCWXAM=
github.com/refraction-networking/utls v1.8.1 h1:yNY1kapmQU8JeM1sSw2H2asfTIwWxIkrMJI0pRUOCAo=
github.com/refraction-networking/utls v1.8.1/go.mod h1:jkSOEkLqn+S/jtpEHPOsVv/4V4EVnelwbMQl4vCWXAM=
github.com/restic/chunker v0.4.0 h1:YUPYCUn70MYP7VO4yllypp2SjmsRhRJaad3xKu1QFRw=
github.com/restic/chunker v0.4.0/go.mod h1:z0cH2BejpW636LXw0R/BGyv+Ey8+m9QGiOanDHItzyw=
github.com/richardlehane/mscfb v1.0.4 h1:WULscsljNPConisD5hR0+OyZjwK46Pfyr6mPu5ZawpM=
@ -375,16 +375,16 @@ github.com/shurcooL/gofontwoff v0.0.0-20181114050219-180f79e6909d/go.mod h1:05Ut
github.com/simplereach/timeutils v1.2.0/go.mod h1:VVbQDfN/FHRZa1LSqcwo4kNZ62OOyqLLGQKYB3pB0Q8=
github.com/siyuan-note/dataparser v0.0.0-20250804100744-b41253b236f3 h1:EH063L0HD1f82DvddurUmEXS0obXypv8pQrcaC/zNgI=
github.com/siyuan-note/dataparser v0.0.0-20250804100744-b41253b236f3/go.mod h1:8lb+SsWAPQblGbjmwEBsBdJszMCcLeECtB95fv6mReg=
github.com/siyuan-note/dejavu v0.0.0-20251011030034-d7e5aa18aadd h1:NW2Bd601ZCBUveU5L85RXqYWwMYDOhd/PAX+obuEZm0=
github.com/siyuan-note/dejavu v0.0.0-20251011030034-d7e5aa18aadd/go.mod h1:fdVodB/Jr2nj1gIlT2Ys7N8318Z67l+3yhSEwo2FteY=
github.com/siyuan-note/dejavu v0.0.0-20251016025439-375e3aadc5b1 h1:3XOtryUPvTViHzYRWFMh+9c9jmHA48QWZ/Lfh+Ss6eM=
github.com/siyuan-note/dejavu v0.0.0-20251016025439-375e3aadc5b1/go.mod h1:fkp7sN6ihCMwiWf0z9oaesprw+QvxbJTGEZI/OtY4Mc=
github.com/siyuan-note/encryption v0.0.0-20250326023622-24a67e6956ec h1:D8Sjwa+7WxP3XrIBscT4PxBZZddZ83/O+5nX1sq6g6g=
github.com/siyuan-note/encryption v0.0.0-20250326023622-24a67e6956ec/go.mod h1:6iAxXPOOAG3+M4bCiKQZTQ+n4gSUx/OyHhsP57dJlS8=
github.com/siyuan-note/eventbus v0.0.0-20240627125516-396fdb0f0f97 h1:lM5v8BfNtbOL5jYwhCdMYBcYtr06IYBKjjSLAPMKTM8=
github.com/siyuan-note/eventbus v0.0.0-20240627125516-396fdb0f0f97/go.mod h1:1/nGgthl89FPA7GzAcEWKl6zRRnfgyTjzLZj9bW7kuw=
github.com/siyuan-note/filelock v0.0.0-20251010020544-2603449ff16d h1:8ybj/rgw6bPb+AS6Cm/ALzcGtKZKq1gUi0Nc2SZFYis=
github.com/siyuan-note/filelock v0.0.0-20251010020544-2603449ff16d/go.mod h1:ZPSERw75IkIaDCAdik/bk4NiS1EqbsQDh1aZtZh8s4Y=
github.com/siyuan-note/httpclient v0.0.0-20250930140902-da745d9bc9f0 h1:Vo9gK6OAsO3N1b0lfJ0nGYcvJCkLqvR+ro9RlxjrEk8=
github.com/siyuan-note/httpclient v0.0.0-20250930140902-da745d9bc9f0/go.mod h1:hYEpqLXnoSxvq8KM5PyyKNSHJcx11JsZ/YSK9prSRXw=
github.com/siyuan-note/httpclient v0.0.0-20251016024153-048ea2b2ebfd h1:g67edlPa/5dZb6rHw/rs5qDpxso9BPPJHSEgZs93f5U=
github.com/siyuan-note/httpclient v0.0.0-20251016024153-048ea2b2ebfd/go.mod h1:xbFmjardDUhZL5+nKVwIr3dEbyhXC2eK3bbSYVR1GRE=
github.com/siyuan-note/logging v0.0.0-20250425042449-b96c40249b54 h1:bNfLBxasCNYNIiE8YwIDDq0DxFjQ3aDbp25w8F5aShM=
github.com/siyuan-note/logging v0.0.0-20250425042449-b96c40249b54/go.mod h1:9lb3q2RCdpjoQk7nDQwLSArNtCLafHwWtl8+kNkSISM=
github.com/siyuan-note/riff v0.0.0-20250424035337-0a1e91809f6d h1:VJ/DuLIx4FE7MZtlX2Gahx2m9tr4YCXPxZxUXZIWRx4=