diff --git a/app/config/config.py b/app/config/config.py index 2afcdd0..19d4a77 100644 --- a/app/config/config.py +++ b/app/config/config.py @@ -53,7 +53,7 @@ def save_config(): project_name = _cfg.get("project_name", "MoneyPrinterTurbo") project_description = _cfg.get("project_description", "https://github.com/harry0703/MoneyPrinterTurbo") -project_version = _cfg.get("project_version", "1.0.1") +project_version = _cfg.get("project_version", "1.1.0") reload_debug = False imagemagick_path = app.get("imagemagick_path", "") diff --git a/webui/Main.py b/webui/Main.py index 2712b28..7eb10fb 100644 --- a/webui/Main.py +++ b/webui/Main.py @@ -38,7 +38,7 @@ """ st.markdown(hide_streamlit_style, unsafe_allow_html=True) -st.title("MoneyPrinterTurbo") +st.title(f"MoneyPrinterTurbo v{config.project_version}") font_dir = os.path.join(root_dir, "resource", "fonts") song_dir = os.path.join(root_dir, "resource", "songs") diff --git a/webui/i18n/de.json b/webui/i18n/de.json index 63bd397..d68899b 100644 --- a/webui/i18n/de.json +++ b/webui/i18n/de.json @@ -58,6 +58,6 @@ "Model Name": "Model Name", "Please Enter the LLM API Key": "Please Enter the **LLM API Key**", "Please Enter the Pexels API Key": "Please Enter the **Pexels API Key**", - "Get Help": "If you need help, or have any questions, you can join discord for help: https://harryai.cc/moneyprinterturbo" + "Get Help": "If you need help, or have any questions, you can join discord for help: https://harryai.cc" } } \ No newline at end of file diff --git a/webui/i18n/en.json b/webui/i18n/en.json index 47bd073..f30e4e7 100644 --- a/webui/i18n/en.json +++ b/webui/i18n/en.json @@ -58,6 +58,6 @@ "Model Name": "Model Name", "Please Enter the LLM API Key": "Please Enter the **LLM API Key**", "Please Enter the Pexels API Key": "Please Enter the **Pexels API Key**", - "Get Help": "If you need help, or have any questions, you can join discord for help: https://harryai.cc/moneyprinterturbo" + "Get Help": "If you need help, or have any questions, you can join discord for help: https://harryai.cc" } } \ No newline at end of file diff --git a/webui/i18n/zh.json b/webui/i18n/zh.json index 7d71d05..24f4b22 100644 --- a/webui/i18n/zh.json +++ b/webui/i18n/zh.json @@ -58,6 +58,6 @@ "Model Name": "模型名称 (:blue[需要到大模型提供商的后台确认被授权的模型名称])", "Please Enter the LLM API Key": "请先填写大模型 **API Key**", "Please Enter the Pexels API Key": "请先填写 **Pexels API Key**", - "Get Help": "有任何问题或建议,可以加入 **微信群** 求助或讨论:https://harryai.cc/moneyprinterturbo" + "Get Help": "有任何问题或建议,可以加入 **微信群** 求助或讨论:https://harryai.cc" } } \ No newline at end of file