修改browsers位置,删除无用引入

This commit is contained in:
2026-04-10 11:40:35 +08:00
parent 1b77615162
commit 86ba722bfc
10 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@
/.vscode/
/main.build/
/main.dist/
/__pycache__/

View File

@@ -4,11 +4,11 @@ from lib.model import goods
from utils import formats, files, wpdata
if __name__ == '__main__':
from lib.module import example, ssfshop, tfashion
from lib.module import example
Server:example.SpiderModule
Server = ssfshop.SpiderModule()
Server = example.SpiderModule()
lib.Server = Server
# category_urls = Server.get_category_urls()

Binary file not shown.