修复关键位
This commit is contained in:
@@ -7649,6 +7649,12 @@ def _hub_meta_bundle():
|
||||
|
||||
|
||||
try:
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
_repo_root = Path(__file__).resolve().parent.parent
|
||||
if str(_repo_root) not in sys.path:
|
||||
sys.path.insert(0, str(_repo_root))
|
||||
from hub_bridge import install_on_app
|
||||
|
||||
install_on_app(
|
||||
|
||||
Reference in New Issue
Block a user