Add attachment text extraction, auto web news skill, and chat/voice UI updates.
Simplify asset upload temp paths, refresh deploy docs for Aliyun DNS topology, and ship MindSpace content-scan and auth improvements. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -620,7 +620,7 @@ export function createUserAuth(pool, options = {}) {
|
||||
await pool.query(
|
||||
`INSERT INTO h5_user_skill_grants (subject_type, subject_id, skill_name, enabled, updated_at)
|
||||
VALUES ('role', 'user', ?, ?, ?)
|
||||
ON DUPLICATE KEY UPDATE skill_name = skill_name`,
|
||||
ON DUPLICATE KEY UPDATE enabled = VALUES(enabled), updated_at = VALUES(updated_at)`,
|
||||
[name, enabled ? 1 : 0, now],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user