feat: ship blog platform admin and deploy stack

This commit is contained in:
2026-03-31 21:48:39 +08:00
parent a9a05aa105
commit 313f174fbc
210 changed files with 25476 additions and 5803 deletions

View File

@@ -15,6 +15,9 @@ pub struct Model {
pub author: Option<String>,
pub email: Option<String>,
pub avatar: Option<String>,
pub ip_address: Option<String>,
pub user_agent: Option<String>,
pub referer: Option<String>,
#[sea_orm(column_type = "Text", nullable)]
pub content: Option<String>,
pub scope: String,