From 7fe421368ea3df45924ad75c3afd7fb99ed973c6 Mon Sep 17 00:00:00 2001 From: mxr612 Date: Sat, 15 Mar 2025 20:35:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B4=E6=98=8E=E3=80=81=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=92=8C=E4=B8=80=E7=82=B9=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- app.py | 2 +- static/styles.css | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85fa2e8..4880321 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ PsychoScales网站是一个专业的心理学资源平台,旨在为用户提 作为PsychoScales网站的用户,您可以通过简单的在线测试,快速获取关于自己心理特征的详细报告和分析。这些测量工具基于权威的心理学理论和研究,确保了测试结果的准确性和可靠性。 -[PsychoScales主站](https://psygscales.com/) +本网站旨在提供免费的量表分享和结果计算。 +如果您需要解析,您可以在[心尺PsychoScales](https://www.psychoscales.com/)得到全面、深入的AI结果解析。 联系我们:feedback@psygscales.com diff --git a/app.py b/app.py index 4976719..16fbd0e 100644 --- a/app.py +++ b/app.py @@ -13,7 +13,7 @@ app.mount("/static", StaticFiles(directory="static"), name="static") # 加载所有问卷数据 def load_all_scales(): - scale_folder = 'scales' + scale_folder = os.path.realpath('scales') scales = {} tags = {} try: diff --git a/static/styles.css b/static/styles.css index efd858a..24fb6d3 100644 --- a/static/styles.css +++ b/static/styles.css @@ -149,5 +149,6 @@ main { border: none; border-radius: 4px; cursor: pointer; + margin: 30px; } } \ No newline at end of file