mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-07-09 06:23:46 +08:00
chore: 将默认的 video_name 修改为 {{title}}
This commit is contained in:
@@ -52,7 +52,7 @@ impl Config {
|
|||||||
filter_option: FilterOption::default(),
|
filter_option: FilterOption::default(),
|
||||||
danmaku_option: DanmakuOption::default(),
|
danmaku_option: DanmakuOption::default(),
|
||||||
favorite_list: HashMap::new(),
|
favorite_list: HashMap::new(),
|
||||||
video_name: Cow::Borrowed("{{bvid}}"),
|
video_name: Cow::Borrowed("{{title}}"),
|
||||||
page_name: Cow::Borrowed("{{bvid}}"),
|
page_name: Cow::Borrowed("{{bvid}}"),
|
||||||
interval: 1200,
|
interval: 1200,
|
||||||
upper_path: CONFIG_DIR.join("upper_face"),
|
upper_path: CONFIG_DIR.join("upper_face"),
|
||||||
|
|||||||
Reference in New Issue
Block a user