更新代码,完善功能

This commit is contained in:
2020-02-18 14:50:57 +08:00
parent 31fd944b9c
commit 8bc0f7534b
36 changed files with 283 additions and 280 deletions

View File

@@ -79,4 +79,11 @@ class Config extends Model {
}
return $data;
}
public function getThemesList(){
return [
'pc' => [],
'mobile' => []
];
}
}