diff --git a/.obsidian/command-palette.json b/.obsidian/command-palette.json
index aafa7d8..c47995a 100644
--- a/.obsidian/command-palette.json
+++ b/.obsidian/command-palette.json
@@ -1,6 +1,7 @@
{
"pinned": [
"obsidian-tasks-plugin:edit-task",
+ "obsidian-linter:lint-file",
"editor:insert-callout",
"editor:insert-embed",
"editor:attach-file",
diff --git a/Haina/Weekly/2025/2025-W36.md b/Haina/Weekly/2025/2025-W36.md
new file mode 100644
index 0000000..a97d833
--- /dev/null
+++ b/Haina/Weekly/2025/2025-W36.md
@@ -0,0 +1,190 @@
+---
+Created: 2023-09-15 17:08 Fri
+Updated: 2025-08-27 15:12 Wed
+tags:
+ - 周报
+---
+[[Haina/Yearly/2025|2025]] / [[Haina/Quarterly/2025-Q3|Q3]] / [[Haina/Monthly/2025-09|September]] / ❮ [[Haina/Weekly/2025/2025-W35|Week 35]] | Week 36 | [[Haina/Weekly/2025/2025-W37|Week 37]] ❯ / [[Haina/Daily/2025-08-25|25 Mon]] - [[Haina/Daily/2025-08-26|26 Tue]] - [[Haina/Daily/2025-08-27|27 Wed]] - [[Haina/Daily/2025-08-28|28 Thu]] - [[Haina/Daily/2025-08-29|29 Fri]] - [[Haina/Daily/2025-08-30|30 Sat]] - [[Haina/Daily/2025-08-31|31 Sun]] ❯ [[Haina/Daily/2025-09-01|01 Mon]] - [[Haina/Daily/2025-09-02|02 Tue]] -
+
+---
+
+*2025-09-02 Tue*
+
+## 上周工作
+
+### 项目工作
+####
+1.
+
+### 维护工作
+####
+1.
+
+## 本周计划
+1.
+
+> [!info]- 最近
+>
+> ```tasks
+> (not done) OR (done after 2025-08-19)
+> path includes Haina
+> filter by function task.file.path.includes('项目')
+> filter by function task.file.property('Created') > '2025-08-01'
+> sort by function reverse task.urgency
+> group by filename
+> group by heading
+> ```
+
+---
+
+## Priority
+
+> [!danger] 🔴重要且紧急⏫🔺
+>
+> ```tasks
+> (not done) OR (done after 2025-08-26)
+> path includes Haina
+> path includes Weekly/2025
+> filter by function (task.priorityName === 'High' || task.priorityName === 'Highest')
+> sort by path reverse
+> sort by done
+> sort by heading
+> group by heading
+> ```
+
+> [!warning] 🟠不重要紧急🔼
+>
+> ```tasks
+> (not done) OR (done after 2025-08-26)
+> path includes Haina
+> path includes Weekly/2025
+> (filter by function task.priorityName === 'Medium')
+> sort by path reverse
+> sort by done
+> sort by heading
+> group by heading
+> ```
+
+> [!important] 🟡重要不紧急🔽
+>
+> ```tasks
+> (not done) OR (done after 2025-08-26)
+> path includes Haina
+> path includes Weekly/2025
+> (filter by function task.priorityName === 'Normal')
+> sort by path reverse
+> sort by done
+> sort by heading
+> group by heading
+> ```
+
+> [!info] 🟢不重要不紧急🔽⏬
+>
+> ```tasks
+> (not done) OR (done after 2025-08-26)
+> path includes Haina
+> path includes Weekly/2025
+> filter by function (task.priorityName === 'Lowest' || task.priorityName === 'Low' || task.priorityName === 'None')
+> sort by path reverse
+> sort by done
+> sort by heading
+> ```
+
+> [!info]- 转移
+>
+> ```tasks
+> (not done) OR (done after 2025-08-26)
+> path includes Haina
+> path includes Weekly/2025
+> filter by function (task.status.name === 'quote')
+> group by heading
+> ```
+
+---
+
+> [!check] Latest 2 weeks
+>
+> ```tasks
+> done after 2025-08-19
+> path includes Haina
+> sort by path reverse
+> sort by heading
+> group by heading
+> ```
+
+> [!todo] Not done
+>
+> ```tasks
+> not done
+> path includes Haina
+> path includes Weekly/2025
+> (path includes W34) OR (path includes W35 )
+> (filter by function task.status.name === 'Todo')
+> sort by path reverse
+> sort by heading
+> ```
+
+> [!todo] In Progress
+>
+> ```tasks
+> not done
+> path includes Haina
+> path includes Weekly/2025
+> (filter by function task.status.name === 'incomplete')
+> sort by path reverse
+> sort by heading
+> ```
+
+> [!note] Deferred
+>
+> ```tasks
+> not done
+> path includes Haina
+> path includes Weekly/2025
+> filter by function task.status.name === 'forwarded'
+> sort by path reverse
+> sort by heading
+> ```
+
+> [!tip] Idea, Important
+>
+> ```tasks
+> not done
+> path includes Haina
+> path includes Weekly/2025
+> filter by function (task.status.name === 'idea' || task.status.name === 'important'|| task.status.name === 'fire')
+> sort by path reverse
+> sort by heading
+> ```
+
+> [!faq] Question
+>
+> ```tasks
+> not done
+> path includes Haina
+> path includes Weekly/2025
+> filter by function task.status.name === 'question'
+> sort by path reverse
+> sort by heading
+> ```
+
+> [!fail] Cancelled
+>
+> ```tasks
+> path includes Haina
+> path includes Weekly/2025
+> filter by function task.status.name === 'canceled'
+> sort by path reverse
+> sort by heading
+> ```
+
+> [!todo] Todo
+> 暂时不用
+> ```tasks--
+> not done
+> path includes Haina
+> path includes Weekly/2025
+> (filter by function task.status.type === 'TODO')
+> sort by path reverse
+> sort by heading
+> ```
diff --git a/Workspace/SpringTraveler.com/0ImportantInfo.2025.08.27.pdf b/Workspace/SpringTraveler.com/0ImportantInfo.2025.08.27.pdf
new file mode 100644
index 0000000..c44d4de
Binary files /dev/null and b/Workspace/SpringTraveler.com/0ImportantInfo.2025.08.27.pdf differ
diff --git a/Workspace/SpringTraveler.com/springtraveler.com/2025-08.md b/Workspace/SpringTraveler.com/springtraveler.com/2025-08.md
index 8e51e48..233a7f5 100644
--- a/Workspace/SpringTraveler.com/springtraveler.com/2025-08.md
+++ b/Workspace/SpringTraveler.com/springtraveler.com/2025-08.md
@@ -1,6 +1,6 @@
---
Created: 2025-08-16 01:18 Sat
-Updated: 2025-08-27 14:19 Wed
+Updated: 2025-08-27 15:02 Wed
---
# 2025-08-13
@@ -92,3 +92,12 @@ Crucially, we are currently in the **peak seasonal period** for Longji Rice Terr
4. 图片不支持webp
- wptravelly [Demo](https://wptravelly.com/travel/get-social-central-europe-highlights/)
1. 纯商店
+
+# 2025-08-27
+
+## 自动邮件
+
+- [The 7+ Best Autoresponder Plugins for WordPress - MailOptin](https://mailoptin.io/wordpress-autoresponder-plugins/)
+- [Free Follow-Up Emails & Marketing Automation for WooCommerce – ShopMagic – WordPress plugin | WordPress.org English (UK)](https://en-gb.wordpress.org/plugins/shopmagic-for-woocommerce/)
+- [Arigato Autoresponder and Newsletter – WordPress plugin | WordPress.org English (UK)](https://en-gb.wordpress.org/plugins/bft-autoresponder/)
+- 📌[Google Search](https://www.google.com/search?q=wordpress+plugin+extract+email+content+and+auto+replt%2Fforward&num=10&newwindow=1&sca_esv=51b55862be512269&sxsrf=AE3TifMZw6RCS-yhljnBk10AKof3y9qIGg%3A1756277056929&ei=QKmuaNa_OMmshbIPkZmU8QQ&ved=0ahUKEwjW3-vwsaqPAxVJVkEAHZEMJU4Q4dUDCBA&uact=5&oq=wordpress+plugin+extract+email+content+and+auto+replt%2Fforward&gs_lp=Egxnd3Mtd2l6LXNlcnAiPXdvcmRwcmVzcyBwbHVnaW4gZXh0cmFjdCBlbWFpbCBjb250ZW50IGFuZCBhdXRvIHJlcGx0L2ZvcndhcmRI_0JQpQtYlEBwAXgBkAEAmAHxAqABwy2qAQQzLTE3uAEDyAEA-AEBmAIEoAKfCMICChAAGEcY1gQYsAPCAgUQABjvBcICCBAAGIAEGKIEwgIEECEYCpgDAOIDBRIBMSBAiAYBkAYIkgcFMS4zLTOgB4JQsgcDMy0zuAeYCMIHBTAuMi4yyAcK&sclient=gws-wiz-serp)
diff --git a/Workspace/SpringTraveler.com/📌Info.md b/Workspace/SpringTraveler.com/📌Info.md
index 93668d0..826ac14 100644
--- a/Workspace/SpringTraveler.com/📌Info.md
+++ b/Workspace/SpringTraveler.com/📌Info.md
@@ -1,25 +1,25 @@
---
Created: 2025-07-08 00:41 Tue
-Updated: 2025-08-27 14:17 Wed
+Updated: 2025-08-27 15:11 Wed
---
## 账户
-| | | 账号 | 密码 | Backup Code | 产品页 |
-| ------------------------------------------------------------------------------- | ------------------ | -------------------------------------- | ------------------------------------ | -------------------------------- | --------------------------------------------------------------------- |
-| [WordPress](https://springtraveler.com/wp-login.php) | 商品管理员 | wp_admin | gljczj2025@ | | |
-| | 管理员 | st_admin | gljczj2025@ | | |
-| [GetYourGuide](https://www.getyourguide.supply/) | | `zhuge2518@gmail.com` | KWP2Dxn3Xb#PEkp
*短信验证* | | [GetYourGuide](https://www.getyourguide.com/Spring-Traveler-s571084/) |
-| [Supply Partner登录](https://supplier.getyourguide.com/home) | | `ldj2yt@gmail.com` | 0pNrF#Z+JefP
*验证器二次验证* | IG7DDNNSMKHLR5N42JDPURZ7O2SMACCO | |
-| TripAdvisor & [Viator](https://supplier.viator.com/sign-up-info?m=62034) | | `zhuge2518@gmail.com` | swHsBWw&5E-2DPL
| | |
-| Gmail | | `zhuge2518@gmail.com` | rdPa!JS5G*!6mNc
*验证器二次验证*
| | |
-| Expedia 广告联盟 | | | 4M5kSed3g.QduPe | | |
-| [Expedia TAAP](https://partner.expediagroup.com/en-us) | | `zhuge2518@gmail.com` | !@TQKP95zrL!2ns | | |
-| PayPal | Personal | `zhuge2518@gmail.com` | Zg318920 | | |
-| 域名 [dynadot](https://www.dynadot.com/) | springtraveler.com | 15296015277 | Yy152@12 | | |
-| [阿里云](https://www.aliyun.com/) | 主账号 | springtraveler | b5Sg1PTMHp
*短信验证* | | |
-| | lot.sp | `lot.sp@1666356004193852.onaliyun.com` | rh9IKudZ7Y
*MFA验证* | | |
-| [阿里企业邮箱登录](https://qiye.aliyun.com/?spm=5176.8565205.10053511.1.28bfXzoqXzoqig) | 管理员 | `postmaster@springtraveler.com` | IPEJ1snfv0
*短信验证* | | |
+| | | 账号 | 密码 | Backup Code | 产品页 |
+| ------------------------------------------------------------------------------- | ------------------ | -------------------------------------- | -------------------------------- | -------------------------------- | --------------------------------------------------------------------- |
+| [WordPress](https://springtraveler.com/wp-login.php) | 商品管理员 | wp_admin | gljczj2025@ | | |
+| | 管理员 | st_admin | gljczj2025@ | | |
+| [GetYourGuide](https://www.getyourguide.supply/) | | `zhuge2518@gmail.com` | KWP2Dxn3Xb#PEkp
*短信验证* | | [GetYourGuide](https://www.getyourguide.com/Spring-Traveler-s571084/) |
+| [Supply Partner登录](https://supplier.getyourguide.com/home) | | `ldj2yt@gmail.com` | 0pNrF#Z+JefP
*MFA验证器二次验证* | IG7DDNNSMKHLR5N42JDPURZ7O2SMACCO | |
+| TripAdvisor & [Viator](https://supplier.viator.com/sign-up-info?m=62034) | | `zhuge2518@gmail.com` | swHsBWw&5E-2DPL
| | |
+| Gmail | | `zhuge2518@gmail.com` | rdPa!JS5G*!6mNc
_验证器二次验证_ | | |
+| Expedia 广告联盟 | | | 4M5kSed3g.QduPe | | |
+| [Expedia TAAP](https://partner.expediagroup.com/en-us) | | `zhuge2518@gmail.com` | !@TQKP95zrL!2ns | | |
+| PayPal | Personal | `zhuge2518@gmail.com` | Zg318920 | | |
+| 域名 [dynadot](https://www.dynadot.com/) | springtraveler.com | 15296015277 | Yy152@12 | | |
+| [阿里云](https://www.aliyun.com/) | 主账号 | springtraveler | b5Sg1PTMHp
*短信验证* | | |
+| | lot.sp | `lot.sp@1666356004193852.onaliyun.com` | rh9IKudZ7Y
*MFA验证* | | |
+| [阿里企业邮箱登录](https://qiye.aliyun.com/?spm=5176.8565205.10053511.1.28bfXzoqXzoqig) | 管理员 | `postmaster@springtraveler.com` | IPEJ1snfv0
*短信验证*
*MFA验证器* | | |
*短信验证*
15077197980