fix(mindspace): lower page access password minimum to 6 characters
Align publication validation, portal gate HTML, H5 publish UI, MCP docs, and page-data skill guidance so passwords like 888888 are accepted while 3-character values such as 888 remain rejected. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -473,7 +473,7 @@ const ALL_TOOLS = [
|
||||
password: {
|
||||
type: 'string',
|
||||
description:
|
||||
'口令访问密码,accessMode=password 时可选;未提供则默认 88888888(至少 8 位)',
|
||||
'口令访问密码,accessMode=password 时可选;未提供则默认 88888888(至少 6 位)',
|
||||
},
|
||||
urlSlug: { type: 'string', description: '发布 URL slug,可选' },
|
||||
datasets: {
|
||||
|
||||
Reference in New Issue
Block a user