feat: 更新 DDNS-GO logo (#181)
This commit is contained in:
parent
bd135dd03c
commit
d4d495dd1e
|
|
@ -14,7 +14,6 @@ additionalProperties:
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: false
|
crossVersionUpdate: false
|
||||||
limit: 1
|
limit: 1
|
||||||
recommend: 4
|
|
||||||
website: https://doris.apache.org/
|
website: https://doris.apache.org/
|
||||||
github: https://github.com/apache/doris
|
github: https://github.com/apache/doris
|
||||||
document: https://doris.apache.org/zh-CN/docs/dev/get-starting/
|
document: https://doris.apache.org/zh-CN/docs/dev/get-starting/
|
||||||
|
|
|
||||||
|
|
@ -9,12 +9,11 @@ additionalProperties:
|
||||||
name: DDNS-GO
|
name: DDNS-GO
|
||||||
tags:
|
tags:
|
||||||
- Tool
|
- Tool
|
||||||
shortDescZh:
|
shortDescZh: 简单好用的 DDNS
|
||||||
shortDescEn: Simple and easy to use DDNS.
|
shortDescEn: Simple and easy to use DDNS.
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: false
|
crossVersionUpdate: false
|
||||||
limit: 1
|
limit: 1
|
||||||
recommend: 4
|
|
||||||
website: https://github.com/jeessy2/ddns-go
|
website: https://github.com/jeessy2/ddns-go
|
||||||
github: https://github.com/jeessy2/ddns-go
|
github: https://github.com/jeessy2/ddns-go
|
||||||
document: https://github.com/jeessy2/ddns-go
|
document: https://github.com/jeessy2/ddns-go
|
||||||
|
|
|
||||||
BIN
ddns-go/logo.png
BIN
ddns-go/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 731 B After Width: | Height: | Size: 26 KiB |
|
|
@ -1,7 +1,7 @@
|
||||||
name: erpnext
|
name: erpnext
|
||||||
tags:
|
tags:
|
||||||
- 工具
|
- 工具
|
||||||
title: 全球最敏捷的ERP,ERPNext是世界上最好的免费开源ERP
|
title: 开源 ERP
|
||||||
type: 工具
|
type: 工具
|
||||||
description: The most agile ERP on the planet
|
description: The most agile ERP on the planet
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
|
|
@ -9,12 +9,11 @@ additionalProperties:
|
||||||
name: erpnext
|
name: erpnext
|
||||||
tags:
|
tags:
|
||||||
- Tool
|
- Tool
|
||||||
shortDescZh: 全球最敏捷的ERP
|
shortDescZh: 开源 ERP
|
||||||
shortDescEn: The most agile ERP on the planet
|
shortDescEn: OpenSource ERP
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: false
|
crossVersionUpdate: false
|
||||||
limit: 1
|
limit: 1
|
||||||
recommend: 4
|
|
||||||
website: https://erpnext.com/
|
website: https://erpnext.com/
|
||||||
github: https://github.com/frappe/erpnext
|
github: https://github.com/frappe/erpnext
|
||||||
document: https://docs.erpnext.com/
|
document: https://docs.erpnext.com/
|
||||||
|
|
|
||||||
|
|
@ -2,16 +2,16 @@ additionalProperties:
|
||||||
formFields:
|
formFields:
|
||||||
- default: mongo
|
- default: mongo
|
||||||
envKey: PANEL_DB_ROOT_USER
|
envKey: PANEL_DB_ROOT_USER
|
||||||
labelEn: Root Username
|
labelEn: Username
|
||||||
labelZh: Root 用户名
|
labelZh: 用户名
|
||||||
random: true
|
random: true
|
||||||
required: true
|
required: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
type: text
|
type: text
|
||||||
- default: mongo
|
- default: mongo
|
||||||
envKey: PANEL_DB_ROOT_PASSWORD
|
envKey: PANEL_DB_ROOT_PASSWORD
|
||||||
labelEn: Root Password
|
labelEn: Password
|
||||||
labelZh: Root 用户密码
|
labelZh: 用户密码
|
||||||
random: true
|
random: true
|
||||||
required: true
|
required: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue