mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
14 lines
164 B
PHP
14 lines
164 B
PHP
<?php
|
|
|
|
return [
|
|
'colors'=>[
|
|
'red',
|
|
'orange',
|
|
'yellow',
|
|
'green',
|
|
'bluegreen',
|
|
'blue',
|
|
'purple',
|
|
]
|
|
];
|