PJ568 2 years ago
commit 5957cce048

@ -0,0 +1,48 @@
name: Release
on:
push:
branches:
- '**'
- '!min'
jobs:
Release:
runs-on: ubuntu-latest
steps:
- name: Clone
run: |
echo '创建 tree/'
mkdir /home/runner/tree
echo '克隆 main 分支:'
git clone https://github.com/PJ-568/Black_screen.git -b main /home/runner/tree/main
echo '检查 tree/main'
ls /home/runner/tree/main
- name: Checkout min branch
uses: actions/checkout@v3
with:
ref: min
- name: Merge
run: |
echo '清空 min'
rm -r ./*
echo '检查 min'
ls
echo '移动 tree/main/* 到 min/'
cp -v -u -r /home/runner/tree/main/* .
- name: HTML/CSS/JS Minifier
uses: docker://devatherock/minify-js:2.0.0
with:
add_suffix: false # Optional
- name: Push
run: |
git config --global user.name "PJ569-bot"
git config --global user.email "LiuTian-PJ568@PJ568.eu.org"
git add -A
git commit -m '自动 Release'
git push

@ -0,0 +1,190 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
Copyright 2023 PJ568
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

@ -0,0 +1,63 @@
<p align="center">
<img height="256" src='https://Tools.PJ568.eu.org/img/icon.svg' />
</p>
> 🌏简体中文 | [English](./README_EN.md)
> 🗃️[Github](https://github.com/PJ-568/Black_screen) | [Gitee](https://gitee.com/PJ-568/Black_screen)
# <img height="30" style="margin: -3px 5px;" src="https://Tools.PJ568.eu.org/img/icon.svg"/>黑色全屏
* 一个能显示全屏黑色的HTML文件。
<a style="font-size:14px;margin:10px 0.8%;border:2px solid #0277BD;border-radius:6px;background:#424242;width:200px;min-height:62px;line-height:20px;box-sizing:border-box;display:flex;align-items:center" href="https://tools.pj568.eu.org/incert/?link=/lib/tools/%E9%BB%91%E8%89%B2%E5%85%A8%E5%B1%8F/">点击访问</a>
## 🪴项目活动
![Project Activity](https://repobeats.axiom.co/api/embed/ba165b608e164d24000159867895d9e62a315fab.svg "Repobeats analytics image")
## 📚功能
* 显示全屏黑色。
* ……
## 📖其他说明
* `本项目允许修改,但请保留原作者信息。确需去除,请联系作者,以免失去技术支持。`详情请参照[许可证](./LICENSE)。
* 出现 BUG 请提出`Issue`,我会修复。
* 期待您的 `Commitment`
## 🏆贡献者们
> 感谢所有让这个项目变得更好的贡献者们!
[![Contributors Chart](https://contrib.rocks/image?repo=PJ-568/Black_screen)](https://github.com/PJ-568/Black_screen/graphs/contributors)
## 💻代码贡献
欢迎每一位对本项目感兴趣的朋友贡献代码。
### 参考
* Fork 源码,下载到本地并运行项目;
* 添加/修改代码;
* <b style="color:red">⚠️对相关改动进行全面的自我测试⚠️</b>
* 确认无误后提交修改到 Github
* 提交 Pull Request
### 请注意
* 单次 Pull Request 不应提交过多修改,请确保每次提交都针对特定的功能且务必说明本次改动的具体目的,例如:修复某 bug 、优化某方法 等,方便进行 Code Review
* 对于 bug 的修复,应该将本次 Pull Request 和相对应 bug 的 issue 关联起来,让别人知道该问题已经被修复;
* 对于较大的新功能,你需要先提交 Issues例如 “添加 XXX 功能”,确认该功能有被添加的必要后,再开始工作;
* 对于一些主观的样式、交互逻辑调整:如颜色、图标的使用,某些预设配置的增减修改等,一般不予通过。但可以在 Discussions 中进行讨论;
* 其他如简单的代码优化、文档修正等,只要修改合理都会被接受。
## 📄许可证
本项目遵循 [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) 许可协议。如果想了解完整许可信息,请查阅 `LICENSE`
## ⭐Star 历史
![Star History Chart](https://api.star-history.com/svg?repos=PJ-568/Black_screen&type=Date)

@ -0,0 +1,62 @@
<p align="center">
<img height="256" src='https://Tools.PJ568.eu.org/img/icon.svg' />
</p>
> 🌏[简体中文](./README.md) | English
> 🗃️[Github](https://github.com/PJ-568/Black_screen) | [Gitee](https://gitee.com/PJ-568/Black_screen)
# <img height="30" style="margin: -3px 5px;" src="https://Tools.PJ568.eu.org/img/icon.svg"/>Black_screen
* An html file which displays dark screen.
<a style="font-size:14px;margin:10px 0.8%;border:2px solid #0277BD;border-radius:6px;background:#424242;width:200px;min-height:62px;line-height:20px;box-sizing:border-box;display:flex;align-items:center" href="https://tools.pj568.eu.org/incert/?link=/lib/tools/%E9%BB%91%E8%89%B2%E5%85%A8%E5%B1%8F/">Click me to visit</a>
## 🪴Project Activity
![Project Activity](https://repobeats.axiom.co/api/embed/ba165b608e164d24000159867895d9e62a315fab.svg "Repobeats analytics image")
## 📚Feature
* Display dark screen.
* ...
## 📖Infomation
* `This project is allowed to modify, as long as you retain the original author information. If you want to remove it, please contact the author or you may lose technical support.` Please refer to [license](./LICENSE).
* If there is a BUG, please shoot an `Issue` and I will fix it.
* `Commitment` is also welcomed.
## 🏆Contributors
> Thanks to all the contributors who made this project better!
[![Contributors Chart](https://contrib.rocks/image?repo=PJ-568/Black_screen)](https://github.com/PJ-568/Black_screen/graphs/contributors)
## 💻Make Contributions
Every contributions to this project is welcomed.
### Steps
* Fork. Download and run the whole project locally.
* Add or modify the project.
* <b style="color:red">Conduct comprehensive tests on the relevant modifications.</b>
* Confirm and submit the changes to Github.
* Pull Requests.
### Things to Note
* A pull request should not commit too many changes. Make sure that each commit is for a specific feature and that you specify the purpose of the change, for example: fixed XX bug, optimizing XX method, etc. All for the convenience of code review.
* For bug fixes, you should associate your pull request with the issue of the corresponding bug to let others know that the problem has been fixed.
* For greater new features, you should submit an Issues first, such as "Add XXX feature". Confirm that the feature is necessary to be added before starting work.
* For subjective style and interaction logic adjustments, such as the use of colors and icons, as well as adding or modifying certain preset configurations, they are generally not approved. However, you can discuss them in the Discussions section.
* For other tasks like simple code optimizations and document corrections, as long as the modifications are reasonable, they will be accepted.
## 📄License
Licensed under the terms of [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). For full details about the license, please check the `LICENSE` file.
## ⭐Star History
![Star History Chart](https://api.star-history.com/svg?repos=PJ-568/Black_screen&type=Date)

@ -0,0 +1,164 @@
<!DOCTYPE html>
<!-- 本文件由 PJ568 撰写 -->
<!-- 本文件遵循 Apache License Version 2.0 -->
<html>
<head>
<meta charset="UTF-8">
<script src="/js/loading.js"></script>
<title>全屏黑色页面</title>
<link rel="icon" type="image/svg+xml" href="/img/icon.svg">
<style type="text/css">
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background-color: black;
}
a {
width: 100px;
height: 50px;
border: 2px solid #0277BD;
border-radius: 6px;
background: #424242;
color: #ccc;
text-align: center;
line-height: 50px;
font-size: 24px;
cursor: pointer;
border-radius: 6px
}
a:hover {
color:#BDBDBD;
background-color: #212121;
}
#home {
position: absolute;
top: 20px;
left: calc(50% - 50px)
}
#download {
position: absolute;
top: 100px;
left: 20px
}
#back {
position: absolute;
top: 20px;
left: 20px
}
#fullScreenBtn {
position: fixed;
top: calc(50% - 25px);
left: calc(50% - 100px);
width: 200px;
height: 50px;
border: 2px solid #0277BD;
border-radius: 6px;
background: #424242;
color: #ccc;
text-align: center;
line-height: 50px;
font-size: 24px;
cursor: pointer;
}
#exitBtn {
position: absolute;
top: 20px;
right: 20px;
width: 50px;
height: 50px;
border: 2px solid #0277BD;
border-radius: 6px;
background: #424242;
color: #ccc;
text-align: center;
line-height: 50px;
font-size: 24px;
cursor: pointer;
border-radius: 6px;
}
#fullScreenBtn:hover {
color:#BDBDBD;
background-color: #212121;
}
#exitBtn:hover {
color:#BDBDBD;
background-color:#212121;
}
@import url(/css/tool_type.css);
</style>
</head>
<body>
<div id="loading">
<div id="loading_bg">
<div class="loader">正在加载</div>
</div>
</div>
<a id="back" onclick="javascript:history.go(-1);">尝试返回</a>
<a id="download" href="index.html" download="黑色全屏.html">下载本页</a>
<a id="home" href="/">返回主页</a>
<div id="fullScreenBtn">进入全屏</div>
<div id="exitBtn">退出</div>
</body>
<script type="text/javascript">
var fullScreenBtn = document.getElementById("fullScreenBtn");
var exitBtn = document.getElementById("exitBtn");
var download = document.getElementById("download");
var back = document.getElementById("back");
var home = document.getElementById("home");
var timeoutId = null;
fullScreenBtn.onclick = function() {
if (document.documentElement.requestFullscreen) {
document.documentElement.requestFullscreen();
} else if (document.documentElement.mozRequestFullScreen) {
document.documentElement.mozRequestFullScreen();
} else if (document.documentElement.webkitRequestFullScreen) {
document.documentElement.webkitRequestFullScreen();
} else if (document.documentElement.msRequestFullscreen) {
document.documentElement.msRequestFullscreen();
}
fullScreenBtn.style.display = "none";
};
exitBtn.onclick = function() {
window.open('', '_self', ''); window.close();
};
document.onmousemove = function() {
clearTimeout(timeoutId);
timeoutId = setTimeout(function() {
document.body.style.cursor = "none";
exitBtn.style.display = "none";
download.style.display = "none";
back.style.display = "none";
home.style.display = "none";
}, 3000);
document.body.style.cursor = "default";
exitBtn.style.display = "block";
download.style.display = "block";
back.style.display = "block";
home.style.display = "block";
};
document.onkeydown = function(event) {
if (event.keyCode === 32) {
window.open('', '_self', ''); window.close();
}
};
</script>
</html>
<script src="/js/push_to_baidu.js"></script>
Loading…
Cancel
Save