feat: add download table

This commit is contained in:
2024-02-24 19:18:03 +08:00
parent 96ca2076ed
commit 409ffe17af
30 changed files with 780 additions and 146 deletions

View File

@@ -1,7 +1,6 @@
use eyre::Context;
#[allow(unused_imports)]
use loco_rs::{cli::playground, prelude::*};
use recorder::app::App;
async fn fetch_and_parse_rss_demo () -> eyre::Result<()> {
let url =
@@ -15,7 +14,6 @@ async fn fetch_and_parse_rss_demo () -> eyre::Result<()> {
#[tokio::main]
async fn main() -> eyre::Result<()> {
fetch_and_parse_rss_demo().await?;
// let active_model: articles::ActiveModel = ActiveModel {