1 Star 1 Fork 0

大耳朵驴/steam-totp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BuildProfile.ets 519 Bytes
一键复制 编辑 原始数据 按行查看 历史
大耳朵驴 提交于 2024-12-27 20:55 . perf: Optimized error messages.
/**
* Use these variables when you tailor your ArkTS code. They must be of the const type.
*/
export const HAR_VERSION = '1.2.1';
export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true;
export const TARGET_NAME = 'default';
/**
* BuildProfile Class is used only for compatibility purposes.
*/
export default class BuildProfile {
static readonly HAR_VERSION = HAR_VERSION;
static readonly BUILD_MODE_NAME = BUILD_MODE_NAME;
static readonly DEBUG = DEBUG;
static readonly TARGET_NAME = TARGET_NAME;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/conrad_sheeran/steam-totp.git
git@gitee.com:conrad_sheeran/steam-totp.git
conrad_sheeran
steam-totp
steam-totp
main

搜索帮助