This commit is contained in:
louiscklaw
2025-03-16 01:19:45 +08:00
parent 8731a00f5e
commit 98fabcf849
139 changed files with 7851 additions and 0 deletions

3
fps_draft/src/clean.bat Normal file
View File

@@ -0,0 +1,3 @@
del ~*
del *.bas

8
fps_draft/src/dev.bat Normal file
View File

@@ -0,0 +1,8 @@
del ~*
del *.bas
@REM xlwings vba edit --file ./20241103_ws.xlsm
@REM 20241103_ws_slave
xlwings vba edit --file ./20241103_ws.xlsm

Binary file not shown.

7
fps_draft/src/gitUpdate.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
git add .
git commit -m"update src,"
git push