2023-10-12 08:03:12 +00:00
|
|
|
cqi.constants = {};
|
|
|
|
|
2023-10-12 08:27:28 +00:00
|
|
|
/** @type {number} */
|
2023-10-12 08:03:12 +00:00
|
|
|
cqi.constants.FIELD_KEYWORD = 9;
|
2023-10-12 08:27:28 +00:00
|
|
|
|
|
|
|
/** @type {number} */
|
2023-10-12 08:03:12 +00:00
|
|
|
cqi.constants.FIELD_MATCH = 16;
|
2023-10-12 08:27:28 +00:00
|
|
|
|
|
|
|
/** @type {number} */
|
2023-10-12 08:03:12 +00:00
|
|
|
cqi.constants.FIELD_MATCHEND = 17;
|
2023-10-12 08:27:28 +00:00
|
|
|
|
|
|
|
/** @type {number} */
|
2023-10-12 08:03:12 +00:00
|
|
|
cqi.constants.FIELD_TARGET = 0;
|
2023-10-12 08:27:28 +00:00
|
|
|
|
|
|
|
/** @type {number} */
|
|
|
|
cqi.constants.FIELD_TARGET_0 = 0;
|
|
|
|
|
|
|
|
/** @type {number} */
|
|
|
|
cqi.constants.FIELD_TARGET_1 = 1;
|
|
|
|
|
|
|
|
/** @type {number} */
|
|
|
|
cqi.constants.FIELD_TARGET_2 = 2;
|
|
|
|
|
|
|
|
/** @type {number} */
|
|
|
|
cqi.constants.FIELD_TARGET_3 = 3;
|
|
|
|
|
|
|
|
/** @type {number} */
|
|
|
|
cqi.constants.FIELD_TARGET_4 = 4;
|
|
|
|
|
|
|
|
/** @type {number} */
|
|
|
|
cqi.constants.FIELD_TARGET_5 = 5;
|
|
|
|
|
|
|
|
/** @type {number} */
|
|
|
|
cqi.constants.FIELD_TARGET_6 = 6;
|
|
|
|
|
|
|
|
/** @type {number} */
|
|
|
|
cqi.constants.FIELD_TARGET_7 = 7;
|
|
|
|
|
|
|
|
/** @type {number} */
|
|
|
|
cqi.constants.FIELD_TARGET_8 = 8;
|
|
|
|
|
|
|
|
/** @type {number} */
|
|
|
|
cqi.constants.FIELD_TARGET_9 = 9;
|