调整权限弹窗
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user