king
Results
3
comments of
king
可以认为@Config等价于Springboot里的@Configuration,个人推测AndServer启动时应该是会执行onConfig方法的
可以添加一个WebConfig的实现类,在实现onConfig方法时,使用delegate.addWebsite()方法添加你需要的AssetsWebsite实例 ``` @Override public void onConfig(Context context, Delegate delegate) { delegate.addWebsite(new AssetsWebsite(context,"/web")); } ``` 实现类上记得加上@Config注解
好久没更新了,ui部分确实缺失较多,建议先简单补充各个widget的属性和交互事件监听