ChenYCL / chrome-extension-udemy-translate

Translate Udemy's subtitles into Chinese、English etc(Disneyplus+netflix+udemy+lynda+hulu+hbo now+primevideo)
https://chrome.google.com/webstore/detail/udemy-translate/dechpgocmbnibandhfdpkmfkogmlnbkp?hl=en-US
977 stars 184 forks source link

透明度调节代码错误 #94

Closed ficapy closed 3 years ago

ficapy commented 3 years ago
src/pages/Content/modules/utils.ts
30:    opacity: ${items['backgroundColor']};

src/pages/Content/VideoType/udemy.ts
87:    opacity: ${items['backgroundColor']};

src/pages/Content/VideoType/hbo.ts
78:    opacity: ${items['backgroundColor']};

src/pages/Content/VideoType/hbomax.ts
98:    opacity: ${items['backgroundColor']};

应该是 backgroundOpacity

ChenYCL commented 3 years ago

已修复