|
@@ -134,6 +134,7 @@ const (
|
|
AssetContentDatabaseIndexCommit = "task.asset.database.index.commit" // 资源文件数据库索引提交
|
|
AssetContentDatabaseIndexCommit = "task.asset.database.index.commit" // 资源文件数据库索引提交
|
|
CacheVirtualBlockRef = "task.cache.virtualBlockRef" // 缓存虚拟块引用
|
|
CacheVirtualBlockRef = "task.cache.virtualBlockRef" // 缓存虚拟块引用
|
|
ReloadAttributeView = "task.reload.attributeView" // 重新加载属性视图
|
|
ReloadAttributeView = "task.reload.attributeView" // 重新加载属性视图
|
|
|
|
+ ReloadProtyleBlock = "task.reload.protyleBlock" // 重载编辑器内容块
|
|
PushMsg = "task.push.msg" // 推送消息
|
|
PushMsg = "task.push.msg" // 推送消息
|
|
)
|
|
)
|
|
|
|
|
|
@@ -149,6 +150,7 @@ var uniqueActions = []string{
|
|
AssetContentDatabaseIndexFull,
|
|
AssetContentDatabaseIndexFull,
|
|
AssetContentDatabaseIndexCommit,
|
|
AssetContentDatabaseIndexCommit,
|
|
ReloadAttributeView,
|
|
ReloadAttributeView,
|
|
|
|
+ ReloadProtyleBlock,
|
|
}
|
|
}
|
|
|
|
|
|
func ContainIndexTask() bool {
|
|
func ContainIndexTask() bool {
|