dkplus

Results 1 comments of dkplus

可以用css atrribute+css变量来做,类似这样: `body {--primary-color: white}` `body[theme="dark"] {--primary-color: black}` `.button: {background: var(--primary-color)}` 给body加theme="dark"就ok了