Merge branch 'main' into fix/plugin_store

This commit is contained in:
HibiKier 2025-07-17 18:58:49 +08:00 committed by GitHub
commit fd8c27c980
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,7 @@
class DbUrlIsNode(Exception):
from zhenxun.utils.exception import HookPriorityException
class DbUrlIsNode(HookPriorityException):
"""
数据库链接地址为空
"""