comm.h 558 B

1234567891011121314151617
  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"config.yaml";
  10. constexpr auto DSPROXY_CONFIG_DIR_NAME = L"Config";
  11. constexpr auto DSPROXY_EXE_NAME = L"syscode.exe";