This commit is contained in:
2025-12-27 11:44:50 +08:00
commit ccd43fac1f
1193 changed files with 384161 additions and 0 deletions
@@ -0,0 +1,40 @@
---
cssClasses: cards
category: PMP备考
title: PMP备考汇总
---
你的报考相关信息如下(请核对,有问题联系班班):
基金会账号:kyugao
基金会密码:Pureblood001
PMI账号:solonot@163.com
PMI密码:GY18620897889
PMI ID:7989903
有效期:2024.4.1—2025.4.1
考点:广州
### PMP课程笔记
```dataview
table title as 主题, truncate(abstract, 30) as 概述, dateformat(file.cday, "yyyy-MM-dd") as 日期
FROM "prepmp/notes"
sort file.name desc
```
### 每日三题
```dataview
table without id externalLink as 查看, dateformat(file.cday, "yyyy-MM-dd") as 日期
FROM "prepmp/daily_quest"
sort file.cday desc
limit 5
```
### 每日打卡
````dataview
table without id externalLink as 查看, truncate(abstract, 30) as 概述, dateformat(file.cday, "yyyy-MM-dd") as 日期
FROM "prepmp/daily_on"
sort file.name desc
limit 7
````