commit 5957cce048627bf5ece7a02634570d920950ddb4 Author: PJ568 Date: Fri Jul 7 10:19:21 2023 +0800 init diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml new file mode 100644 index 0000000..9874755 --- /dev/null +++ b/.github/workflows/Release.yml @@ -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 \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..4fd12c9 --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..9148d44 --- /dev/null +++ b/README.md @@ -0,0 +1,63 @@ +

+ +

+ +> 🌏简体中文 | [English](./README_EN.md) + +> 🗃️[Github](https://github.com/PJ-568/Black_screen) | [Gitee](https://gitee.com/PJ-568/Black_screen) + +# 黑色全屏 + +* 一个能显示全屏黑色的HTML文件。 + +点击访问 + +## 🪴项目活动 + +![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 源码,下载到本地并运行项目; +* 添加/修改代码; +* ⚠️对相关改动进行全面的自我测试⚠️; +* 确认无误后提交修改到 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) diff --git a/README_EN.md b/README_EN.md new file mode 100644 index 0000000..6cf8e13 --- /dev/null +++ b/README_EN.md @@ -0,0 +1,62 @@ +

+ +

+ +> 🌏[简体中文](./README.md) | English + +> 🗃️[Github](https://github.com/PJ-568/Black_screen) | [Gitee](https://gitee.com/PJ-568/Black_screen) + +# Black_screen + +* An html file which displays dark screen. + +Click me to visit + +## 🪴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. +* ⚠️Conduct comprehensive tests on the relevant modifications. +* 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) diff --git a/index.html b/index.html new file mode 100644 index 0000000..cb9b546 --- /dev/null +++ b/index.html @@ -0,0 +1,164 @@ + + + + + + + + 全屏黑色页面 + + + + +
+
+
正在加载
+
+
+ 尝试返回 + 下载本页 + 返回主页 +
进入全屏
+
退出
+ + + + \ No newline at end of file