Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Rename qiandao to qd
Browse files Browse the repository at this point in the history
  • Loading branch information
a76yyyy committed May 16, 2023
1 parent 9d64ef7 commit c7ff57f
Show file tree
Hide file tree
Showing 59 changed files with 240 additions and 231 deletions.
4 changes: 2 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
}
],
"contributorsPerLine": 7,
"projectName": "qiandao",
"projectOwner": "qiandao-today",
"projectName": "qd",
"projectOwner": "qd-today",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
Expand Down
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ body:
required: true
- label: Latest 我已经使用 最新源码 测试过,问题依旧存在
required: true
- label: Core 这是 QianDao 框架存在的问题,并非我所使用的 QianDao早期版本(如 20210628及之前版号 等)或模板的特定问题
- label: Core 这是 QD 框架存在的问题,并非我所使用的 QD 早期版本(如 20210628及之前版号 等)或模板的特定问题
required: true
- label: Meaningful 我提交的不是无意义的 催促更新或修复 请求
required: true
- type: input
id: qd_version
attributes:
label: QianDao Version
label: QD Version
description: |
QianDao 版本号
QD 版本号
placeholder: "20211228"
validations:
required: true
Expand Down Expand Up @@ -84,18 +84,18 @@ body:
- type: textarea
id: qd_config
attributes:
label: QianDao config
label: QD config
description: |
在下方附上 QianDao 脱敏后配置文件 或 创建容器命令及环境变量 的内容.
在下方附上 QD 脱敏后配置文件 或 创建容器命令及环境变量 的内容.
render: shell
validations:
required: false
- type: textarea
id: qd_log
attributes:
label: QianDao log
label: QD log
description: |
在下方附上 QianDao后台报错 的日志.
在下方附上 QD 后台报错 的日志.
render: shell
validations:
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ blank_issues_enabled: false

contact_links:
- name: Get help in GitHub Discussions
url: https://github.com/qiandao-today/qiandao/discussions
about: Have a question? Not sure if your issue affects everyone reproducibly? The quickest way to get help is on Qiandao's GitHub Discussions!
url: https://github.com/qd-today/qd/discussions
about: Have a question? Not sure if your issue affects everyone reproducibly? The quickest way to get help is on QD's GitHub Discussions!
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ body:
options:
- label: Tracker 我已经在 [Issue Tracker](……/) 中找过我要提出的问题
required: true
- label: Need 当前 QianDao 框架并不包含该功能特性或者还不完善
- label: Need 当前 QD 框架并不包含该功能特性或者还不完善
required: true
- label: Framework 这是 QianDao 框架应包含的特性,并非模板特性
- label: Framework 这是 QD 框架应包含的特性,并非模板特性
required: true
- label: Meaningful 我提交的不是无意义的 催促更新或修复 请求
required: true
- type: textarea
attributes:
label: Describe the Feature
description: |
对问题本身清晰而简洁的描述.例如这个问题如何影响到你?目前 QianDao框架 的行为是什麽?
对问题本身清晰而简洁的描述.例如这个问题如何影响到你?目前 QD框架 的行为是什麽?
validations:
required: true
- type: textarea
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Build Image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
uses: actions/checkout@master
- name: Get version
id: get_version
if: startsWith(github.ref, 'refs/tags/') && startsWith(github.repository, 'qiandao-today/qiandao')
if: startsWith(github.ref, 'refs/tags/') && startsWith(github.repository, 'qd-today/qd')
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Build and publish image
uses: ilteoood/docker_buildx@master
if: startsWith(github.ref, 'refs/tags/') && startsWith(github.repository, 'qiandao-today/qiandao')
if: startsWith(github.ref, 'refs/tags/') && startsWith(github.repository, 'qd-today/qd')
with:
publish: true
imageName: a76yyyy/qiandao # dockerid/imageName
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Build Ja3 Image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
uses: actions/checkout@master
- name: Get version
id: get_version
if: startsWith(github.ref, 'refs/tags/') && startsWith(github.repository, 'qiandao-today/qiandao')
if: startsWith(github.ref, 'refs/tags/') && startsWith(github.repository, 'qd-today/qd')
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Build and publish image
uses: ilteoood/docker_buildx@master
if: startsWith(github.ref, 'refs/tags/') && startsWith(github.repository, 'qiandao-today/qiandao')
if: startsWith(github.ref, 'refs/tags/') && startsWith(github.repository, 'qd-today/qd')
with:
publish: true
imageName: a76yyyy/qiandao # dockerid/imageName
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Build Lite Image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
uses: actions/checkout@master
- name: Get version
id: get_version
if: startsWith(github.ref, 'refs/tags/') && startsWith(github.repository, 'qiandao-today/qiandao')
if: startsWith(github.ref, 'refs/tags/') && startsWith(github.repository, 'qd-today/qd')
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Build and publish image
uses: ilteoood/docker_buildx@master
if: startsWith(github.ref, 'refs/tags/') && startsWith(github.repository, 'qiandao-today/qiandao')
if: startsWith(github.ref, 'refs/tags/') && startsWith(github.repository, 'qd-today/qd')
with:
publish: true
imageName: a76yyyy/qiandao # dockerid/imageName
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/DockerHub-Description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- .github/workflows/DockerHub-Description.yml
jobs:
dockerHubDescription:
if: startsWith(github.repository, 'qiandao-today/qiandao')
if: startsWith(github.repository, 'qd-today/qd')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Publish Ja3 Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-latest
name: Publish Ja3 Package job
if: startsWith(github.repository, 'qiandao-today/qiandao') # 仓库名
if: startsWith(github.repository, 'qd-today/qd') # 仓库名

