mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-04 17:27:09 +00:00
chore: 去除luna品牌
This commit is contained in:
parent
8d05f30177
commit
6f290abe91
@ -27,7 +27,7 @@ export default function addonRendererFactory() {
|
|||||||
const schema = props.__schema || {};
|
const schema = props.__schema || {};
|
||||||
this.state = this.__parseData(schema.state || {});
|
this.state = this.__parseData(schema.state || {});
|
||||||
if (isEmpty(props.config) || !props.config.addonKey) {
|
if (isEmpty(props.config) || !props.config.addonKey) {
|
||||||
console.warn('luna addon has wrong config');
|
console.warn('lce addon has wrong config');
|
||||||
this.state.__hasError = true;
|
this.state.__hasError = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -90,7 +90,7 @@ export function inSameDomain() {
|
|||||||
export function getFileCssName(fileName: string) {
|
export function getFileCssName(fileName: string) {
|
||||||
if (!fileName) return;
|
if (!fileName) return;
|
||||||
const name = fileName.replace(/([A-Z])/g, '-$1').toLowerCase();
|
const name = fileName.replace(/([A-Z])/g, '-$1').toLowerCase();
|
||||||
return (`luna-${name}`)
|
return (`lce-${name}`)
|
||||||
.split('-')
|
.split('-')
|
||||||
.filter((p) => !!p)
|
.filter((p) => !!p)
|
||||||
.join('-');
|
.join('-');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user