소스 검색

README.md

徐勤民 9 달 전
부모
커밋
408a5cf98e
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 3
      BuildProfile.ets
  2. 1 1
      oh-package.json5

+ 3 - 3
BuildProfile.ets

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

+ 1 - 1
oh-package.json5

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