mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
34ee895445
7 changed files with 512 additions and 17 deletions
45
app/changelogs/v3.3.4/v3.3.4.md
Normal file
45
app/changelogs/v3.3.4/v3.3.4.md
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
## Overview
|
||||
|
||||
This version improves some details.
|
||||
|
||||
## Changelogs
|
||||
|
||||
Below are the detailed changes in this version.
|
||||
|
||||
### Enhancement
|
||||
|
||||
* [Improve the first empty list item editing](https://github.com/siyuan-note/siyuan/issues/12060)
|
||||
* [Add `Default fill specific time` switch to database date field](https://github.com/siyuan-note/siyuan/issues/12089)
|
||||
* [Improve line break handling within tables](https://github.com/siyuan-note/siyuan/issues/15844)
|
||||
* [Improve fold heading editing](https://github.com/siyuan-note/siyuan/issues/15848)
|
||||
* [The embed block of a heading supports hiding the heading itself](https://github.com/siyuan-note/siyuan/pull/15877)
|
||||
* [Improve database editing cell style](https://github.com/siyuan-note/siyuan/issues/15908)
|
||||
* [Improve HTML dl/dt/dd clipping](https://github.com/siyuan-note/siyuan/issues/15912)
|
||||
* [If the block ref is pointing to a doc block, the doc title will be displayed in the block ref floating window](https://github.com/siyuan-note/siyuan/pull/15929)
|
||||
* [Improve `Jump to` block icon menu](https://github.com/siyuan-note/siyuan/issues/15937)
|
||||
* [Improve the behavior of `Jump to the next/previous block of the parent block` in lists](https://github.com/siyuan-note/siyuan/issues/15939)
|
||||
* [Improve `Jump to the next/previous block of the parent block` for container blocks](https://github.com/siyuan-note/siyuan/issues/15940)
|
||||
* [Improve style for document tags and tables resize in read-only mode](https://github.com/siyuan-note/siyuan/issues/15944)
|
||||
* [Add icons and zenmuml support to mermaid.js](https://github.com/siyuan-note/siyuan/issues/15948)
|
||||
* [Upgrade mermaid from 11.11.0 to 11.12.0](https://github.com/siyuan-note/siyuan/issues/15957)
|
||||
* [Add a refresh button in the upper right corner of the chart block](https://github.com/siyuan-note/siyuan/issues/15964)
|
||||
* [Doc tree supports `Shift+Click` to select multiple documents](https://github.com/siyuan-note/siyuan/pull/15965)
|
||||
* [Ensure compatibility with inline elements containing <br> tags](https://github.com/siyuan-note/siyuan/issues/15968)
|
||||
* [Prompt when the user attempts to create a workspace in the root directory of the disk](https://github.com/siyuan-note/siyuan/issues/15976)
|
||||
* [`History Retention Days` supports a maximum setting of 3650](https://github.com/siyuan-note/siyuan/issues/15979)
|
||||
* [Improve font loading](https://github.com/siyuan-note/siyuan/issues/15981)
|
||||
|
||||
### Bugfix
|
||||
|
||||
* [Chart block height setting is not fully effective](https://github.com/siyuan-note/siyuan/issues/15765)
|
||||
* [Filter over rollups doesn't work](https://github.com/siyuan-note/siyuan/issues/15915)
|
||||
* [Chart not rendering after copying and pasting](https://github.com/siyuan-note/siyuan/issues/15918)
|
||||
* [Nested lists cause hang after collapsing headings](https://github.com/siyuan-note/siyuan/issues/15943)
|
||||
* [IFrame block address escape error](https://github.com/siyuan-note/siyuan/issues/15946)
|
||||
* [XSS to RCE in dynamic icon feature](https://github.com/siyuan-note/siyuan/issues/15970)
|
||||
* [Doc tree drag function is abnormal](https://github.com/siyuan-note/siyuan/issues/15972)
|
||||
|
||||
## Download
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/en/download.html)
|
||||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|
||||
45
app/changelogs/v3.3.4/v3.3.4_zh_CHT.md
Normal file
45
app/changelogs/v3.3.4/v3.3.4_zh_CHT.md
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
## 概述
|
||||
|
||||
該版本改進了一些細節。
|
||||
|
||||
## 變更記錄
|
||||
|
||||
以下是此版本中的詳細變更。
|
||||
|
||||
### 改進功能
|
||||
|
||||
* [改進首個空列表項目的編輯](https://github.com/siyuan-note/siyuan/issues/12060)
|
||||
* [資料庫日期欄位新增「預設填入特定時間」開關](https://github.com/siyuan-note/siyuan/issues/12089)
|
||||
* [改進表格內換行處理](https://github.com/siyuan-note/siyuan/issues/15844)
|
||||
* [改進折疊標題的編輯](https://github.com/siyuan-note/siyuan/issues/15848)
|
||||
* [標題嵌入區塊支援隱藏標題本身](https://github.com/siyuan-note/siyuan/pull/15877)
|
||||
* [改進資料庫編輯單元格樣式](https://github.com/siyuan-note/siyuan/issues/15908)
|
||||
* [改進 HTML dl/dt/dd 剪藏](https://github.com/siyuan-note/siyuan/issues/15912)
|
||||
* [當區塊引用指向文件區塊時,浮窗顯示文件標題](https://github.com/siyuan-note/siyuan/pull/15929)
|
||||
* [改進「跳到」區塊圖示選單](https://github.com/siyuan-note/siyuan/issues/15937)
|
||||
* [改進清單中「跳到父區塊的下/上一個區塊」行為](https://github.com/siyuan-note/siyuan/issues/15939)
|
||||
* [改進容器區塊「跳到父區塊的下/上一個區塊」行為](https://github.com/siyuan-note/siyuan/issues/15940)
|
||||
* [改進唯讀模式下文件標籤和表格縮放樣式](https://github.com/siyuan-note/siyuan/issues/15944)
|
||||
* [mermaid.js 新增圖示和 zenmuml 支援](https://github.com/siyuan-note/siyuan/issues/15948)
|
||||
* [mermaid 從 11.11.0 升級到 11.12.0](https://github.com/siyuan-note/siyuan/issues/15957)
|
||||
* [圖表區塊右上角新增刷新按鈕](https://github.com/siyuan-note/siyuan/issues/15964)
|
||||
* [文檔樹支援 `Shift+點擊` 多選文件](https://github.com/siyuan-note/siyuan/pull/15965)
|
||||
* [確保相容於包含 <br> 標籤的行級元素](https://github.com/siyuan-note/siyuan/issues/15968)
|
||||
* [嘗試在磁碟根目錄建立工作空間時提示使用者](https://github.com/siyuan-note/siyuan/issues/15976)
|
||||
* [`歷史保留天數` 最大支援 3650](https://github.com/siyuan-note/siyuan/issues/15979)
|
||||
* [改進字體載入](https://github.com/siyuan-note/siyuan/issues/15981)
|
||||
|
||||
### 修復缺陷
|
||||
|
||||
* [圖表塊高度設定未完全生效](https://github.com/siyuan-note/siyuan/issues/15765)
|
||||
* [匯總過濾器無法正常運作](https://github.com/siyuan-note/siyuan/issues/15915)
|
||||
* [複製貼上後圖表未渲染](https://github.com/siyuan-note/siyuan/issues/15918)
|
||||
* [折疊標題後嵌套列表導致卡死](https://github.com/siyuan-note/siyuan/issues/15943)
|
||||
* [IFrame 區塊位址轉義錯誤](https://github.com/siyuan-note/siyuan/issues/15946)
|
||||
* [動態圖示功能存在 XSS 到 RCE 漏洞](https://github.com/siyuan-note/siyuan/issues/15970)
|
||||
* [文檔樹拖曳功能異常](https://github.com/siyuan-note/siyuan/issues/15972)
|
||||
|
||||
## 下載
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/download.html)
|
||||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|
||||
45
app/changelogs/v3.3.4/v3.3.4_zh_CN.md
Normal file
45
app/changelogs/v3.3.4/v3.3.4_zh_CN.md
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
## 概述
|
||||
|
||||
该版本改进了一些细节。
|
||||
|
||||
## 变更记录
|
||||
|
||||
以下是此版本中的详细变更。
|
||||
|
||||
### 改进功能
|
||||
|
||||
* [改进首个空列表项的编辑](https://github.com/siyuan-note/siyuan/issues/12060)
|
||||
* [数据库日期字段新增“默认填充具体时间”开关](https://github.com/siyuan-note/siyuan/issues/12089)
|
||||
* [改进表格内换行处理](https://github.com/siyuan-note/siyuan/issues/15844)
|
||||
* [改进折叠标题的编辑](https://github.com/siyuan-note/siyuan/issues/15848)
|
||||
* [标题嵌入块支持隐藏标题本身](https://github.com/siyuan-note/siyuan/pull/15877)
|
||||
* [改进数据库编辑单元格样式](https://github.com/siyuan-note/siyuan/issues/15908)
|
||||
* [改进 HTML dl/dt/dd 剪藏](https://github.com/siyuan-note/siyuan/issues/15912)
|
||||
* [块引用指向文档块时,浮窗显示文档标题](https://github.com/siyuan-note/siyuan/pull/15929)
|
||||
* [改进“跳转到”块图标菜单](https://github.com/siyuan-note/siyuan/issues/15937)
|
||||
* [改进列表中“跳转到父块的下/上一个块”行为](https://github.com/siyuan-note/siyuan/issues/15939)
|
||||
* [改进容器块“跳转到父块的下/上一个块”行为](https://github.com/siyuan-note/siyuan/issues/15940)
|
||||
* [改进只读模式下文档标签和表格缩放样式](https://github.com/siyuan-note/siyuan/issues/15944)
|
||||
* [mermaid.js 新增图标和 zenmuml 支持](https://github.com/siyuan-note/siyuan/issues/15948)
|
||||
* [mermaid 从 11.11.0 升级到 11.12.0](https://github.com/siyuan-note/siyuan/issues/15957)
|
||||
* [图表块右上角新增刷新按钮](https://github.com/siyuan-note/siyuan/issues/15964)
|
||||
* [文档树支持 `Shift+点击` 多选文档](https://github.com/siyuan-note/siyuan/pull/15965)
|
||||
* [确保兼容包含 <br> 标签的行级元素](https://github.com/siyuan-note/siyuan/issues/15968)
|
||||
* [尝试在磁盘根目录创建工作空间时提示用户](https://github.com/siyuan-note/siyuan/issues/15976)
|
||||
* [`历史保留天数` 最大支持 3650](https://github.com/siyuan-note/siyuan/issues/15979)
|
||||
* [改进字体加载](https://github.com/siyuan-note/siyuan/issues/15981)
|
||||
|
||||
### 修复缺陷
|
||||
|
||||
* [图表块高度设置未完全生效](https://github.com/siyuan-note/siyuan/issues/15765)
|
||||
* [汇总过滤器无法正常工作](https://github.com/siyuan-note/siyuan/issues/15915)
|
||||
* [复制粘贴后图表未渲染](https://github.com/siyuan-note/siyuan/issues/15918)
|
||||
* [折叠标题后嵌套列表导致卡死](https://github.com/siyuan-note/siyuan/issues/15943)
|
||||
* [IFrame 块地址转义错误](https://github.com/siyuan-note/siyuan/issues/15946)
|
||||
* [动态图标功能存在 XSS 到 RCE 漏洞](https://github.com/siyuan-note/siyuan/issues/15970)
|
||||
* [文档树拖拽功能异常](https://github.com/siyuan-note/siyuan/issues/15972)
|
||||
|
||||
## 下载
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/download.html)
|
||||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
"id": "20200924100950-9op5xi1",
|
||||
"title": "Shortcuts",
|
||||
"type": "doc",
|
||||
"updated": "20250924165043"
|
||||
"updated": "20250929214205"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
|
@ -15017,7 +15017,7 @@
|
|||
"HeadingLevel": 3,
|
||||
"Properties": {
|
||||
"id": "20220619002135-5dfw1yo",
|
||||
"updated": "20250407200538"
|
||||
"updated": "20250929214205"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
|
@ -15037,7 +15037,7 @@
|
|||
"Properties": {
|
||||
"colgroup": "||",
|
||||
"id": "20220619002135-s399g7e",
|
||||
"updated": "20250115161052"
|
||||
"updated": "20250929214205"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
|
@ -15139,7 +15139,7 @@
|
|||
"Children": [
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "Multiple choice"
|
||||
"Data": "Multiple selection"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -15186,6 +15186,87 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Type": "NodeTableRow",
|
||||
"Data": "tr",
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeTableCell",
|
||||
"Data": "td",
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "Batch multiple selection"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Type": "NodeTableCell",
|
||||
"Data": "td",
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ""
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "Shift"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "+"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "Click"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " / "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "⇧Click"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Type": "NodeTableCell",
|
||||
"Data": "td",
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "You need to use "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "Ctrl"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "+"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "click"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " to select the first document"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Type": "NodeTableRow",
|
||||
"Data": "tr",
|
||||
|
|
@ -15269,6 +15350,15 @@
|
|||
"Type": "NodeText",
|
||||
"Data": ""
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "Ctrl"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "+"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
|
|
@ -15290,7 +15380,7 @@
|
|||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "⇧Click"
|
||||
"TextMarkTextContent": "⌥⇧Click"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"id": "20200813004551-gm0pbn1",
|
||||
"title": "快捷键",
|
||||
"type": "doc",
|
||||
"updated": "20250924163015"
|
||||
"updated": "20250929213838"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
|
@ -14970,7 +14970,7 @@
|
|||
"HeadingLevel": 3,
|
||||
"Properties": {
|
||||
"id": "20220619001156-26volkp",
|
||||
"updated": "20250407195943"
|
||||
"updated": "20250929213838"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
|
@ -14990,7 +14990,7 @@
|
|||
"Properties": {
|
||||
"colgroup": "||",
|
||||
"id": "20220619001217-e9cwukj",
|
||||
"updated": "20250115154936"
|
||||
"updated": "20250929213838"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
|
@ -15131,6 +15131,87 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Type": "NodeTableRow",
|
||||
"Data": "tr",
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeTableCell",
|
||||
"Data": "td",
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "批量多选"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Type": "NodeTableCell",
|
||||
"Data": "td",
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ""
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "Shift"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "+"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "点击"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " / "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "⇧点击"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Type": "NodeTableCell",
|
||||
"Data": "td",
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "需要先使用 "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "Ctrl"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "+"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "点击"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " 选中首个文档"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Type": "NodeTableRow",
|
||||
"Data": "tr",
|
||||
|
|
@ -15214,6 +15295,15 @@
|
|||
"Type": "NodeText",
|
||||
"Data": ""
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "Ctrl"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "+"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
|
|
@ -15235,7 +15325,7 @@
|
|||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "⇧点击"
|
||||
"TextMarkTextContent": "⌥⇧点击"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"id": "20211226122549-jktxego",
|
||||
"title": "快捷鍵",
|
||||
"type": "doc",
|
||||
"updated": "20250924164911"
|
||||
"updated": "20250929213959"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
|
@ -15063,7 +15063,7 @@
|
|||
"HeadingLevel": 3,
|
||||
"Properties": {
|
||||
"id": "20220619002223-zliquo3",
|
||||
"updated": "20250407200322"
|
||||
"updated": "20250929213959"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
|
@ -15083,7 +15083,7 @@
|
|||
"Properties": {
|
||||
"colgroup": "||",
|
||||
"id": "20220619002223-xwob5s8",
|
||||
"updated": "20250115160004"
|
||||
"updated": "20250929213959"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
|
@ -15232,6 +15232,87 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Type": "NodeTableRow",
|
||||
"Data": "tr",
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeTableCell",
|
||||
"Data": "td",
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "批次多選"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Type": "NodeTableCell",
|
||||
"Data": "td",
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ""
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "Shift"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "+"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "點擊"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " / "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "⇧點擊"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Type": "NodeTableCell",
|
||||
"Data": "td",
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "需要先使用 "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "Ctrl"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "+"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "點擊"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " 選取首個文件"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Type": "NodeTableRow",
|
||||
"Data": "tr",
|
||||
|
|
@ -15319,6 +15400,15 @@
|
|||
"Type": "NodeText",
|
||||
"Data": ""
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "Ctrl"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "+"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
|
|
@ -15340,7 +15430,7 @@
|
|||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "⇧點擊"
|
||||
"TextMarkTextContent": "⌥⇧點擊"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"id": "20240530101000-xsbxokr",
|
||||
"title": "ショートカット",
|
||||
"type": "doc",
|
||||
"updated": "20250924165340"
|
||||
"updated": "20250929214234"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
|
@ -15113,7 +15113,7 @@
|
|||
"HeadingLevel": 3,
|
||||
"Properties": {
|
||||
"id": "20240530101000-mifghto",
|
||||
"updated": "20250407200635"
|
||||
"updated": "20250929214234"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
|
@ -15133,7 +15133,7 @@
|
|||
"Properties": {
|
||||
"colgroup": "||",
|
||||
"id": "20240530101000-4iuhg30",
|
||||
"updated": "20250115161937"
|
||||
"updated": "20250929214234"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
|
@ -15274,6 +15274,87 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Type": "NodeTableRow",
|
||||
"Data": "tr",
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeTableCell",
|
||||
"Data": "td",
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "一括複数選択"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Type": "NodeTableCell",
|
||||
"Data": "td",
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ""
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "Shift"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "+"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "クリック"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " / "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "⇧クリック"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Type": "NodeTableCell",
|
||||
"Data": "td",
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "まずは "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "Ctrl"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "+"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "クリック"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " で最初の文書を選択する必要があります"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Type": "NodeTableRow",
|
||||
"Data": "tr",
|
||||
|
|
@ -15357,6 +15438,15 @@
|
|||
"Type": "NodeText",
|
||||
"Data": ""
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "Ctrl"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "+"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
|
|
@ -15378,7 +15468,7 @@
|
|||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "⇧クリック"
|
||||
"TextMarkTextContent": "⌥⇧クリック"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue