test ai-blog

This commit is contained in:
2025-07-15 17:32:20 +09:00
parent 75f108e7b8
commit 0110773592
73 changed files with 9000 additions and 30 deletions

View File

@@ -245,7 +245,7 @@ pub async fn init_with_pds(pds_override: Option<String>) -> Result<()> {
}
} else {
// Auto-detect from handle suffix
if handle.ends_with(".syu.is") {
if handle.ends_with(".syu.is") || handle.ends_with(".syui.ai") {
"https://syu.is".to_string()
} else {
"https://bsky.social".to_string()