您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
| 1234567891011121314 |
- /**
- * The max size of the list.
- *
- * @type {number}
- */
- export const LIST_SIZE = 30;
-
- /**
- * The name of the {@code window.localStorage} item where recent rooms are
- * stored.
- *
- * @type {string}
- */
- export const RECENT_URL_STORAGE = 'recentURLs';
|