change: upgrade funplugin to v0.3.1

This commit is contained in:
debugtalk
2022-03-18 16:41:36 +08:00
parent 1ce8d7123a
commit efc53703d3
11 changed files with 184 additions and 43 deletions

11
.gitignore vendored
View File

@@ -11,13 +11,10 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# system or IDE generated files
__debug_bin
.vscode/
.idea/
__pycache__
.DS_Store
*.bak
@@ -27,3 +24,9 @@ output/
# built plugins
debugtalk.bin
debugtalk.so
# python files
.venv
__pycache__
.pyc
dist