C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 line
251 B

  1. module.exports = {
  2. colorFirst:{
  3. // 我的
  4. "user": {
  5. "banneColor": "linear-gradient(180deg,rgba(253,131,45,1) 0%,rgba(254,74,22,1) 100%))",
  6. },
  7. },
  8. colorSecond:{
  9. // 我的
  10. "user": {
  11. "banneColor": ''
  12. },
  13. }
  14. }