This commit is contained in:
dcr_xuxgc
2026-06-12 17:49:54 +08:00
commit d759a9e740
69 changed files with 14243 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
@echo off
:: JNote 后端服务启动脚本
cd /d "%~dp0"
jnote-api.exe
pause