更改不平铺的样式
This commit is contained in:
@@ -191,6 +191,7 @@ export function createLayer(options = {}) {
|
||||
generateId("layer_") ||
|
||||
`layer_${Date.now()}_${Math.floor(Math.random() * 1000)}`;
|
||||
return {
|
||||
...options,
|
||||
id: id,
|
||||
// 图层基本属性
|
||||
name: options.name || `图层 ${id.substring(id.lastIndexOf("_") + 1)}`,
|
||||
|
||||
Reference in New Issue
Block a user