diff --git a/db.sqlite3 b/db.sqlite3 index 1539c0eb726c16eb38dfafd7284ee134b59830fa..e531b07f00a00db300fc8a95c8c3c25631860d4f 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/simpleui_demo/settings.py b/simpleui_demo/settings.py index e8a2df05fc5fa53e09f6a6b15b758a6506de24ef..44c7df7fe361b5af554d9dd303bfd0b1312f1b8e 100644 --- a/simpleui_demo/settings.py +++ b/simpleui_demo/settings.py @@ -151,6 +151,8 @@ SIMPLEUI_INDEX = 'https://www.88cto.com' # 自定义SIMPLEUI的Logo # SIMPLEUI_LOGO = 'https://avatars2.githubusercontent.com/u/13655483?s=60&v=4' +# 登录页粒子动画,默认开启,False关闭 +# SIMPLEUI_LOGIN_PARTICLES = False # 让simpleui 不要收集相关信息 SIMPLEUI_ANALYSIS = True