-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ | |
- 自助分章节点播,颗粒度到小节 | ||
- 平台记录观看进度,安全有效 | ||
- 关闭页面后自动记录当前进度,下次打开后继续观看 | ||
- 支持最小化 & 调整窗体大小 | ||
- 无隐私泄露,不记录用户信息 | ||
|
||
## Author | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export function consoleLicense() { | ||
console.log( | ||
"%c5Y Helper © Wibus%c\n%c发布于 AGPLv3 许可下。创建于 2024年10月22日", | ||
"color: #ff6b6b; font-size: 20px; font-weight: bold;", | ||
"", | ||
"color: #4ecdc4; font-style: italic;" | ||
); | ||
} |