steps:
- name: Checkout
Expand All @@ -36,4 +36,4 @@ jobs:
file: ./Dockerfile.ja3
platforms: linux/386,linux/arm64,linux/amd64,linux/arm/v6,linux/arm/v7 # 你准备构建的镜像平台
push: true
tags: ghcr.io/qiandao-today/qiandao:ja3-latest
tags: ghcr.io/qd-today/qd:ja3-latest
4 changes: 2 additions & 2 deletions .github/workflows/Publish Lite Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-latest
name: Publish Lite Package job
if: startsWith(github.repository, 'qiandao-today/qiandao') # 仓库名
if: startsWith(github.repository, 'qd-today/qd') # 仓库名

steps:
- name: Checkout
Expand All @@ -36,4 +36,4 @@ jobs:
file: ./Dockerfile.lite
platforms: linux/386,linux/arm64,linux/amd64,linux/arm/v6,linux/arm/v7 # 你准备构建的镜像平台
push: true
tags: ghcr.io/qiandao-today/qiandao-lite:latest
tags: ghcr.io/qd-today/qd-lite:latest
4 changes: 2 additions & 2 deletions .github/workflows/Publish Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-latest
name: Publish Latest Package job
if: startsWith(github.repository, 'qiandao-today/qiandao') # 仓库名
if: startsWith(github.repository, 'qd-today/qd') # 仓库名

steps:
- name: Checkout
Expand All @@ -36,4 +36,4 @@ jobs:
file: ./Dockerfile
platforms: linux/386,linux/arm64,linux/amd64,linux/arm/v6,linux/arm/v7 # 你准备构建的镜像平台
push: true
tags: ghcr.io/qiandao-today/qiandao:latest
tags: ghcr.io/qd-today/qd:latest
2 changes: 1 addition & 1 deletion .github/workflows/deploy-webdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
deploy:
if: startsWith(github.repository, 'qiandao-today/qiandao')
if: startsWith(github.repository, 'qd-today/qd')
runs-on: ubuntu-latest
defaults:
run:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,13 @@ venv.bak/
# backup
*.bak

# qiandao
# qd
database.db
config.json
database - 副本.db
*.db-journal
qiandao.rar
qd.rar
压缩.bat
.ssh/
database*.db
Expand Down
Loading

0 comments on commit c7ff57f

Please sign in to comment.