comm.h 717 B

123456789101112131415161718192021222324
  1. #pragma once
  2. #define CLASHXW_APP_ID L"com.dsproxy.sproxy"
  3. constexpr auto DSPROXY_DATA_DIR = L"DSProxy";
  4. constexpr auto DSPROXY_DATA_DIR_PORTABLE = L"Data";
  5. constexpr auto DSPROXY_CONFIG_NAME = L"DSProxy.json";
  6. constexpr auto CLASH_ASSETS_DIR_NAME = L"Assets";
  7. constexpr auto DSPROXY_CONFIG_INIT_ClASH_NAME = L"config_info.yaml";
  8. constexpr auto DSPROXY_CONFIG_ClASH_NAME = L"config.yaml";
  9. constexpr auto DSPROXY_CONFIG_TUN_ClASH_NAME = L"tun_config.yaml";
  10. constexpr auto DSPROXY_CONFIG_DIR_NAME = L"Config";
  11. constexpr auto DSPROXY_EXE_NAME = L"syscode.exe";
  12. constexpr auto CONNECT_NODE_MSG = L"正在获取节点..不能操作";
  13. constexpr auto SUEECS_NODE_MSG = L"获取节点成功..";
  14. constexpr auto VERSION = L"1.1.8";