自动锁
想要远程/自动锁定Windows屏幕吗? AutoLock公开REST端点以触发屏幕锁定(从您的电话,家庭自动化系统等)。
只需在用户登录时启动应用程序(向“ Startup菜单项添加快捷方式),然后调用:
http://localhost:4352/lock
您还可以通过以下方式启动该应用程序:
--port,-p Change the default port (4352)
--token,-t Set a token that needs to be passed vi
HiLoader应用
从桌面将文件上传到IPFS。 二手电子框架:
package.json指向应用程序的主文件,并列出其详细信息和依赖项。
main.js启动应用程序并创建一个浏览器窗口以呈现HTML。 这是应用程序的主要过程。
index.html要呈现的网页。 这是应用程序的渲染过程。
# Clone this repository
git clone https://github.com/noxonsu/hiloader.git
# Go into the repository