mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
14 lines
241 B
JavaScript
14 lines
241 B
JavaScript
module.exports = {
|
|
community: [
|
|
{
|
|
type: 'autogenerated',
|
|
dirName: '.',
|
|
},
|
|
{
|
|
type: 'link',
|
|
label: '生态资源',
|
|
href: 'https://github.com/lowcode-workspace/awesome-lowcode-engine',
|
|
},
|
|
],
|
|
};
|