mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-23 08:51:26 +00:00
10 lines
165 B
JavaScript
10 lines
165 B
JavaScript
/**
|
|
* define all constant variables here
|
|
*/
|
|
|
|
module.exports.MenuKeyMap = {
|
|
RECORD_FILTER: 'RECORD_FILTER',
|
|
MAP_LOCAL: 'MAP_LOCAL',
|
|
ROOT_CA: 'ROOT_CA'
|
|
};
|