@ -174,7 +174,7 @@ public class DesignerActivator extends Activator implements Prepare {
@Override
@Override
public void start ( ) {
public void start ( ) {
List < LocaleMarker > markers = findMutable ( InterMutableKey . Path ) ;
List < LocaleMarker > markers = findMutable ( InterMutableKey . Path ) ;
for ( LocaleMarker marker : markers ) {
for ( LocaleMarker marker : markers ) {
@ -209,8 +209,10 @@ public class DesignerActivator extends Activator implements Prepare {
CompletableFuture < Void > resourcePrepare = CompletableFuture . runAsync ( ( ) - > {
CompletableFuture < Void > resourcePrepare = CompletableFuture . runAsync ( ( ) - > {
pushUpdateTask . run ( ) ;
pushUpdateTask . run ( ) ;
PluginResourceLoader . INSTANCE . checkOldShopFile ( ) ;
if ( WorkContext . getCurrent ( ) . isLocal ( ) ) {
UpmResourceLoader . INSTANCE . checkOldShopFile ( ) ;
PluginResourceLoader . INSTANCE . checkOldShopFile ( ) ;
UpmResourceLoader . INSTANCE . checkOldShopFile ( ) ;
}
} , DesignerStartupPool . common ( ) ) ;
} , DesignerStartupPool . common ( ) ) ;
CompletableFuture
CompletableFuture
@ -554,7 +556,7 @@ public class DesignerActivator extends Activator implements Prepare {
}
}
private void startBBSLoginAuthServer ( ) {
private void startBBSLoginAuthServer ( ) {
OptimizeUtil . open ( ( ) - > {
OptimizeUtil . open ( ( ) - > {
// 设计器启动后启动
// 设计器启动后启动
EventDispatcher . listen ( DesignerLaunchStatus . STARTUP_COMPLETE , new Listener < Null > ( ) {
EventDispatcher . listen ( DesignerLaunchStatus . STARTUP_COMPLETE , new Listener < Null > ( ) {