Browse Source

弹出pin码输入框

master
徐勤民 3 weeks ago
parent
commit
81b538e43e
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      BuildProfile.ets
  2. +2
    -2
      oh-package.json5

+ 1
- 1
BuildProfile.ets View File

@@ -1,7 +1,7 @@
/**
* 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 DEBUG = true;
export const TARGET_NAME = 'default';


+ 2
- 2
oh-package.json5 View File

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


Loading…
Cancel
Save