Skip to content

Commit

Permalink
UI developed by hopping
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Aug 5, 2022
1 parent d5fb007 commit 29e7ff0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 300 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
workflow_dispatch:
inputs:
platform:
description: 'DS3615xs DS3617xs DS918+ DS920+ DS3622xs+'
description: '请选择你需要编译的型号'
required: true
default: 'DS918+'
type: choice
Expand All @@ -25,7 +25,7 @@ on:
- DS3622xs+

version:
description: '7.1.0-42661 7.0.1-42218 6.2.4-25556'
description: '请选择你需要编译的版本'
required: true
default: '7.1.0-42661'
type: choice
Expand All @@ -35,43 +35,43 @@ on:
- 6.2.4-25556

map:
description: 'SataPortMap, DiskIdxMap'
description: '请输入控制器盘数(SataPortMap)和盘序(DiskIdxMap)两个字段, 并以","间隔. eg: 0, 10'
required: false
default: ''
type: string

dtb:
description: 'URL of dtb file(support ext: .dts,.dtb,.tar.gz,.zip)'
description: '请输入 dtb 文件的下载链接. (支持的文件类型: .dts.dtb.tar.gz.zip)'
required: false
default: ''
type: string

sn:
description: 'sn'
description: '请输入序列号. 默认根据型号随机生成. eg: 1980PDN002189'
required: false
default: ''
type: string

mac:
description: 'mac'
description: '请输入MAC地址, 多个请以","间隔. 默认根据型号随机生成. eg: 001132888A95, 001132888A96'
required: false
default: ''
type: string

usb:
description: 'pid, vid'
description: '请输入设备识别码(pid)和供应商ID(vid)两个字段, 并以","间隔. eg: 0xa4a5, 0x0525'
required: false
default: '0x0001, 0x46f4'
type: string

ext:
description: 'ext'
description: '请输入扩展驱动, 多个请以 "," 间隔. eg: r8125, tg3'
required: false
default: ''
type: string

exp:
description: 'pocopico jumkey'
description: '请选择编译依赖的基础库. (7.1 优先选 pocopico, 7.0/jun 优先选 jumkey.)'
required: true
default: 'pocopico'
type: choice
Expand All @@ -80,7 +80,7 @@ on:
- 'jumkey'

jun:
description: 'jun'
description: '请选择是否jun模式编译. (仅7.0.1-42218 版本可选, jun模式 支持 7.0.1~7.1.0u4 的 DSM.)'
required: true
default: '0'
type: choice
Expand Down
284 changes: 0 additions & 284 deletions Issues.html

This file was deleted.

13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
方式一:
在本项目 Issues 中创建问题,按需填写即可发起定制构建。
【👉[快速创建](https://wjz304.github.io)】 【👉[图文说明](https://github.com/wjz304/Redpill_CustomBuild/blob/main/guide/Issues.md)】 【👉[参考示例 issues#1](https://github.com/wjz304/Redpill_CustomBuild/issues/1)
__感谢 [hoping](https://github.com/htmambo) 大佬制作的 UI界面__

1. 构建成功 Issues 会自动 closed。
2. 构建失败 后请调整参数重新创建Issues发起重新构建, 或者修改body后 Close Issue + Reopen 重新触发。(触发编译:open, reopen)。
Expand All @@ -34,15 +35,15 @@ fork 本项目 通过 Actions 填写相关参数进行构建。

参数 | 必选 | 默认值 | 说明
----------|------|----------------|---------
platform | √ |"DS918+" | "DS3615xs", "DS3617xs", "DS918+", "DS920+", "DS3622xs+"
version | √ |"7.1.0-42661" | "7.1.0-42661", "7.0.1-42218", "6.2.4-25556"
map | × |- | 控制器的盘数和盘序[格式: sataportmap, diskidxmap]. 默认无. eg: "0, 10"
platform | √ |"DS918+" | 选择你需要编译的型号. "DS3615xs", "DS3617xs", "DS918+", "DS920+", "DS3622xs+"
version | √ |"7.1.0-42661" | 选择你需要编译的版本. "7.1.0-42661", "7.0.1-42218", "6.2.4-25556"
map | × |- | 控制器盘数(SataPortMap)和盘序(DiskIdxMap)两个字段, 并以","间隔. eg: "0, 10"
dtb | × |- | dtb文件下载URL(support ext: .dts,.dtb,.tar.gz,.zip) [#47](https://github.com/wjz304/Redpill_CustomBuild/issues/47)
sn | × |- | 序列号. 默认根据型号随机生成.
mac | × |- | 多个请以 "," 间隔. 默认根据型号随机生成. eg: "001132888A95, 001132888A96"
sn | × |- | 序列号. 默认根据型号随机生成. eg: "1980PDN002189"
mac | × |- | MAC地址. 多个请以 "," 间隔. 默认根据型号随机生成. eg: "001132888A95, 001132888A96"
usb | × |"0x0001, 0x46f4"| 设备识别码(pid)和供应商ID(vid)[格式: pid, vid]. 默认无. eg: "0xa4a5, 0x0525"
ext | × |- | 多个请以 "," 间隔. 可选项参考: [[rp-ext](https://raw.githubusercontent.com/pocopico/rp-ext/main/exts)]. eg: "r8125, tg3"
exp | × |"pocopico" | "pocopico", "jumkey" (大佬的抉择,7.1 优先选 pocopico, 7.0-jun 优先选 jumkey)
exp | × |"pocopico" | 编译依赖的基础库. "pocopico", "jumkey" (大佬的抉择,7.1 优先选 pocopico, 7.0-jun 优先选 jumkey)
jun | × |"0" | 仅7.0.1-42218 版本可以选择jun模式,jun模式 支持 7.01~7.1u3 的 DSM。

- eg:
Expand Down

0 comments on commit 29e7ff0

Please sign in to comment.