🎨 文件历史支持按文档名搜索 Fix https://github.com/siyuan-note/siyuan/issues/6257
This commit is contained in:
parent
16e2bc6904
commit
4b84d6abd1
6 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"docNameAndContent": "Doc Name and Content",
|
||||
"breadcrumb": "Breadcrumb",
|
||||
"embedBlockBreadcrumb": "Embed Block Breadcrumb",
|
||||
"embedBlockBreadcrumbTip": "After enabling embed block will show breadcrumbs",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"docNameAndContent": "Nombre y contenido del documento",
|
||||
"miga de pan": "Miga de pan",
|
||||
"embedBlockBreadcrumb": "Incrustar migas de pan de bloque",
|
||||
"embedBlockBreadcrumbTip": "Después de habilitar el bloque incrustado, se mostrarán migas de pan",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"docNameAndContent": "Nom et contenu du document",
|
||||
"fil d'Ariane": "Fil d'Ariane",
|
||||
"embedBlockBreadcrumb": "Intégrer le fil d'Ariane du bloc",
|
||||
"embedBlockBreadcrumbTip": "Après avoir activé le bloc d'intégration, le fil d'Ariane s'affichera",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"docNameAndContent": "文檔名和內容",
|
||||
"breadcrumb": "麵包屑",
|
||||
"embedBlockBreadcrumb": "嵌入塊麵包屑",
|
||||
"embedBlockBreadcrumbTip": "啟用後嵌入塊將顯示麵包屑",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"docNameAndContent": "文档名和内容",
|
||||
"breadcrumb": "面包屑",
|
||||
"embedBlockBreadcrumb": "嵌入块面包屑",
|
||||
"embedBlockBreadcrumbTip": "启用后嵌入块将显示面包屑",
|
||||
|
|
|
@ -240,7 +240,7 @@ export const openHistory = () => {
|
|||
<span class="fn__space"></span>
|
||||
<select data-type="typeselect" class="b3-select" style="min-width: auto">
|
||||
<option value="0" selected>${window.siyuan.languages.docName}</option>
|
||||
<option value="1">${window.siyuan.languages.doc}</option>
|
||||
<option value="1">${window.siyuan.languages.docNameAndContent}</option>
|
||||
<option value="2">${window.siyuan.languages.assets}</option>
|
||||
</select>
|
||||
<span class="fn__space"></span>
|
||||
|
|
Loading…
Add table
Reference in a new issue