mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-06-06 09:57:25 +08:00
refactor(config): move platform-specific configs to separate files
- Remove platform-specific configurations from base_config.py - Create separate config files for each platform in their respective directories - Update import statements in core files to use new platform-specific config modules - Clean up unused and deprecated configuration options
This commit is contained in:
@@ -10,4 +10,4 @@
|
||||
|
||||
|
||||
from .base_config import *
|
||||
from .db_config import *
|
||||
from .db_config import *
|
||||
Reference in New Issue
Block a user