This commit is contained in:
wangcongtao
2020-01-07 17:56:33 +08:00
parent dca01fe24b
commit c69a959b6a
177 changed files with 1457 additions and 650 deletions

View File

@@ -48,4 +48,9 @@ public interface ModuleType {
* 小智、天气、时间等
*/
int TYPE_EXTENSION = 8;
/**
* 操作快捷入口
*/
int TYPE_ENTRANCE = 9;
}