新增项目活动

main
PJ568 2 years ago
parent bc02a79ce2
commit 7f5da112a4

@ -28,15 +28,15 @@
## ✅待完成 ## ✅待完成
- [ ] 适配搜索栏,使其能够正常使用。 * [ ] 适配搜索栏,使其能够正常使用。
- [ ] 多语言支持。 * [ ] 多语言支持。
- [X] ~~构建`关于`页面;~~ * [X] ~~构建`关于`页面;~~
- [ ] 做到能够查询所有项目的许可证和信息。 * [ ] 做到能够查询所有项目的许可证和信息。
- [X] ~~构建`留言反馈`页面,做到无后端。~~ * [X] ~~构建`留言反馈`页面,做到无后端。~~
- [ ] 构建`提交页面`页面。 * [ ] 构建`提交页面`页面。
- [ ] 修复右键菜单中的`在新标签页打开`按钮。 * [ ] 修复右键菜单中的`在新标签页打开`按钮。
- [X] ~~添加`加载`动画。~~ * [X] ~~添加`加载`动画。~~
- [ ] …… * [ ] ……
## 🏆贡献者们 ## 🏆贡献者们
@ -50,24 +50,29 @@
### 参考 ### 参考
- Fork 源码,下载到本地并运行项目; * Fork 源码,下载到本地并运行项目;
- 添加/修改代码; * 添加/修改代码;
- <b style="color:red">⚠️对相关改动进行全面的自我测试⚠️</b> * <b style="color:red">⚠️对相关改动进行全面的自我测试⚠️</b>
- 确认无误后提交修改到 Github * 确认无误后提交修改到 Github
- 提交 Pull Request * 提交 Pull Request
### 请注意 ### 请注意
- 单次 Pull Request 不应提交过多修改,请确保每次提交都针对特定的功能且务必说明本次改动的具体目的,例如:修复某 bug 、优化某方法 等,方便进行 Code Review * 单次 Pull Request 不应提交过多修改,请确保每次提交都针对特定的功能且务必说明本次改动的具体目的,例如:修复某 bug 、优化某方法 等,方便进行 Code Review
- 对于 bug 的修复,应该将本次 Pull Request 和相对应 bug 的 issue 关联起来,让别人知道该问题已经被修复; * 对于 bug 的修复,应该将本次 Pull Request 和相对应 bug 的 issue 关联起来,让别人知道该问题已经被修复;
- 对于较大的新功能,你需要先提交 Issues例如 “添加 XXX 功能”,确认该功能有被添加的必要后,再开始工作; * 对于较大的新功能,你需要先提交 Issues例如 “添加 XXX 功能”,确认该功能有被添加的必要后,再开始工作;
- 对于一些主观的样式、交互逻辑调整:如颜色、图标的使用,某些预设配置的增减修改等,一般不予通过。但可以在 Discussions 中进行讨论; * 对于一些主观的样式、交互逻辑调整:如颜色、图标的使用,某些预设配置的增减修改等,一般不予通过。但可以在 Discussions 中进行讨论;
- 其他如简单的代码优化、文档修正等,只要修改合理都会被接受。
## ⭐Star 历史 * 其他如简单的代码优化、文档修正等,只要修改合理都会被接受。
![Star History Chart](https://api.star-history.com/svg?repos=PJ-568/568tools&type=Date) ## 🪴项目活动
![Project Activity](https://repobeats.axiom.co/api/embed/0e0b27c01d4e9ff093fb3d03fedc74a300068f50.svg "Repobeats analytics image")
## 📄许可证 ## 📄许可证
本项目遵循 [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) 许可协议。如果想了解完整许可信息,请查阅 `LICENSE` 文件或访问[关于页面](https://Tools.PJ568.eu.org/about/#1)。 本项目遵循 [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) 许可协议。如果想了解完整许可信息,请查阅 `LICENSE` 文件或访问[关于页面](https://Tools.PJ568.eu.org/about/#1)。
## ⭐Star 历史
![Star History Chart](https://api.star-history.com/svg?repos=PJ-568/568tools&type=Date)

@ -29,15 +29,15 @@
## ✅To Do List ## ✅To Do List
- [ ] Fix Search, make it functional. * [ ] Fix Search, make it functional.
- [ ] Multilingual support. * [ ] Multilingual support.
- [X] ~~Build `about` page.~~ * [X] ~~Build `about` page.~~
- [ ] Make it be able to query license and info for all projects. * [ ] Make it be able to query license and info for all projects.
- [X] ~~Build `comment` page, make it without back end.~~ * [X] ~~Build `comment` page, make it without back end.~~
- [ ] Build `application` page. * [ ] Build `application` page.
- [ ] Make `open-in-new-tab` in ContextMenu functional. * [ ] Make `open-in-new-tab` in ContextMenu functional.
- [X] ~~Add `loading` .~~ * [X] ~~Add `loading` .~~
- [ ] ... * [ ] ...
## 🏆Contributors ## 🏆Contributors
@ -51,24 +51,28 @@ Every contributions to this project is welcomed.
### Steps ### Steps
- Fork. Download and run the whole project locally. * Fork. Download and run the whole project locally.
- Add or modify the project. * Add or modify the project.
- <b style="color:red">Conduct comprehensive tests on the relevant modifications.</b> * <b style="color:red">Conduct comprehensive tests on the relevant modifications.</b>
- Confirm and submit the changes to Github. * Confirm and submit the changes to Github.
- Pull Requests. * Pull Requests.
### Things to Note ### 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. * 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 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 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 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. * For other tasks like simple code optimizations and document corrections, as long as the modifications are reasonable, they will be accepted.
## ⭐Star History ## 🪴Project Activity
![Star History Chart](https://api.star-history.com/svg?repos=PJ-568/568tools&type=Date) ![Project Activity](https://repobeats.axiom.co/api/embed/0e0b27c01d4e9ff093fb3d03fedc74a300068f50.svg "Repobeats analytics image")
## 📄License ## 📄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 or [About Page](https://Tools.PJ568.eu.org/about/#1). 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 or [About Page](https://Tools.PJ568.eu.org/about/#1).
## ⭐Star History
![Star History Chart](https://api.star-history.com/svg?repos=PJ-568/568tools&type=Date)

@ -64,8 +64,8 @@ function initData(){
list_html+=`</div></div>`; list_html+=`</div></div>`;
} }
// 后补 // 后补
nav_html+=`<a href="#0" target="_self">页内页</a><a href="#-1" target="_self">项目贡献者</a><a href="#-2" target="_self">Star&nbsp;历史</a>` nav_html+=`<a href="#0" target="_self">页内页</a><a href="#-1" target="_self">项目贡献者</a><a href="#-2" target="_self">项目活动</a><a href="#-3" target="_self">Star&nbsp;历史</a>`
list_html+=`<div id="0" class="item"><h2>页内页</h2><div class="child"><iframe title="incert" id="myIframe" src="/help.html" class="page"></iframe><a style="cursor:pointer" onclick="openLink()" target="_self">进入页面</a></div></div><div id="-1" class="item"><h2>项目贡献者</h2><div class="child"><a class="contri" href="https://github.com/PJ-568/568tools/graphs/contributors" target="_blank"><img alt="贡献者的头像图片" src="https://contrib.rocks/image?repo=PJ-568/568tools"/></a></div></div><div id="-2" class="item"><h2>Star&nbsp;历史</h2><div class="child"><img alt="Star&nbsp;历史" class="incert" src="https://api.star-history.com/svg?repos=PJ-568/568tools&type=Date"/></div></div><div class="item"><a class="ota" href="#">↑↑&nbsp;&nbsp;&nbsp;&nbsp;返回页顶&nbsp;&nbsp;&nbsp;&nbsp;↑↑</a></div>` list_html+=`<div id="0" class="item"><h2>页内页</h2><div class="child"><iframe title="incert" id="myIframe" src="/help.html" class="page"></iframe><a style="cursor:pointer" onclick="openLink()" target="_self">进入页面</a></div></div><div id="-1" class="item"><h2>项目贡献者</h2><div class="child"><a class="contri" href="https://github.com/PJ-568/568tools/graphs/contributors" target="_blank"><img alt="贡献者的头像图片" src="https://contrib.rocks/image?repo=PJ-568/568tools"/></a></div></div><div id="-2" class="item"><h2>项目活动</h2><div class="child"><img alt="项目活动" class="incert" src="https://repobeats.axiom.co/api/embed/0e0b27c01d4e9ff093fb3d03fedc74a300068f50.svg"/></div></div><div id="-3" class="item"><h2>Star&nbsp;历史</h2><div class="child"><img alt="Star&nbsp;历史" class="incert" src="https://api.star-history.com/svg?repos=PJ-568/568tools&type=Date"/></div></div><div class="item"><a class="ota" href="#">↑↑&nbsp;&nbsp;&nbsp;&nbsp;返回页顶&nbsp;&nbsp;&nbsp;&nbsp;↑↑</a></div>`
// 后补结束 // 后补结束
nav.innerHTML=nav_html; nav.innerHTML=nav_html;
list.innerHTML=list_html; list.innerHTML=list_html;

Loading…
Cancel
Save