generated from LuoXi-Project/LX_Project_Template
-
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
0 parents
commit 996c417
Showing
9 changed files
with
826 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 👀 Github论坛 | GitHub Discussions | ||
url: https://github.com/OrdinaryRoad-Project/ordinaryroad-barrage-fly/discussions | ||
about: 如果您的问题不是功能或者错误,请转到讨论面板并在提交之前检索您的问题是否已经存在。 |
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,22 @@ | ||
--- | ||
name: 🙋 问题交流 | Question Report | ||
about: 在文档或讨论中没有回答的使用问题 | Usage question that isn't answered in docs or discussion | ||
title: "🙋 问题交流。。。 | [Question] Some question..." | ||
labels: [ "question" ] | ||
--- | ||
|
||
## Question Report | ||
|
||
- 搜索打开和关闭的 [GitHub 问题](https://github.com/OrdinaryRoad-Project/ordinaryroad-barrage-fly/issues) | ||
|
||
请在提交问题之前回答这些问题,谢谢。 | Please answer these questions before submitting them. Thank you. | ||
|
||
### 你使用了哪个版本? | Which version did you use? | ||
|
||
### 预期行为 | Expected behavior | ||
|
||
### 实际行为 | Actual behavior | ||
|
||
### 原因分析(如果可以) | Cause analysis (if possible) | ||
|
||
### 问题重现步骤 | Steps to reproduce the problem |
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,18 @@ | ||
--- | ||
name: 🐛 错误报告 | Bug Report | ||
about: 请详细描述您使用过程中遇到的问题。| Please describe in detail the problems you encountered in the process of using. | ||
title: "🐛 一些问题。。。 | [Bug] Some problem..." | ||
labels: [ "bug" ] | ||
--- | ||
|
||
<!-- 请在您提交 bug 之前,回答以下这些问题。 | Please answer these questions before you submit a bug. --> | ||
|
||
#### 您使用的版本? | Your usage version? | ||
|
||
#### 您使用的场景? | Your usage scenarios? | ||
|
||
#### 您做了什么操作? | What did you do? | ||
|
||
#### 您遇到了什么问题? | What are your problems? | ||
|
||
#### 您期望的结果是怎样的? | What is your expected outcome? |
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,12 @@ | ||
--- | ||
name: 🚀 功能请求 | Feature Request | ||
about: 请详细描述您期望的功能。 | Please describe in detail the features you expect. | ||
title: "🚀 一些功能。。。 | [Feature]Some feature..." | ||
labels: [ "enhancement" ] | ||
--- | ||
|
||
<!-- 请在您提交期望的功能之前,回答以下这些问题。 | Please answer these questions before you submit the desired feature. --> | ||
|
||
#### 您使用的场景? | 1. Your usage scenarios? | ||
|
||
#### 您期望的结果是怎样的? | 2. What is your expected outcome? |
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,10 @@ | ||
Miniconda3/ | ||
Miniconda310/ | ||
__pycache__/ | ||
|
||
log.txt | ||
1.py | ||
out/*.png | ||
|
||
tests/ | ||
output/ |
Large diffs are not rendered by default.
Oops, something went wrong.
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,85 @@ | ||
<div align="center"> | ||
<a href="#"> | ||
<img src="https://raw.githubusercontent.com/LuoXi-Project/LX_Project_Template/refs/heads/main/ui/logo.png" width="240" height="240" alt="点我跳转文档"> | ||
</a> | ||
</div> | ||
|
||
<div align="center"> | ||
|
||
# ✨ 洛曦 项目模板 ✨ | ||
|
||
[![][python]][python] | ||
[![][github-release-shield]][github-release-link] | ||
[![][github-stars-shield]][github-stars-link] | ||
[![][github-forks-shield]][github-forks-link] | ||
[![][github-issues-shield]][github-issues-link] | ||
[![][github-contributors-shield]][github-contributors-link] | ||
[![][github-license-shield]][github-license-link] | ||
|
||
</div> | ||
|
||
## 前言 | ||
|
||
|
||
## 环境 | ||
|
||
python: 3.10 | ||
|
||
## 安装 | ||
|
||
安装依赖:`pip install -r requirements.txt` | ||
|
||
## 运行 | ||
|
||
|
||
## 💡 提问的智慧 | ||
|
||
提交issues前请先阅读以下内容 | ||
|
||
https://lug.ustc.edu.cn/wiki/doc/smart-questions | ||
|
||
## 🀅 开发&项目相关 | ||
|
||
可以使用 GitHub Codespaces 进行在线开发: | ||
|
||
[![][github-codespace-shield]][github-codespace-link] | ||
|
||
|
||
|
||
## ⭐️ Star 经历 | ||
|
||
[![Star History Chart](https://api.star-history.com/svg?repos=LuoXi-Project/LX_Project_Template&type=Date)](https://star-history.com/#LuoXi-Project/LX_Project_Template&Date) | ||
|
||
|
||
## 更新日志 | ||
|
||
- 2024-10-08 | ||
- 初版demo发布 | ||
|
||
|
||
[python]: https://img.shields.io/badge/python-3.10+-blue.svg?labelColor=black | ||
[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square | ||
[github-action-release-link]: https://github.com/actions/workflows/LuoXi-Project/LX_Project_Template/release.yml | ||
[github-action-release-shield]: https://img.shields.io/github/actions/workflow/status/LuoXi-Project/LX_Project_Template/release.yml?label=release&labelColor=black&logo=githubactions&logoColor=white&style=flat-square | ||
[github-action-test-link]: https://github.com/actions/workflows/LuoXi-Project/LX_Project_Template/test.yml | ||
[github-action-test-shield]: https://img.shields.io/github/actions/workflow/status/LuoXi-Project/LX_Project_Template/test.yml?label=test&labelColor=black&logo=githubactions&logoColor=white&style=flat-square | ||
[github-codespace-link]: https://codespaces.new/LuoXi-Project/LX_Project_Template | ||
[github-codespace-shield]: https://github.com/codespaces/badge.svg | ||
[github-contributors-link]: https://github.com/LuoXi-Project/LX_Project_Template/graphs/contributors | ||
[github-contributors-shield]: https://img.shields.io/github/contributors/LuoXi-Project/LX_Project_Template?color=c4f042&labelColor=black&style=flat-square | ||
[github-forks-link]: https://github.com/LuoXi-Project/LX_Project_Template/network/members | ||
[github-forks-shield]: https://img.shields.io/github/forks/LuoXi-Project/LX_Project_Template?color=8ae8ff&labelColor=black&style=flat-square | ||
[github-issues-link]: https://github.com/LuoXi-Project/LX_Project_Template/issues | ||
[github-issues-shield]: https://img.shields.io/github/issues/LuoXi-Project/LX_Project_Template?color=ff80eb&labelColor=black&style=flat-square | ||
[github-license-link]: https://github.com/LuoXi-Project/LX_Project_Template/blob/main/LICENSE | ||
[github-license-shield]: https://img.shields.io/github/license/LuoXi-Project/LX_Project_Template?color=white&labelColor=black&style=flat-square | ||
[github-release-link]: https://github.com/LuoXi-Project/LX_Project_Template/releases | ||
[github-release-shield]: https://img.shields.io/github/v/release/LuoXi-Project/LX_Project_Template?color=369eff&labelColor=black&logo=github&style=flat-square | ||
[github-releasedate-link]: https://github.com/LuoXi-Project/LX_Project_Template/releases | ||
[github-releasedate-shield]: https://img.shields.io/github/release-date/LuoXi-Project/LX_Project_Template?labelColor=black&style=flat-square | ||
[github-stars-link]: https://github.com/LuoXi-Project/LX_Project_Template/network/stargazers | ||
[github-stars-shield]: https://img.shields.io/github/stars/LuoXi-Project/LX_Project_Template?color=ffcb47&labelColor=black&style=flat-square | ||
[pr-welcome-link]: https://github.com/LuoXi-Project/LX_Project_Template/pulls | ||
[pr-welcome-shield]: https://img.shields.io/badge/%F0%9F%A4%AF%20PR%20WELCOME-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge | ||
[profile-link]: https://github.com/LuoXi-Project | ||
|
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.