This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==WidgetScript== | |
// @name 🐼 本期支出 | |
// @description 从 Notion 数据库中统计支出情况 | |
// @icon system:chart.bar.xaxis | |
// @iconBgColor #04B921 | |
// @param api {string="https://api.imalan.cn/notion_bkp/stat"} API - URL to your metrics data API | |
// @param token_v2 {string=""} Notion token - 先浏览器登录 Notion,cookie 中名为 token_v2 的字段 | |
// @param db_url {string=""} Database 链接 | |
// @param total_b {string=""} 总支出预算 |