You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/server/lib/const.ts

47 lines
656 B
TypeScript

export const NAME_REGEXP =
/^([0-9a-zA-Z]{1,2}|[\u4e00-\u9eff]|[\u3040-\u309Fー]|[\u30A0-\u30FF]){1,8}$/;
/**
* TODO:
*
*
* key
* value
*/
export const BUILTIN_GROUP_PERM = {
/**
*
*/
displayChannel: true,
/**
*
*/
manageChannel: false,
/**
*
*/
manageRole: false,
/**
*
*/
manageGroup: false,
/**
*
*/
sendMessage: true,
/**
*
*/
sendImage: true,
};
/**
* id
*/
export const SYSTEM_USERID = '000000000000000000000000';