fix: update js path

This commit is contained in:
ihmily 2024-10-10 13:53:21 +08:00
parent 634bd9f41f
commit 560f294819

View File

@ -2,4 +2,4 @@ from pathlib import Path
current_file_path = Path(__file__).resolve()
current_dir = current_file_path.parent
JS_SCRIPT_PATH = current_dir / 'js'
JS_SCRIPT_PATH = current_dir / 'javascript'