1234567891011121314151617 |
- #pragma once
- #define CLASHXW_APP_ID L"com.dsproxy.sproxy"
- constexpr auto DSPROXY_DATA_DIR = L"DSProxy";
- constexpr auto DSPROXY_DATA_DIR_PORTABLE = L"Data";
- constexpr auto DSPROXY_CONFIG_NAME = L"DSProxy.json";
- constexpr auto CLASH_ASSETS_DIR_NAME = L"Assets";
- constexpr auto DSPROXY_CONFIG_INIT_ClASH_NAME = L"config_info.yaml";
- constexpr auto DSPROXY_CONFIG_ClASH_NAME = L"config.yaml";
- constexpr auto DSPROXY_CONFIG_TUN_ClASH_NAME = L"config.yaml";
- constexpr auto DSPROXY_CONFIG_DIR_NAME = L"Config";
- constexpr auto DSPROXY_EXE_NAME = L"syscode.exe";
|