From 9879c6287974e2371193a66c777c914b7d2ad0b4 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 15 Sep 2023 17:06:05 +0800 Subject: [PATCH] vault backup: 2023-09-15 17:06:05 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Affected files: .obsidian/plugins/obsidian-tasks-plugin/data.json Daily/2023-09-15.md Daily/2023.08月.md Templates/D-log.md Templates/M-log.md --- .../plugins/obsidian-tasks-plugin/data.json | 21 +++++++++++++++++++ Daily/2023-09-15.md | 9 ++++++++ Daily/2023.08月.md | 2 +- Templates/D-log.md | 3 +++ Templates/{log.md => M-log.md} | 0 5 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 Daily/2023-09-15.md create mode 100644 Templates/D-log.md rename Templates/{log.md => M-log.md} (100%) diff --git a/.obsidian/plugins/obsidian-tasks-plugin/data.json b/.obsidian/plugins/obsidian-tasks-plugin/data.json index 4364b14..0e33932 100644 --- a/.obsidian/plugins/obsidian-tasks-plugin/data.json +++ b/.obsidian/plugins/obsidian-tasks-plugin/data.json @@ -43,6 +43,27 @@ "nextStatusSymbol": " ", "availableAsCommand": true, "type": "CANCELLED" + }, + { + "symbol": ">", + "name": "Deferred", + "nextStatusSymbol": "x", + "availableAsCommand": false, + "type": "TODO" + }, + { + "symbol": "!", + "name": "Important", + "nextStatusSymbol": "x", + "availableAsCommand": false, + "type": "TODO" + }, + { + "symbol": "?", + "name": "Question", + "nextStatusSymbol": "x", + "availableAsCommand": false, + "type": "TODO" } ] }, diff --git a/Daily/2023-09-15.md b/Daily/2023-09-15.md new file mode 100644 index 0000000..1241f95 --- /dev/null +++ b/Daily/2023-09-15.md @@ -0,0 +1,9 @@ +--- +_Created_: 2023-09-15 Fri +--- + +## + +- [ ] #P-dashboard 修复 订单数据对比时的时间轴切换 🛫 2023-09-15 ⏳ 2023-09-16 📅 2023-09-18 + +## \ No newline at end of file diff --git a/Daily/2023.08月.md b/Daily/2023.08月.md index 9960659..22aa193 100644 --- a/Daily/2023.08月.md +++ b/Daily/2023.08月.md @@ -39,7 +39,7 @@ tags: ## 未完成 -1. [ ] Trippest使用独立的支付宝账户收款 📅 2023-09-16 ⏳ 2023-09-11 +1. [ ] #maintenance Trippest使用独立的支付宝账户收款 ⏳ 2023-09-11 📅 2023-09-16 ## 创新, 突出贡献 ## 事故 diff --git a/Templates/D-log.md b/Templates/D-log.md new file mode 100644 index 0000000..147935b --- /dev/null +++ b/Templates/D-log.md @@ -0,0 +1,3 @@ +## TODO + +<% tp.file.cursor(1) %> \ No newline at end of file diff --git a/Templates/log.md b/Templates/M-log.md similarity index 100% rename from Templates/log.md rename to Templates/M-log.md