From 0f80244a0cb5ce9fd6e3e4014fcbcc9bf89ce4fa Mon Sep 17 00:00:00 2001 From: xtaodada Date: Fri, 27 Oct 2023 10:23:26 +0800 Subject: [PATCH] :mag: Change post admin notice domain to self-hosted --- plugins/admin/post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/admin/post.py b/plugins/admin/post.py index 161ae52..d836269 100644 --- a/plugins/admin/post.py +++ b/plugins/admin/post.py @@ -130,7 +130,7 @@ class Post(Plugin.Conversation): InlineKeyboardButton("取消", callback_data=f"post_admin|cancel|{post_info.post_id}"), ] ] - url = f"https://www.miyoushe.com/{self.short_name}/article/{post_info.post_id}" + url = f"https://www.miyoushe.gay/{self.short_name}/article/{post_info.post_id}" text = f"发现官网推荐文章 {post_info.subject}\n是否开始处理" try: await context.bot.send_message(