From a076101a3db106fae9b3d6cb8fd6278788effbb9 Mon Sep 17 00:00:00 2001 From: Awin Huang Date: Sat, 25 Jun 2022 09:30:02 +0800 Subject: [PATCH 1/3] Add .gitignore file --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1a39e84 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.obsidian/workspace \ No newline at end of file From 3b6d48a9a0feedaf60fe980b225737aed26720ab Mon Sep 17 00:00:00 2001 From: Awin Huang Date: Sat, 25 Jun 2022 09:53:11 +0800 Subject: [PATCH 2/3] update --- 00. TOP/01. TODO.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/00. TOP/01. TODO.md b/00. TOP/01. TODO.md index 6df28d0..324c6ad 100644 --- a/00. TOP/01. TODO.md +++ b/00. TOP/01. TODO.md @@ -28,7 +28,7 @@ - TestGpsDiff - [x] List all format 🛫 2022-06-06 📅 2022-06-10 ✅ 2022-06-10 - MISC - - [ ] 請在測試報告的最前面,加入目前測試平台的資訊、電腦名稱,Windows 版本 🛫 2022-06-24 + - [x] 請在測試報告的最前面,加入目前測試平台的資訊、電腦名稱,Windows 版本 🛫 2022-06-24 ✅ 2022-06-25 - 例如: Station2,Windows 10, Version XXXX Station6,Windows 11, Version XXXX。因為最近Project team 有要求要提出幾個主要平台的測試結果。 我們目前的報告需要能看出在哪一個平台測試。 - 3A test(AWB, AE, AF) - [ ] Support parallel test 🛫 2022-06-14 📅 2022-06-24 @@ -40,6 +40,10 @@ - [ ] Test "auto" ability 🛫 2022-06-14 📅 2022-06-24 - Tiny - [ ] Add HDMI test 🛫 2022-06-17 📅 2022-06-24 +- SentinelIQ + - [ ] RegionA rectangle can be at any position 🛫 2022-06-20 + - [ ] Mixed FHD ROI & HD ROI 🛫 2022-06-20 + - [ ] Load engineer's config 🛫 2022-06-20 # All TODOs ```tasks From d5512cf01349acbc0b42e1a34b4c7a697e551c08 Mon Sep 17 00:00:00 2001 From: Awin Huang Date: Sat, 25 Jun 2022 09:54:43 +0800 Subject: [PATCH 3/3] delete --- .obsidian/workspace | 130 -------------------------------------------- 1 file changed, 130 deletions(-) delete mode 100644 .obsidian/workspace diff --git a/.obsidian/workspace b/.obsidian/workspace deleted file mode 100644 index b0cc801..0000000 --- a/.obsidian/workspace +++ /dev/null @@ -1,130 +0,0 @@ -{ - "main": { - "id": "fd76501ab5551c59", - "type": "split", - "children": [ - { - "id": "cfe19fa2de06a1e6", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "00. TOP/01. TODO.md", - "mode": "preview", - "source": true - } - } - } - ], - "direction": "vertical" - }, - "left": { - "id": "c03b931709aac93a", - "type": "split", - "children": [ - { - "id": "262a6c92848bc73a", - "type": "tabs", - "children": [ - { - "id": "f69acad103e7f817", - "type": "leaf", - "state": { - "type": "file-explorer", - "state": {} - } - }, - { - "id": "bad194a4534ef74b", - "type": "leaf", - "state": { - "type": "search", - "state": { - "query": "精確", - "matchingCase": false, - "explainSearch": false, - "collapseAll": false, - "extraContext": false, - "sortOrder": "alphabetical" - } - } - } - ] - } - ], - "direction": "horizontal", - "width": 300 - }, - "right": { - "id": "bb4f1f6a5dddbb12", - "type": "split", - "children": [ - { - "id": "e04f7f5c2b67b828", - "type": "tabs", - "children": [ - { - "id": "71679272f2e33a87", - "type": "leaf", - "state": { - "type": "backlink", - "state": { - "file": "00. TOP/01. TODO.md", - "collapseAll": false, - "extraContext": false, - "sortOrder": "alphabetical", - "showSearch": false, - "searchQuery": "", - "backlinkCollapsed": false, - "unlinkedCollapsed": true - } - } - }, - { - "id": "f94af359d1970a2d", - "type": "leaf", - "state": { - "type": "outline", - "state": { - "file": "00. TOP/01. TODO.md" - } - } - } - ], - "currentTab": 1 - }, - { - "id": "a0240ced26011060", - "type": "tabs", - "children": [ - { - "id": "18b9707a37e1188a", - "type": "leaf", - "state": { - "type": "tag", - "state": { - "sortOrder": "frequency", - "useHierarchy": true - } - } - } - ] - } - ], - "direction": "horizontal", - "width": 300 - }, - "active": "cfe19fa2de06a1e6", - "lastOpenFiles": [ - "00. TOP/01. TODO.md", - "02. PARA/03. Resources(資源)/Design Pattern.md", - "02. PARA/03. Resources(資源)/讀書筆記/20220526 - 深入淺出設計模式.md", - "02. PARA/03. Resources(資源)/讀書筆記/20220619 - 精確的力量.md", - "02. PARA/03. Resources(資源)/讀書筆記/20210723 - 高手學習.md", - "01. Daily/2022/年度目標.md", - "02. PARA/03. Resources(資源)/Tool Setup/Windows Setup.md", - "02. PARA/03. Resources(資源)/00. Informations/Datas.md", - "02. PARA/03. Resources(資源)/00. Informations/Logitech.md", - "02. PARA/03. Resources(資源)/00. Informations/核芯達.md" - ] -} \ No newline at end of file