| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix(aimode-compiler): use sourceBasename for codeSpace component path registration Previously componentPath always ended with '/index', causing mismatches for components whose source files use a non-index basename (e.g. showWeather.js). This made createRoot look for '<skill>/components/<name>/index' in codeSpace while the component was registered at '<skill>/components/<name>/<basename>'. Fix: component-builder derives compPath from sourceBasename instead of hardcoding 'index'. card-renderer and previewer index use the basename from the manifest's componentPath for createRoot, with 'index' fallback. Co-Authored-By: Claude <noreply@anthropic.com> | 1 个月前 | |
fix(preview): resolve @flexui/core absolute path, add resolveLoader config, remove dead imports - Use path.resolve() instead of path.join() for @flexui/core alias - Add resolveLoader.modules to find style-loader/css-loader in previewer's node_modules - Add --no-open flag support - Remove unused webpack, configs imports and entryOutputPath variable Co-Authored-By: Claude <noreply@anthropic.com> | 2 个月前 | |
feat: flexui适配层分为frontend和backend | 1 个月前 | |
feat(flexui-previewer): scaffold package with webpack + TS config Co-Authored-By: Claude <noreply@anthropic.com> | 2 个月前 | |
feat: flexui适配层分为frontend和backend | 1 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 个月前 | ||
| 2 个月前 | ||
| 1 个月前 | ||
| 2 个月前 | ||
| 1 个月前 |