mirror of
				https://github.com/suyiiyii/nonebot-bison.git
				synced 2025-11-04 21:44:52 +08:00 
			
		
		
		
	Compare commits
	
		
			5 Commits
		
	
	
		
			cf6b7fcd6d
			...
			40f9bc817f
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					40f9bc817f | ||
| 
						 | 
					f416b249f7 | ||
| ec6fe2679d | |||
| 
						 | 
					19b25552d0 | ||
| 
						 | 
					85b5ab3868 | 
@ -4,7 +4,7 @@
 | 
				
			|||||||
  "features": {
 | 
					  "features": {
 | 
				
			||||||
    "ghcr.io/devcontainers-contrib/features/poetry:2": {}
 | 
					    "ghcr.io/devcontainers-contrib/features/poetry:2": {}
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "postCreateCommand": "poetry config virtualenvs.in-project true && poetry install -E all && poetry run pre-commit install && yarn install",
 | 
					  "postCreateCommand": "poetry config virtualenvs.in-project true && poetry install -E all && poetry run pre-commit install && npm install -g pnpm && pnpm install",
 | 
				
			||||||
  "customizations": {
 | 
					  "customizations": {
 | 
				
			||||||
    "vscode": {
 | 
					    "vscode": {
 | 
				
			||||||
      "settings": {
 | 
					      "settings": {
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										61
									
								
								.github/ISSUE_TEMPLATE/issue.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										61
									
								
								.github/ISSUE_TEMPLATE/issue.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,61 @@
 | 
				
			|||||||
 | 
					name: 问题报告
 | 
				
			||||||
 | 
					description: 我遇到了问题
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					body:
 | 
				
			||||||
 | 
					  - type: markdown
 | 
				
			||||||
 | 
					    id: environment
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      value: |
 | 
				
			||||||
 | 
					        ## 环境
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - type: input
 | 
				
			||||||
 | 
					    id: nonebot_bison_version
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      label: nonebot-bison 版本
 | 
				
			||||||
 | 
					      description: 请填写 nonebot-bison 的版本
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - type: input
 | 
				
			||||||
 | 
					    id: nonebot_version
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      label: nonebot 版本
 | 
				
			||||||
 | 
					      description: 请填写 nonebot 的版本
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - type: dropdown
 | 
				
			||||||
 | 
					    id: installation_method
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      label: 安装方式
 | 
				
			||||||
 | 
					      description: 请选择安装方式
 | 
				
			||||||
 | 
					      options:
 | 
				
			||||||
 | 
					        - 通过 nb-cli 安装
 | 
				
			||||||
 | 
					        - 使用 poetry/pdm 等现代包管理器安装
 | 
				
			||||||
 | 
					        - 通过 pip install 安装
 | 
				
			||||||
 | 
					        - 克隆或下载项目直接使用
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - type: input
 | 
				
			||||||
 | 
					    id: operating_system
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      label: 操作系统
 | 
				
			||||||
 | 
					      description: 请填写操作系统
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - type: textarea
 | 
				
			||||||
 | 
					    id: issue_description
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      label: 问题
 | 
				
			||||||
 | 
					      description: 请在这里描述你遇到的问题
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - type: textarea
 | 
				
			||||||
 | 
					    id: logs
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      label: 日志
 | 
				
			||||||
 | 
					      description: 请在这里粘贴你的日志
 | 
				
			||||||
 | 
					      render: shell
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - type: checkboxes
 | 
				
			||||||
 | 
					    id: confirmations
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      label: 确认
 | 
				
			||||||
 | 
					      options:
 | 
				
			||||||
 | 
					        - label: 我搜索过了 issue,但是并没有发现过与我类似的问题
 | 
				
			||||||
 | 
					          required: true
 | 
				
			||||||
 | 
					        - label: 我确认在日志中去掉了敏感信息
 | 
				
			||||||
 | 
					          required: true
 | 
				
			||||||
							
								
								
									
										31
									
								
								.github/ISSUE_TEMPLATE/问题报告.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										31
									
								
								.github/ISSUE_TEMPLATE/问题报告.md
									
									
									
									
										vendored
									
									
								
							@ -1,31 +0,0 @@
 | 
				
			|||||||
---
 | 
					 | 
				
			||||||
name: 问题报告
 | 
					 | 
				
			||||||
about: 我遇到了问题
 | 
					 | 
				
			||||||
title: ""
 | 
					 | 
				
			||||||
labels: ""
 | 
					 | 
				
			||||||
assignees: ""
 | 
					 | 
				
			||||||
---
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## 环境
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- nonebot-bison 版本:
 | 
					 | 
				
			||||||
- nonebot 版本:
 | 
					 | 
				
			||||||
- 安装方式:(以下方式的一种或者其他方式)
 | 
					 | 
				
			||||||
  1. 通过 nb-cli 安装
 | 
					 | 
				
			||||||
  2. 使用 poetry/pdm 等现代包管理器安装
 | 
					 | 
				
			||||||
  3. 通过 pip install 安装
 | 
					 | 
				
			||||||
  4. 克隆或下载项目直接使用
 | 
					 | 
				
			||||||
- 操作系统:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## 问题
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
请在这里描述你遇到的问题
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## 日志
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
```
 | 
					 | 
				
			||||||
请在这里粘贴你的日志
 | 
					 | 
				
			||||||
```
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- [ ] 我搜索过了 issue,但是并没有发现过与我类似的问题
 | 
					 | 
				
			||||||
- [ ] 我确认在日志中去掉了敏感信息
 | 
					 | 
				
			||||||
							
								
								
									
										4
									
								
								.github/actions/build-docs/action.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/actions/build-docs/action.yml
									
									
									
									
										vendored
									
									
								
							@ -10,5 +10,5 @@ runs:
 | 
				
			|||||||
    - name: Build Frontend
 | 
					    - name: Build Frontend
 | 
				
			||||||
      shell: bash
 | 
					      shell: bash
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        yarn install
 | 
					        pnpm install
 | 
				
			||||||
        yarn docs:build
 | 
					        pnpm docs:build
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										4
									
								
								.github/actions/build-frontend/action.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/actions/build-frontend/action.yml
									
									
									
									
										vendored
									
									
								
							@ -11,5 +11,5 @@ runs:
 | 
				
			|||||||
      shell: bash
 | 
					      shell: bash
 | 
				
			||||||
      working-directory: ./admin-frontend
 | 
					      working-directory: ./admin-frontend
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        yarn install
 | 
					        pnpm install
 | 
				
			||||||
        yarn build
 | 
					        pnpm build
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										13
									
								
								.github/actions/setup-node/action.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								.github/actions/setup-node/action.yml
									
									
									
									
										vendored
									
									
								
							@ -8,11 +8,16 @@ runs:
 | 
				
			|||||||
      with:
 | 
					      with:
 | 
				
			||||||
        node-version: "20"
 | 
					        node-version: "20"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - id: yarn-cache-dir-path
 | 
					    - name: Set Up Pnpm
 | 
				
			||||||
      run: echo "::set-output name=dir::$(yarn cache dir)"
 | 
					      uses: pnpm/action-setup@v4
 | 
				
			||||||
 | 
					      with:
 | 
				
			||||||
 | 
					        version: 9
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    - id: pnpm-cache-dir-path
 | 
				
			||||||
 | 
					      run: echo "::set-output name=dir::$(pnpm store path)"
 | 
				
			||||||
      shell: bash
 | 
					      shell: bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - uses: actions/cache@v4
 | 
					    - uses: actions/cache@v4
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
 | 
					        path: ${{ steps.pnpm-cache-dir-path.outputs.dir }}
 | 
				
			||||||
        key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
 | 
					        key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,11 @@
 | 
				
			|||||||
# Change Log
 | 
					# Change Log
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## 最近更新
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### 文档
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- 📝 小刻食堂剪彩文档 [@phidiaLam](https://github.com/phidiaLam) ([#636](https://github.com/MountainDash/nonebot-bison/pull/636))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## v0.9.4
 | 
					## v0.9.4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Bug 修复
 | 
					### Bug 修复
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,8 @@
 | 
				
			|||||||
FROM node:20.17.0 as frontend
 | 
					FROM node:20.17.0 as frontend
 | 
				
			||||||
ADD . /app
 | 
					ADD . /app
 | 
				
			||||||
WORKDIR /app/admin-frontend
 | 
					WORKDIR /app/admin-frontend
 | 
				
			||||||
RUN yarn && yarn build
 | 
					RUN npm install -g pnpm
 | 
				
			||||||
 | 
					RUN pnpm install && pnpm build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
FROM python:3.11
 | 
					FROM python:3.11
 | 
				
			||||||
RUN python3 -m pip install poetry && poetry config virtualenvs.create false
 | 
					RUN python3 -m pip install poetry && poetry config virtualenvs.create false
 | 
				
			||||||
 | 
				
			|||||||
@ -70,7 +70,7 @@ highlights:
 | 
				
			|||||||
        details: 一个由玩家创造的幻想世界
 | 
					        details: 一个由玩家创造的幻想世界
 | 
				
			||||||
        link: https://adsrff.web.sdo.com/web1/
 | 
					        link: https://adsrff.web.sdo.com/web1/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - title: 小刻食堂 (即将支持)
 | 
					      - title: 小刻食堂
 | 
				
			||||||
        details: 实时获取鹰角发的动态
 | 
					        details: 实时获取鹰角发的动态
 | 
				
			||||||
        link: https://www.ceobecanteen.top
 | 
					        link: https://www.ceobecanteen.top
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user