弹出pin码输入框

这个提交包含在:
徐勤民 2024-09-04 10:53:39 +08:00
父节点 b6cbcd79ba
当前提交 81b538e43e
共有 2 个文件被更改,包括 3 次插入3 次删除

查看文件

@ -1,7 +1,7 @@
/** /**
* Use these variables when you tailor your ArkTS code. They must be of the const type. * Use these variables when you tailor your ArkTS code. They must be of the const type.
*/ */
export const HAR_VERSION = '1.0.1'; export const HAR_VERSION = '1.0.3';
export const BUILD_MODE_NAME = 'debug'; export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true; export const DEBUG = true;
export const TARGET_NAME = 'default'; export const TARGET_NAME = 'default';

查看文件

@ -1,9 +1,9 @@
{ {
"name": "@szyx/sdk_base", "name": "@szyx/sdk_base",
"version": "1.0.1", "version": "1.0.3",
"description": "数字医信公司,鸿蒙app开发基础工具。", "description": "数字医信公司,鸿蒙app开发基础工具。",
"main": "Index.ets", "main": "Index.ets",
"author": "xuqm", "author": "szyx",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": "", "repository": "",
"dependencies": {} "dependencies": {}