sun-biz 0.0.1-beta.8 → 0.0.1-beta.9

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.
@@ -20,6 +20,8 @@ export interface AppConfigType {
20
20
  * 是否为云环境
21
21
  */
22
22
  isCloudEnv: boolean;
23
+ /** 是否为sass模式 */
24
+ isSassMode: boolean;
23
25
  /**
24
26
  * 当前组织信息
25
27
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sun-biz",
3
- "version": "0.0.1-beta.8",
3
+ "version": "0.0.1-beta.9",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {