tiny-engine
tiny-engine copied to clipboard
TinyEngine is a low-code engine based on which you can build or develop low-code platforms in different domains/TinyEngine是一个低代码引擎,基于这个引擎可以构建或者开发出不同领域的低代码平台
### What problem does this feature solve 1、Tiny Engine CLI形式支持修改AIModelOptions配置,方便用户自定义模型配置 ### What does the proposed API look like 希望在注册表中直接支持用户配置AIModelOptions Robot.options.AIModelOptions = [ { label: '文心一言:ERNIE-4.0-8K', value: 'ERNIE-4.0-8K', manufacturer: 'baiduai' },...
### Environment 谷歌浏览器 ### Version latest ### Version latest ### Link to minimal reproduction 添加不了插槽 ### Step to reproduce 本地运行 ### What is expected _No response_ ### What is actually...
问题简单描述: 启动Node 服务端后,设计器界面正常渲染,但预览页面无法正常渲染 Element-plus 组件,因为缺少 componentsMap 定义。 问题复现步骤: 1. 按照文档进行Node服务端的部署 [官网文档](https://opentiny.design/tiny-engine#/help-center/course/dev/server-deployment-solution) 2. 进行物料同步 ``` pnpm splitMaterials pnpm buildMaterials ``` pnpm buildMaterials 执行时出现的问题: 问题1:同步过程中发现提供过的初始化Sql 创建的 `t_component` 表结构与插入格式不匹配。 该问题已通过使用 java 项目中的表结构初始化解决问题。 问题2:...
### Environment 使用tinyengine 2.6版本出这样的问题,以前用的2.2版本不会 ### Version node v20.18.0 ### Version @opentiny/vue latest ### Link to minimal reproduction 如题 ### Step to reproduce 如题 ### What is expected _No response_ ###...
### What problem does this feature solve TinyEngine的预览只能单页面预览么?怎么改成整个应用的预览呢? ### What does the proposed API look like TinyEngine支持整个应用的预览 ### What is your project name NA
English | [简体中文](https://github.com/opentiny/tiny-engine/blob/develop/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.zh-CN.md) # PR ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/tiny-engine/blob/develop/CONTRIBUTING.md) - [...
English | [简体中文](https://github.com/opentiny/tiny-engine/blob/develop/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.zh-CN.md) # PR ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/tiny-engine/blob/develop/CONTRIBUTING.md) - [...
### What problem does this feature solve 解决第三方组件库接入难问题。 目前接入第三方组件库需手动按物料协议规则录入,过程超级繁琐、容易出错。预期有插件工具、或者可视化转换的简单方式能够降低物料组件接入难问题。 ### What does the proposed API look like 预期输入组件库npm包(支持内部内源地址路径配置),输出对应的组件库物料包json。 ### What is your project name TinyEngine2.5.0
English | [简体中文](https://github.com/opentiny/tiny-engine/blob/develop/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.zh-CN.md) # PR ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/tiny-engine/blob/develop/CONTRIBUTING.md) - [...