新增宫格导航组件;增加innermargin设置(手机滚动条间隙);增加tp模板渲染;

This commit is contained in:
2023-04-13 18:05:21 +08:00
parent d537a0fb23
commit 2ed7ee5d5a
13 changed files with 306 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
<?php
return [
'colors'=>[
'red',
'orange',
'yellow',
'green',
'bluegreen',
'blue',
'purple',
]
];