Skip to content

Commit 8d624b5

Browse files
committed
chore: update readme
1 parent 86f65b4 commit 8d624b5

File tree

4 files changed

+37
-25
lines changed

4 files changed

+37
-25
lines changed

README-cmn_CN.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,10 @@ body[theme-mode='dark'] [class^='ant'] {
175175
[theme-mode='light'] #root[style*='background: var(--color-white)'],
176176
/* https://github.com/hakadao/CherryStudio-Aero/issues/14 */
177177
/* selection assitant panel */
178-
[theme-mode='light'] [class^='WindowFrame'] {
178+
[theme-mode='light'] [class^='WindowFrame'],
179+
/* https://github.com/hakadao/CherryStudio-Aero/issues/13#issuecomment-3105519544 */
180+
/* Tooltip background is too transparent */
181+
[theme-mode='light'] .ant-tooltip-inner {
179182
--color-white: #ffffff;
180183
--color-white-soft: rgba(255, 255, 255, 0.8);
181184
--color-white-mute: rgba(255, 255, 255, 0.94);
@@ -189,7 +192,10 @@ body[theme-mode='dark'] [class^='ant'] {
189192
[theme-mode='dark'] [class^='ant-modal'],
190193
/* https://github.com/hakadao/CherryStudio-Aero/issues/14 */
191194
/* selection assitant panel */
192-
[theme-mode='dark'] [class^='WindowFrame'] {
195+
[theme-mode='dark'] [class^='WindowFrame'],
196+
/* https://github.com/hakadao/CherryStudio-Aero/issues/13#issuecomment-3105519544 */
197+
/* Tooltip background is too transparent */
198+
[theme-mode='dark'] .ant-tooltip-inner {
193199
--color-black: #181818;
194200
--color-black-soft: #222222;
195201
--color-black-mute: #333333;
@@ -234,10 +240,7 @@ body[theme-mode='dark'][os='windows'] {
234240
.ant-drawer-content[style*='background-color: var(--color-background)'],
235241
/* https://github.com/hakadao/CherryStudio-Aero/issues/12 */
236242
/* Search bar background is too transparent */
237-
[class^='SearchBarContainer'],
238-
/* https://github.com/hakadao/CherryStudio-Aero/issues/13#issuecomment-3105519544 */
239-
/* Tooltip background is too transparent */
240-
.ant-tooltip-inner {
243+
[class^='SearchBarContainer'] {
241244
background: var(--aero-background-solid) !important;
242245
}
243246

README-cmn_TW.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,10 @@ body[theme-mode='dark'] [class^='ant'] {
175175
[theme-mode='light'] #root[style*='background: var(--color-white)'],
176176
/* https://github.com/hakadao/CherryStudio-Aero/issues/14 */
177177
/* selection assitant panel */
178-
[theme-mode='light'] [class^='WindowFrame'] {
178+
[theme-mode='light'] [class^='WindowFrame'],
179+
/* https://github.com/hakadao/CherryStudio-Aero/issues/13#issuecomment-3105519544 */
180+
/* Tooltip background is too transparent */
181+
[theme-mode='light'] .ant-tooltip-inner {
179182
--color-white: #ffffff;
180183
--color-white-soft: rgba(255, 255, 255, 0.8);
181184
--color-white-mute: rgba(255, 255, 255, 0.94);
@@ -189,7 +192,10 @@ body[theme-mode='dark'] [class^='ant'] {
189192
[theme-mode='dark'] [class^='ant-modal'],
190193
/* https://github.com/hakadao/CherryStudio-Aero/issues/14 */
191194
/* selection assitant panel */
192-
[theme-mode='dark'] [class^='WindowFrame'] {
195+
[theme-mode='dark'] [class^='WindowFrame'],
196+
/* https://github.com/hakadao/CherryStudio-Aero/issues/13#issuecomment-3105519544 */
197+
/* Tooltip background is too transparent */
198+
[theme-mode='dark'] .ant-tooltip-inner {
193199
--color-black: #181818;
194200
--color-black-soft: #222222;
195201
--color-black-mute: #333333;
@@ -234,15 +240,12 @@ body[theme-mode='dark'][os='windows'] {
234240
.ant-drawer-content[style*='background-color: var(--color-background)'],
235241
/* https://github.com/hakadao/CherryStudio-Aero/issues/12 */
236242
/* Search bar background is too transparent */
237-
[class^='SearchBarContainer'],
238-
/* https://github.com/hakadao/CherryStudio-Aero/issues/13#issuecomment-3105519544 */
239-
/* Tooltip background is too transparent */
240-
.ant-tooltip-inner {
243+
[class^='SearchBarContainer'] {
241244
background: var(--aero-background-solid) !important;
242245
}
243246

244247
/* https://github.com/hakadao/CherryStudio-Aero/issues/15 */
245248
.markdown [class^='Container'] [class^='Header']+[class^='Content'] {
246249
background: transparent;
247250
}
248-
```
251+
```

README-jyut.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,10 @@ body[theme-mode='dark'] [class^='ant'] {
176176
[theme-mode='light'] #root[style*='background: var(--color-white)'],
177177
/* https://github.com/hakadao/CherryStudio-Aero/issues/14 */
178178
/* selection assitant panel */
179-
[theme-mode='light'] [class^='WindowFrame'] {
179+
[theme-mode='light'] [class^='WindowFrame'],
180+
/* https://github.com/hakadao/CherryStudio-Aero/issues/13#issuecomment-3105519544 */
181+
/* Tooltip background is too transparent */
182+
[theme-mode='light'] .ant-tooltip-inner {
180183
--color-white: #ffffff;
181184
--color-white-soft: rgba(255, 255, 255, 0.8);
182185
--color-white-mute: rgba(255, 255, 255, 0.94);
@@ -190,7 +193,10 @@ body[theme-mode='dark'] [class^='ant'] {
190193
[theme-mode='dark'] [class^='ant-modal'],
191194
/* https://github.com/hakadao/CherryStudio-Aero/issues/14 */
192195
/* selection assitant panel */
193-
[theme-mode='dark'] [class^='WindowFrame'] {
196+
[theme-mode='dark'] [class^='WindowFrame'],
197+
/* https://github.com/hakadao/CherryStudio-Aero/issues/13#issuecomment-3105519544 */
198+
/* Tooltip background is too transparent */
199+
[theme-mode='dark'] .ant-tooltip-inner {
194200
--color-black: #181818;
195201
--color-black-soft: #222222;
196202
--color-black-mute: #333333;
@@ -235,10 +241,7 @@ body[theme-mode='dark'][os='windows'] {
235241
.ant-drawer-content[style*='background-color: var(--color-background)'],
236242
/* https://github.com/hakadao/CherryStudio-Aero/issues/12 */
237243
/* Search bar background is too transparent */
238-
[class^='SearchBarContainer'],
239-
/* https://github.com/hakadao/CherryStudio-Aero/issues/13#issuecomment-3105519544 */
240-
/* Tooltip background is too transparent */
241-
.ant-tooltip-inner {
244+
[class^='SearchBarContainer'] {
242245
background: var(--aero-background-solid) !important;
243246
}
244247

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,10 @@ body[theme-mode='dark'] [class^='ant'] {
176176
[theme-mode='light'] #root[style*='background: var(--color-white)'],
177177
/* https://github.com/hakadao/CherryStudio-Aero/issues/14 */
178178
/* selection assitant panel */
179-
[theme-mode='light'] [class^='WindowFrame'] {
179+
[theme-mode='light'] [class^='WindowFrame'],
180+
/* https://github.com/hakadao/CherryStudio-Aero/issues/13#issuecomment-3105519544 */
181+
/* Tooltip background is too transparent */
182+
[theme-mode='light'] .ant-tooltip-inner {
180183
--color-white: #ffffff;
181184
--color-white-soft: rgba(255, 255, 255, 0.8);
182185
--color-white-mute: rgba(255, 255, 255, 0.94);
@@ -190,7 +193,10 @@ body[theme-mode='dark'] [class^='ant'] {
190193
[theme-mode='dark'] [class^='ant-modal'],
191194
/* https://github.com/hakadao/CherryStudio-Aero/issues/14 */
192195
/* selection assitant panel */
193-
[theme-mode='dark'] [class^='WindowFrame'] {
196+
[theme-mode='dark'] [class^='WindowFrame'],
197+
/* https://github.com/hakadao/CherryStudio-Aero/issues/13#issuecomment-3105519544 */
198+
/* Tooltip background is too transparent */
199+
[theme-mode='dark'] .ant-tooltip-inner {
194200
--color-black: #181818;
195201
--color-black-soft: #222222;
196202
--color-black-mute: #333333;
@@ -235,10 +241,7 @@ body[theme-mode='dark'][os='windows'] {
235241
.ant-drawer-content[style*='background-color: var(--color-background)'],
236242
/* https://github.com/hakadao/CherryStudio-Aero/issues/12 */
237243
/* Search bar background is too transparent */
238-
[class^='SearchBarContainer'],
239-
/* https://github.com/hakadao/CherryStudio-Aero/issues/13#issuecomment-3105519544 */
240-
/* Tooltip background is too transparent */
241-
.ant-tooltip-inner {
244+
[class^='SearchBarContainer'] {
242245
background: var(--aero-background-solid) !important;
243246
}
244247

0 commit comments

Comments
 (0)