'admin-21.09.11:优化深色模式'
This commit is contained in:
parent
15a3025928
commit
cea507e688
@ -39,6 +39,12 @@
|
|||||||
- 复制代码(桌面 cmd 运行) `npm install -g cnpm --registry=https://registry.npm.taobao.org`
|
- 复制代码(桌面 cmd 运行) `npm install -g cnpm --registry=https://registry.npm.taobao.org`
|
||||||
- 复制代码(桌面 cmd 运行) `npm install -g yarn`
|
- 复制代码(桌面 cmd 运行) `npm install -g yarn`
|
||||||
|
|
||||||
|
#### 🏭 环境支持
|
||||||
|
|
||||||
|
| Edge | last 2 versions | last 2 versions | last 2 versions |
|
||||||
|
| ---- | ---- | ---- | ---- |
|
||||||
|
|  |  | | |
|
||||||
|
|
||||||
#### ⚡ 使用说明
|
#### ⚡ 使用说明
|
||||||
|
|
||||||
建议使用 cnpm,因为 yarn 有时会报错。<a href="http://nodejs.cn/" target="_blank">node 版本 > 12xx.xx.x</a>
|
建议使用 cnpm,因为 yarn 有时会报错。<a href="http://nodejs.cn/" target="_blank">node 版本 > 12xx.xx.x</a>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
------------------------------- */
|
------------------------------- */
|
||||||
[data-theme='dark'] {
|
[data-theme='dark'] {
|
||||||
// 全局
|
// 全局
|
||||||
filter: invert(1) hue-rotate(180deg);
|
filter: invert(0.9) hue-rotate(180deg);
|
||||||
img,
|
img,
|
||||||
.layout-lock-screen-img,
|
.layout-lock-screen-img,
|
||||||
.visualizing-demo2,
|
.visualizing-demo2,
|
||||||
|
Loading…
Reference in New Issue
Block a user