chore: 将默认的 video_name 修改为 {{title}}

This commit is contained in:
amtoaer
2024-04-11 00:54:41 +08:00
parent 4512fef70d
commit d408ff079e

View File

@@ -52,7 +52,7 @@ impl Config {
filter_option: FilterOption::default(),
danmaku_option: DanmakuOption::default(),
favorite_list: HashMap::new(),
video_name: Cow::Borrowed("{{bvid}}"),
video_name: Cow::Borrowed("{{title}}"),
page_name: Cow::Borrowed("{{bvid}}"),
interval: 1200,
upper_path: CONFIG_DIR.join("upper_face"),