mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-26 11:32:16 +08:00
fix: fix bugs, add more api.
This commit is contained in:
@@ -4,7 +4,7 @@ from typing import Optional
|
||||
|
||||
class RSSItem(SQLModel, table=True):
|
||||
id: int = Field(default=None, primary_key=True, alias="id")
|
||||
item_path: str = Field("example path", alias="item_path")
|
||||
item_path: Optional[str] = Field(None, alias="item_path")
|
||||
url: str = Field("https://mikanani.me", alias="url")
|
||||
combine: bool = Field(True, alias="combine")
|
||||
parser: str = Field("mikan", alias="parser")
|
||||
|
||||
Reference in New Issue
Block a user