Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuLing-zhang committed Feb 10, 2025
1 parent 86e0ef9 commit c408377
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<img src="https://github.com/JiuLing-zhang/ComputerLock/raw/main/resources/app.png" width="50%">

## 适用场景
\- 💖 展示内容时担心误操作
\- ⚡ 厌倦了系统锁屏界面
\- 🌈 防止系统休眠
\- 🌀 担心离开后忘记锁屏

## 功能特点
* 🎈 启动自动锁屏
* ✨ 透明锁屏
* 💖 一键锁屏
* 🎁 无操作时自动锁屏
* 🍭 多显示器支持
* 🎉 禁用 `Windows` 锁屏
Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ A lock screen tool for Windows. 👉👉[中文版](./README.md)
<img src="https://github.com/JiuLing-zhang/ComputerLock/raw/main/resources/app_en.png" width="50%">

## Application Scenarios
\- 💖 Worried about accidental operations when presenting
\- ⚡ Tired of the system's lock screen interface
\- 🌈 Prevent system from sleeping
\- 🌀 Worried about forgetting to lock the screen when away

## Features
* 🎈 Auto-lock on startup
* ✨ Transparent Lock
* 💖 One-Click Screen Lock
* 🎁 Auto Lock After Inactivity
* 🍭 Multi-screen support
* 🎉 Disable Windows Lock Screen
Expand Down
Binary file modified resources/app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/app_en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/ComputerLock/Pages/Index.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected override async Task OnInitializedAsync()
{
if (GlobalLockService.IsLocked)
{
Logger.Write("快捷键解锁");
Logger.Write("快捷键解锁(独立解锁)");
GlobalLockService.Unlock();
}
}
Expand Down

0 comments on commit c408377

Please sign in to comment.