@ningboyz/types 1.3.191 → 1.3.192

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.3.191",
4
+ "version": "1.3.192",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -0,0 +1,2 @@
1
+ export const CONST_READ_YESI_KNOW = 1; //#已读
2
+ export const CONST_READ_NOTI_KNOW = 0; //#未读
@@ -31,6 +31,7 @@ import * as TabsStat from "./const_stat";
31
31
  import * as Vary from "./const_vary";
32
32
  import * as ErrorKey from "./const_error_key";
33
33
  import * as PageMode from "./const_page_mode";
34
+ import * as Read from "./const_read";
34
35
 
35
36
  export {
36
37
  Align,
@@ -63,7 +64,8 @@ export {
63
64
  Hznj,
64
65
  Vary,
65
66
  ErrorKey,
66
- PageMode
67
+ PageMode,
68
+ Read
67
69
  };
68
70
 
69
71
  export type ModuleType = (typeof ConstModuleType)[keyof typeof ConstModuleType];