1
0

3 Коммиты 07d1e906df ... 280d9d2ee8

Автор SHA1 Сообщение Дата
  徐勤民 280d9d2ee8 docs(basic): 更新 README 文档 3 недель назад
  徐勤民 90f8b9931b docs(basic): 更新 README 文档 3 недель назад
  徐勤民 55e3dc9bc4 refactor(authorize): 优化授权时长选项并注释错误提示 3 недель назад
2 измененных файлов с 16 добавлено и 9 удалено
  1. 2 2
      BuildProfile.ets
  2. 14 7
      README.md

+ 2 - 2
BuildProfile.ets

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

+ 14 - 7
README.md

@@ -165,16 +165,21 @@ ToolsHelper.showAlertDialog({
 })
 ```
 
+>
 > 如果需要自定义弹窗UI,可以参考`ToolsHelper`中以下部分代码
 >
-> ```
-> @Builder
-> function customDialogBuilder<T>(option: ListOptions<T>, dialogTag: string) {
-> //......
-> }
-> ```
+
+ ```
+ @Builder
+ function customDialogBuilder<T>(option: ListOptions<T>, dialogTag: string) {
+ //......
+ }
+ ```
+
 >
 > `注意,传入参数(options: AlertBean)是固定的`
+>
+>
 
 ### 1.4.[ValidatorHelper](./src/main/ets/utils/ValidatorHelper.ets)
 
@@ -614,8 +619,10 @@ build() {
 ```
 
 ### 4.3.[SwipeView](src/main/ets/view/SwipeView.ets)
+
 > 左滑删除
-> 
+>
+
 ```tsx
     SwipeView({
       onItemClick: () => {