Compare commits

...

5 Commits

4 changed files with 3357 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
# pcapi忽略提交
# 补充:通用 Python 缓存规则(如果其他目录也有 __pycache__,可选)
__pycache__/
*.py[cod]
*.pyo
# 补充:通用日志文件忽略(如果需要忽略整个 logs 目录或其他日志)
logs/
*.log
k8s-images/
conf/
*.DS_Store

BIN
doc/.DS_Store vendored Normal file

Binary file not shown.

3276
doc/README.md Normal file

File diff suppressed because one or more lines are too long

65
doc/pcapi_kboss.html Normal file

File diff suppressed because one or more lines are too long