feat: 配置项目的热修改

This commit is contained in:
2024-03-31 06:22:53 +08:00
parent c8851bd696
commit f9e61fd184
22 changed files with 86394 additions and 138 deletions

View File

@ -20,7 +20,7 @@ from playwright.async_api import Browser, Error, Page, Playwright, async_playwri
from .config import Config
import asyncio
config = get_plugin_config(Config)
config = Config()
_browser: Optional[Browser] = None
_playwright: Optional[Playwright] = None