@cc-component/cc-core 1.8.7 → 1.8.8

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.
@@ -18,7 +18,10 @@ export enum LayerType {
18
18
  * 对话框层 - 用于放置对话框界面
19
19
  */
20
20
  LayerDialog = "LayerDialog",
21
-
21
+ /**
22
+ * 通用层 - 用于自定义层
23
+ */
24
+ LayerCommon = "LayerCommon",
22
25
  /**
23
26
  * 系统层 - 用于放置系统级界面(如设置、系统提示等)
24
27
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cc-component/cc-core",
3
- "version": "1.8.7",
3
+ "version": "1.8.8",
4
4
  "engine": ">=3.8.6",
5
5
  "description": "系统组件添加常用扩展方法",
6
6
  "main": "index.ts",