mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 12:45:37 +08:00
refactor: 使用模板中心创建UI优化
This commit is contained in:
@@ -79,4 +79,13 @@ public class CommonConstants {
|
||||
public static final String CHART = "dataset";
|
||||
|
||||
}
|
||||
|
||||
public static final class TEMPLATE_SOURCE {
|
||||
//模板市场
|
||||
public static final String MARKET = "market";
|
||||
//模板管理
|
||||
public static final String MANAGE = "manage";
|
||||
//公共
|
||||
public static final String PUBLIC = "public";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user