Skip to content

Commit 0b02ba8

Browse files
committed
Merge remote-tracking branch 'hexqi/develop' into feat/file-as-database
2 parents e382cb3 + e35908b commit 0b02ba8

File tree

67 files changed

+907
-537
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+907
-537
lines changed

designer-demo/engine.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ export default {
55
scripts: [],
66
styles: [],
77
// 是否开启 TailWindCSS 特性
8-
enableTailwindCSS: true
8+
enableTailwindCSS: true,
9+
// 是否开启 使用结构化CSS 特性
10+
enableStructuredCss: false
911
}

docs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
- [应用工具类管理](./api/backend-api/app-utility-management.md)
9696
- [区块管理](./api/backend-api/block-management-api.md)
9797
- [数据源管理](./api/backend-api/data-source-management.md)
98-
- [DSL代码生成](./api/backend-api/dsl-code-generation.md)
9998
- [物料中心](./api/backend-api/material-center.md)
10099
- [页面管理](./api/backend-api/page-management-api.md)
101100
- [APP服务](./api/backend-api/app-services.md)

docs/api/backend-api/dsl-code-generation.md

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)