Skip to content

Commit 2ec75b4

Browse files
authored
Merge pull request #7 from lgc2333/master
重构项目
2 parents f41b8ea + c4630a6 commit 2ec75b4

File tree

17 files changed

+1228
-805
lines changed

17 files changed

+1228
-805
lines changed

.github/ISSUE_TEMPLATE/Add.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: "🗳️投稿"
1+
name: '🗳️投稿'
22
description: 投稿发病语录
3-
title: "[投稿] {简单描述}"
4-
labels: ["enhancement"]
3+
title: '[投稿] {简单描述}'
4+
labels: ['enhancement']
55
body:
66
- type: textarea
77
id: texts

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: true

.github/ISSUE_TEMPLATE/template-bug.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
name: 🐛 错误报告 | Bug Report
33
about: 请详细描述您使用过程中遇到的问题。| Please describe in detail the problems you encountered in the process of using.
4-
title: "🐛 一些问题。。。 | [Bug] Some problem..."
5-
labels: ["bug"]
4+
title: '🐛 一些问题。。。 | [Bug] Some problem...'
5+
labels: ['bug']
66
---
77

88
<!-- 请在您提交 bug 之前,回答以下这些问题。 | Please answer these questions before you submit a bug. -->
99

1010
#### 您使用的版本? | Your usage version?
1111

12-
#### 您使用的python版本&系统环境? | Your usage python version & system?
12+
#### 您使用的 python 版本&系统环境? | Your usage python version & system?
1313

1414
#### 您使用的场景? | Your usage scenarios?
1515

.github/ISSUE_TEMPLATE/template-question.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
name: 🙋 问题交流 | Question Report
33
about: 在文档或讨论中没有回答的使用问题 | Usage question that isn't answered in docs or discussion
4-
title: "🙋 问题交流。。。 | [Question] Some question..."
5-
labels: ["question"]
4+
title: '🙋 问题交流。。。 | [Question] Some question...'
5+
labels: ['question']
66
---
77

88
## Question Report
99

10-
- 搜索打开和关闭的 [GitHub 问题](https://github.com/eryajf/go-ldap-admin/issues)
10+
- 搜索打开和关闭的 [GitHub 问题](https://github.com/Ikaros-521/nonebot_plugin_random_stereotypes/issues)
1111

1212
请在提交问题之前回答这些问题,谢谢。 | Please answer these questions before submitting them. Thank you.
1313

1414
### 你使用了哪个版本? | Which version did you use?
1515

16-
### 您使用的python版本&系统环境? | Your usage python version & system?
16+
### 您使用的 python 版本&系统环境? | Your usage python version & system?
1717

1818
### 预期行为 | Expected behavior
1919

.github/workflows/pypi-publish.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Publish Python 🐍 distributions 📦 to PyPI
2+
3+
on:
4+
release:
5+
types: [published]
6+
workflow_dispatch:
7+
8+
jobs:
9+
build-n-publish:
10+
name: Use PDM to Build and publish Python 🐍 distributions 📦 to PyPI
11+
runs-on: ubuntu-latest
12+
13+
permissions:
14+
# IMPORTANT: this permission is mandatory for trusted publishing
15+
id-token: write
16+
17+
steps:
18+
- name: Checkout
19+
uses: actions/checkout@master
20+
with:
21+
submodules: true
22+
23+
- name: Setup PDM
24+
uses: pdm-project/setup-pdm@v3
25+
26+
- name: Build and Publish distribution 📦 to PyPI
27+
run: pdm publish

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 MeetWq
3+
Copyright (c) 2022 Ikaros-521
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)