mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 12:50:38 +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 || {};
|
||||
this.state = this.__parseData(schema.state || {});
|
||||
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;
|
||||
return;
|
||||
}
|
||||
|
||||
@ -90,7 +90,7 @@ export function inSameDomain() {
|
||||
export function getFileCssName(fileName: string) {
|
||||
if (!fileName) return;
|
||||
const name = fileName.replace(/([A-Z])/g, '-$1').toLowerCase();
|
||||
return (`luna-${name}`)
|
||||
return (`lce-${name}`)
|
||||
.split('-')
|
||||
.filter((p) => !!p)
|
||||
.join('-');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user