Skip to content

Commit

Permalink
0.1.6 filebrowser backend
Browse files Browse the repository at this point in the history
  • Loading branch information
qinlili23333 committed Oct 6, 2021
1 parent ad60bcd commit 2f2f623
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 659 deletions.
2 changes: 2 additions & 0 deletions Launch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ for /d %%i in (receivers\*) do (
echo 正在停止%%i服务
start /min %%i\Stop.bat
)
taskkill /im ping.exe /f
taskkill /im cmd.exe /f
taskkill /im ping.exe /f
exit

:showurl
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
## 使用方法
Clone本项目到本地,确认已经安装Python3(需加入`PATH`变量)和MS Office后,首先运行`PythonModuleInit.bat`,初始化完成后运行`Launch.bat`即可启动
如果你使用内置的`qrcp`接收服务请务必在路由器上放行本机的`9980`端口
如果你使用内置的`filebrowser`接收服务请务必在路由器上放行本机的`8080`端口
请务必确保已经在设置内关闭`Let Windows manage my default printer`并设置了默认打印机,所有打印都会在默认打印机上进行,请不要把默认打印机设置为`Adobe PDF`等虚拟打印机测试
如果需要修改打印设置,把打印机的首选项改掉就行了,本项目一律使用你设置的首选项进行打印
本项目可以在多网卡设备上运行,但显示地址和二维码默认只显示第一个IP,但你可以通过本机任意IP访问
Expand Down Expand Up @@ -66,4 +67,5 @@ qrcp在无互联网连接获取ip的情况下只能工作在一个网卡上
[PrintXPS](https://github.com/frogmorecs/PrintXPS)
[oxpsConverter](https://github.com/19871010/oxpsConverter)
[7zip](https://www.7-zip.org/)
[PDFtoPrinter](http://www.columbia.edu/~em36/pdftoprinter.html)
[PDFtoPrinter](http://www.columbia.edu/~em36/pdftoprinter.html)
[filebrowser](https://github.com/filebrowser/filebrowser)
368 changes: 0 additions & 368 deletions printmodule/caj/lib/JBigDecode.cc

This file was deleted.

Loading

0 comments on commit 2f2f623

Please sign in to comment.