调整权限弹窗

This commit is contained in:
liuwei
2025-06-04 14:09:03 +08:00
parent 998992cf0b
commit 050840ee55

View File

@@ -6,7 +6,6 @@ Created Date: 2024-01-21
Last Modified: 2024-03-24
Modified by: MrCrawL
"""
from plugins.global_news.dify_news_analyze import dify_news_title_analyze
from utils.markdown_to_image import convert_md_str_to_image
'''Existing problem: text with hyperlink won't be saved'''
@@ -325,6 +324,6 @@ def all_english_news():
news_titles += abc() + "\n"
news_titles += fox() + "\n"
news_titles += bbc() + "\n"
markdown_news = dify_news_title_analyze(news_titles)
markdown_news = news_titles # self.dify_news_title_analyze(news_titles)
spath = convert_md_str_to_image(markdown_news, "news_output.png")
return spath