feat(renewal): per-subscription renewal date base setting for manual renewals

This commit is contained in:
Xiaolan Bot
2026-08-24 20:29:39 +08:00
parent 2338c375b9
commit 2c9d538f55
2 changed files with 109 additions and 19 deletions
+2
View File
@@ -5,6 +5,7 @@
## 功能特性
- ➕ 添加订阅(名称、费用、货币、分类、到期日、周期、续费方式、备注)
- 🔁 手动续订日期起算方式可选:从续费日起算,或从到期日顺延(提前续费不损失天数)
- 📋 列出订阅并查看详情
- 🗂️ 按分类浏览订阅
- ✏️ 编辑订阅信息
@@ -103,6 +104,7 @@ python SubMind.py
- `frequency_value`(正整数)
- `renewal_type``auto` / `manual`
- `notes`(可选)
- `renewal_base`(可选,仅手动续费有效:`today`=从续费日起算,`due_date`=从到期日顺延;默认 `today`
示例: