https://github.com/cloudhao1999/vscode-extension-reminder
一个社畜人在周末加班的时候为了学习新技术写的一个小插件,用来判断是否下班了。
https://github.com/cloudhao1999/vscode-extension-reminder
vscode-extension
Last synced: 5 months ago
JSON representation
一个社畜人在周末加班的时候为了学习新技术写的一个小插件,用来判断是否下班了。
- Host: GitHub
- URL: https://github.com/cloudhao1999/vscode-extension-reminder
- Owner: cloudhao1999
- License: mit
- Created: 2022-10-15T07:28:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T09:39:56.000Z (over 3 years ago)
- Last Synced: 2025-10-13T05:33:17.822Z (10 months ago)
- Topics: vscode-extension
- Language: TypeScript
- Homepage:
- Size: 6.2 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 下班了吗
一个社畜人在周末加班的时候为了学习新技术写的一个小插件,用来判断是否下班了。

## Features
- [x] 可自定义上下班时间
- [x] 底部状态栏显示剩余时间
- [x] 下班前通知
## Release Notes
### 1.0.0
实现基本功能,可自定义下班时间,底部状态栏显示剩余时间。
### 1.0.1
修复了一个小 bug。
### 1.1.0
可自定义上下班时间。
### 1.2.0
增加了下班前通知功能。
### 1.2.4
修复一个通知BUG。
-----------------------------------------------------------------------------------------------------------