add warehouse code,pass 1st complie,app_notifier needs installation function

This commit is contained in:
cuu
2021-10-24 01:56:27 +08:00
parent 23b2f6caf8
commit 94245a58e8
15 changed files with 919 additions and 88 deletions

View File

@@ -16,11 +16,11 @@ import (
/******************************************************************************/
type WareHousePlugin struct {
UI.Plugin
MainPage *WareHousePage
MainPage *WareHouse
}
func (self *WareHousePlugin) Init(main_screen *UI.MainScreen) {
self.MainPage = NewWareHousePage()
self.MainPage = NewWareHouse()
self.MainPage.SetScreen(main_screen)
self.MainPage.SetName("Tiny cloud")
self.MainPage.Init()