feat: support mikan rss links

This commit is contained in:
2024-12-28 07:18:54 +08:00
parent 6149710fe0
commit e93a8a0dec
83 changed files with 5099 additions and 2561 deletions

View File

@@ -4,10 +4,14 @@ set dotenv-load
prepare-dev-recorder:
cargo install loco-cli
cargo install sea-orm-cli
cargo install cargo-watch
dev-recorder:
cargo watch -w crates/recorder -w config -x 'recorder start'
down-recorder:
cargo run -p recorder --bin recorder_cli -- db down 999 --environment recorder.development
play-recorder:
cargo recorder-playground