From a8dace72ca20ac2daeb8a5467bcc02d86c7d93a2 Mon Sep 17 00:00:00 2001 From: zhugelianglongming Date: Tue, 6 Dec 2022 01:11:53 +0800 Subject: [PATCH] =?UTF-8?q?Add=20Tag=20for=20=E8=82=AF=E8=82=AF=E6=95=B0?= =?UTF-8?q?=E7=8B=AC=20#3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .obsidian/app.json | 7 ++++++- .obsidian/graph.json | 2 +- .obsidian/workspace.json | 16 ++++++++-------- ...2\257\350\202\257\346\225\260\347\213\254.md" | 7 +++++++ 4 files changed, 22 insertions(+), 10 deletions(-) diff --git a/.obsidian/app.json b/.obsidian/app.json index 283bd757..6c6d3dff 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1,6 +1,11 @@ { "attachmentFolderPath": "/", "userIgnoreFilters": [ - "技巧/" + "技巧/", + "_book/", + "node_modules/", + "venv/", + "images/", + "工具/" ] } \ No newline at end of file diff --git a/.obsidian/graph.json b/.obsidian/graph.json index 344ac98d..d8d5eda1 100644 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -46,6 +46,6 @@ "repelStrength": 11.9384765625, "linkStrength": 1, "linkDistance": 30, - "scale": 0.9904767422758717, + "scale": 0.46153617264517377, "close": false } \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 636d42b3..80ebdee1 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -4,15 +4,17 @@ "type": "split", "children": [ { - "id": "6c8d9f4024cdba15", + "id": "48b11878d127dc32", "type": "tabs", "children": [ { - "id": "dbac764091756ff6", + "id": "560e2a8d2ca23791", "type": "leaf", + "pinned": true, "state": { "type": "graph", - "state": {} + "state": {}, + "pinned": true } } ] @@ -128,17 +130,15 @@ "width": 300, "collapsed": true }, - "active": "dbac764091756ff6", + "active": "560e2a8d2ca23791", "lastOpenFiles": [ + "非标数独/9宫/计算类/内提示类/肯肯数独.md", "非标数独/9宫/计算类/内提示类/单标类/连续类/全标连续数独.md", "非标数独/9宫/计算类/外提示类/X位差数独.md", "非标数独/9宫/计算类/外提示类/9后和数独.md", "非标数独/9宫/计算类/外提示类/摆骨独.md", "非标数独/9宫/比大小类/最大邻居.md", "非标数独/9宫/比大小类/中位数数独.md", - "非标数独/9宫/比大小类/之间数独.md", - "非标数独/9宫/比大小类/斜大于号.md", - "非标数独/9宫/比大小类/温度计数独.md", - "非标数独/9宫/比大小类/数比数独.md" + "非标数独/9宫/比大小类/之间数独.md" ] } \ No newline at end of file diff --git "a/\351\235\236\346\240\207\346\225\260\347\213\254/9\345\256\253/\350\256\241\347\256\227\347\261\273/\345\206\205\346\217\220\347\244\272\347\261\273/\350\202\257\350\202\257\346\225\260\347\213\254.md" "b/\351\235\236\346\240\207\346\225\260\347\213\254/9\345\256\253/\350\256\241\347\256\227\347\261\273/\345\206\205\346\217\220\347\244\272\347\261\273/\350\202\257\350\202\257\346\225\260\347\213\254.md" index 298faeee..93944325 100644 --- "a/\351\235\236\346\240\207\346\225\260\347\213\254/9\345\256\253/\350\256\241\347\256\227\347\261\273/\345\206\205\346\217\220\347\244\272\347\261\273/\350\202\257\350\202\257\346\225\260\347\213\254.md" +++ "b/\351\235\236\346\240\207\346\225\260\347\213\254/9\345\256\253/\350\256\241\347\256\227\347\261\273/\345\206\205\346\217\220\347\244\272\347\261\273/\350\202\257\350\202\257\346\225\260\347\213\254.md" @@ -7,6 +7,13 @@ | 2 | 列 | [1~9填充] | | | 3 | 计算框 | 提示数 `R[+-*/]`:计算框内所有数字经过指定运算后,结果为 R | 计算框内数字可重复 | +## 标签 + +- [[加法]] +- [[减法]] +- [[乘法]] +- [[除法]] + # 别名 - 肯肯数独 - 聪明方格