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