🐛 fix 通道无法在进程内传递消息的问题

This commit is contained in:
2024-08-12 02:40:51 +08:00
parent c3fc5d429b
commit 37b8d969b1
36 changed files with 430 additions and 238 deletions

13
.gitignore vendored
View File

@ -1,6 +1,7 @@
.venv/
.idea/
.cache/
node_modules/
data/
db/
@ -11,19 +12,23 @@ __pycache__/
*.pyd
*.pyw
/plugins/
#config
config/
!config/default.yml
_config.yml
config.yml
config.example.yml
compile.bat
src/resources/templates/latest-debug.html
# vuepress
.github
test.py
line_count.py
# mupy
mypy.ini
# nuitka
compile.bat
src/resources/templates/latest-debug.html
main.build/
main.dist/
main.exe