feat: add more share config (#3120)

* feat: add more share config

* add i18n en
This commit is contained in:
papapatrick
2024-11-12 10:09:02 +08:00
committed by archer
parent f4e0dfc9bd
commit 5892ded567
30 changed files with 389 additions and 173 deletions

View File

@@ -46,6 +46,14 @@ const OutLinkSchema = new Schema({
type: Boolean,
default: false
},
showNodeStatus: {
type: Boolean,
default: false
},
showCompleteQuote: {
type: Boolean,
default: false
},
limit: {
maxUsagePoints: {
type: Number,