vault backup: 2023-05-30 20:34:01

This commit is contained in:
2023-05-30 20:34:02 +08:00
parent d23c1febd8
commit 4ba0951495
2 changed files with 9 additions and 53 deletions

View File

@@ -41,60 +41,14 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "05. 資料收集/讀書筆記/20230418 - 窮人的經濟學.md", "file": "05. 資料收集/Tool Setup/Software/Windows Terminal.md",
"mode": "source", "mode": "source",
"source": true "source": true
} }
} }
},
{
"id": "1f1e98d771d9e088",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "04. Programming/Python/matplotlib.md",
"mode": "source",
"source": true
}
}
},
{
"id": "86bf670f0874e941",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "01. 個人/00. Informations/Datas.md",
"mode": "source",
"source": true
}
}
},
{
"id": "bb9cfc2b92b8c711",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "00. Inbox/想要的鏡頭/鏡頭比較列表.md",
"mode": "preview",
"source": true
}
}
},
{
"id": "c251db1c66a96fc9",
"type": "leaf",
"state": {
"type": "release-notes",
"state": {
"currentVersion": "1.3.4"
}
}
} }
], ],
"currentTab": 6 "currentTab": 2
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -160,7 +114,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "00. Inbox/想要的鏡頭/鏡頭比較列表.md", "file": "05. 資料收集/Tool Setup/Software/Windows Terminal.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -185,7 +139,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "00. Inbox/想要的鏡頭/鏡頭比較列表.md" "file": "05. 資料收集/Tool Setup/Software/Windows Terminal.md"
} }
} }
}, },
@@ -236,11 +190,12 @@
"periodic-notes:Open today": false "periodic-notes:Open today": false
} }
}, },
"active": "c251db1c66a96fc9", "active": "a4bd0e4c3fda45c7",
"lastOpenFiles": [ "lastOpenFiles": [
"05. 資料收集/Tool Setup/Software/Windows 11 Setup.md",
"05. 資料收集/讀書筆記/20230418 - 窮人的經濟學.md",
"01. 個人/00. Informations/Datas.md", "01. 個人/00. Informations/Datas.md",
"00. Inbox/餐廳、景點收集.md", "00. Inbox/餐廳、景點收集.md",
"05. 資料收集/讀書筆記/20230418 - 窮人的經濟學.md",
"05. 資料收集/稼動率.md", "05. 資料收集/稼動率.md",
"05. 資料收集/libsndfile.md", "05. 資料收集/libsndfile.md",
"05. 資料收集/讀書筆記/20230206 - 卡片盒筆記.md", "05. 資料收集/讀書筆記/20230206 - 卡片盒筆記.md",
@@ -264,7 +219,6 @@
"01. 個人/01. Daily/2020/05/2020-05-11(週一).md", "01. 個人/01. Daily/2020/05/2020-05-11(週一).md",
"01. 個人/01. Daily/2023-05-03(週三).md", "01. 個人/01. Daily/2023-05-03(週三).md",
"00. Inbox/Gitzo 腳架編號規則.md", "00. Inbox/Gitzo 腳架編號規則.md",
"00. Inbox/想要的鏡頭/鏡頭比較列表.md",
"attachments/Pasted image 20230504183452.png", "attachments/Pasted image 20230504183452.png",
"attachments/Pasted image 20230504183439.png", "attachments/Pasted image 20230504183439.png",
"00. Inbox/想要的鏡頭/變焦", "00. Inbox/想要的鏡頭/變焦",

View File

@@ -115,6 +115,7 @@ alias prj='cd /c/Users/awinh/OneDrive/codes/Logitech/project'
alias coderrp='cd "/c/Python363/lib/site-packages/RobotRun" ; code "/c/Python363/lib/site-packages/RobotRun"' alias coderrp='cd "/c/Python363/lib/site-packages/RobotRun" ; code "/c/Python363/lib/site-packages/RobotRun"'
alias coderra='cd "/c/RobotRun"; code "/c/RobotRun"' alias coderra='cd "/c/RobotRun"; code "/c/RobotRun"'
alias coderras='code "/d/GoogleDriveLogi/codes/Projects/RobotRunAutoServer"' alias coderras='code "/d/GoogleDriveLogi/codes/Projects/RobotRunAutoServer"'
alias p3='/c/Python363/python.exe'
##----- Awin coding ----- ##----- Awin coding -----
alias codes='cd /c/Users/awinh/OneDrive/codes' alias codes='cd /c/Users/awinh/OneDrive/codes'
@@ -131,6 +132,7 @@ alias e.='explorer.exe .'
alias blog="cd ~/OneDrive/文件/BLOG/Hugo/Sites/blog.awin.one" alias blog="cd ~/OneDrive/文件/BLOG/Hugo/Sites/blog.awin.one"
alias ffmpeg="/c/Users/awinh/OneDrive/codes/CommonLib/RobotRunCommonLib/ffmpeg-n5.0-latest-win64-lgpl-shared-5.0/bin/ffmpeg.exe" alias ffmpeg="/c/Users/awinh/OneDrive/codes/CommonLib/RobotRunCommonLib/ffmpeg-n5.0-latest-win64-lgpl-shared-5.0/bin/ffmpeg.exe"
alias ob="cd ~/OneDrive/文件/Obsidian/Main" alias ob="cd ~/OneDrive/文件/Obsidian/Main"
alias ffmpeg="/c/Users/awinh/OneDrive/PortableApps/ffmpeg-n5.0-latest-win64-lgpl-shared-5.0/bin/ffmpeg.exe"
##----- Connection ----- ##----- Connection -----
alias gods='ssh awin@192.168.1.11' alias gods='ssh awin@192.168.1.11'