This commit is contained in:
jxxghp
2023-09-11 19:10:51 +08:00
parent efe89f59b9
commit 605a7486b3
2 changed files with 7 additions and 3 deletions

View File

@ -85,4 +85,4 @@ class SiteOper(DbOper):
site.update(self._db, {
"rss": rss
})
return True, "更新站点rss成功"
return True, "更新站点RSS地址成功"