说明、样式和一点优化

This commit is contained in:
mxr612 2025-03-15 20:35:33 +08:00
parent 74546fc2fb
commit 7fe421368e
3 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,8 @@ PsychoScales网站是一个专业的心理学资源平台旨在为用户提
作为PsychoScales网站的用户您可以通过简单的在线测试快速获取关于自己心理特征的详细报告和分析。这些测量工具基于权威的心理学理论和研究确保了测试结果的准确性和可靠性。
[PsychoScales主站](https://psygscales.com/)
本网站旨在提供免费的量表分享和结果计算。
如果您需要解析,您可以在[心尺PsychoScales](https://www.psychoscales.com/)得到全面、深入的AI结果解析。
联系我们feedback@psygscales.com

2
app.py
View File

@ -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:

View File

@ -149,5 +149,6 @@ main {
border: none;
border-radius: 4px;
cursor: pointer;
margin: 30px;
}
}