File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def save_config():
53
53
project_name = _cfg .get ("project_name" , "MoneyPrinterTurbo" )
54
54
project_description = _cfg .get ("project_description" ,
55
55
"<a href='https://github.com/harry0703/MoneyPrinterTurbo'>https://github.com/harry0703/MoneyPrinterTurbo</a>" )
56
- project_version = _cfg .get ("project_version" , "1.0.1 " )
56
+ project_version = _cfg .get ("project_version" , "1.1.0 " )
57
57
reload_debug = False
58
58
59
59
imagemagick_path = app .get ("imagemagick_path" , "" )
Original file line number Diff line number Diff line change 38
38
<style>#root > div:nth-child(1) > div > div > div > div > section > div {padding-top: 0rem;}</style>
39
39
"""
40
40
st .markdown (hide_streamlit_style , unsafe_allow_html = True )
41
- st .title ("MoneyPrinterTurbo" )
41
+ st .title (f "MoneyPrinterTurbo v { config . project_version } " )
42
42
43
43
font_dir = os .path .join (root_dir , "resource" , "fonts" )
44
44
song_dir = os .path .join (root_dir , "resource" , "songs" )
Original file line number Diff line number Diff line change 58
58
"Model Name" : " Model Name" ,
59
59
"Please Enter the LLM API Key" : " Please Enter the **LLM API Key**" ,
60
60
"Please Enter the Pexels API Key" : " Please Enter the **Pexels API Key**" ,
61
- "Get Help" : " If you need help, or have any questions, you can join discord for help: https://harryai.cc/moneyprinterturbo "
61
+ "Get Help" : " If you need help, or have any questions, you can join discord for help: https://harryai.cc"
62
62
}
63
63
}
Original file line number Diff line number Diff line change 58
58
"Model Name" : " Model Name" ,
59
59
"Please Enter the LLM API Key" : " Please Enter the **LLM API Key**" ,
60
60
"Please Enter the Pexels API Key" : " Please Enter the **Pexels API Key**" ,
61
- "Get Help" : " If you need help, or have any questions, you can join discord for help: https://harryai.cc/moneyprinterturbo "
61
+ "Get Help" : " If you need help, or have any questions, you can join discord for help: https://harryai.cc"
62
62
}
63
63
}
Original file line number Diff line number Diff line change 58
58
"Model Name" : " 模型名称 (:blue[需要到大模型提供商的后台确认被授权的模型名称])" ,
59
59
"Please Enter the LLM API Key" : " 请先填写大模型 **API Key**" ,
60
60
"Please Enter the Pexels API Key" : " 请先填写 **Pexels API Key**" ,
61
- "Get Help" : " 有任何问题或建议,可以加入 **微信群** 求助或讨论:https://harryai.cc/moneyprinterturbo "
61
+ "Get Help" : " 有任何问题或建议,可以加入 **微信群** 求助或讨论:https://harryai.cc"
62
62
}
63
63
}
You can’t perform that action at this time.
0 commit comments