diff --git a/views/app/index.html b/views/app/index.html index 31cbdb4c40..a97179996a 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -44,38 +44,78 @@ - - - Money: {_user.money} - Exp: {_user.exp} - Lvl: {_user.lvl} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {#each _habitList}{/} + + + + + {#each _dailyList}{/} + + + + + {#each _todoList}{/} + + + + + {#each _rewardList}{/} + + + + + + + + + + - - - - - {#each _habitList}{/} - - - - - {#each _dailyList}{/} - - - - - {#each _todoList}{/} - - - - - {#each _rewardList}{/} - - - + + +