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:
john
2026-08-27 09:54:46 +08:00
parent a15c4177de
commit 884e819f70
9 changed files with 31 additions and 19 deletions
+1 -1
View File
@@ -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: {