fix theme folder rename problem

这个提交包含在:
binary-husky
2023-07-16 13:15:55 +08:00
父节点 b308fde480
当前提交 fe231f72b6
共有 9 个文件被更改,包括 7 次插入7 次删除

查看文件

@@ -14,7 +14,7 @@ def main():
if not AUTHENTICATION: AUTHENTICATION = None
from check_proxy import get_current_version
from theme.theme import adjust_theme, advanced_css, theme_declaration
from themes.theme import adjust_theme, advanced_css, theme_declaration
initial_prompt = "Serve me as a writing and programming assistant."
title_html = f"<h1 align=\"center\">GPT 学术优化 {get_current_version()}</h1>{theme_declaration}"
description = """代码开源和更新[地址🚀](https://github.com/binary-husky/chatgpt_academic),感谢热情的[开发者们❤️](https://github.com/binary-husky/chatgpt_academic/graphs/contributors)"""