Merge branch 'master' into region

This commit is contained in:
WQY\qiong
2023-04-29 09:28:04 +08:00
11 changed files with 222206 additions and 48 deletions

View File

@@ -185,9 +185,6 @@ def clean_project(excluded: list[str] = []) -> None:
def is_project_open(name: str) -> bool:
return api.is_project_open(name)
def get_project_open_count(name: str) -> int:
return api.get_project_open_count(name)
def open_project(name: str) -> None:
return api.open_project(name)