File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
package-lock.json
2
2
node_modules /
3
+ .DS_Store
Original file line number Diff line number Diff line change @@ -109,12 +109,24 @@ https://example.com/path/to/live2d-widget/
109
109
110
110
## 鸣谢 Thanks
111
111
112
- <a href =" https://www.browserstack.com/ " ><img height =" 80 " src =" https://live.browserstack.com/images/opensource/browserstack-logo.svg " alt =" BrowserStack Logo " ></a >
112
+ <a href =" https://www.browserstack.com/ " >
113
+ <picture >
114
+ <source media="(prefers-color-scheme: dark)" height="80" srcset="https://d98b8t1nnulk5.cloudfront.net/production/images/layout/logo-header.png?1469004780">
115
+ <source media="(prefers-color-scheme: light)" height="80" srcset="https://live.browserstack.com/images/opensource/browserstack-logo.svg">
116
+ <img alt="BrowserStack Logo" height="80" src="https://live.browserstack.com/images/opensource/browserstack-logo.svg">
117
+ </picture >
118
+ </a >
113
119
114
120
> 感谢 BrowserStack 容许我们在真实的浏览器中测试此项目。
115
121
> Thanks to [ BrowserStack] ( https://www.browserstack.com/ ) for providing the infrastructure that allows us to test in real browsers!
116
122
117
- <a href =" https://www.jsdelivr.com " ><img height =" 80 " src =" https://raw.githubusercontent.com/jsdelivr/jsdelivr-media/master/default/svg/jsdelivr-logo-horizontal.svg " ></a >
123
+ <a href =" https://www.jsdelivr.com " >
124
+ <picture >
125
+ <source media="(prefers-color-scheme: dark)" height="80" srcset="https://raw.githubusercontent.com/jsdelivr/jsdelivr-media/master/white/svg/jsdelivr-logo-horizontal.svg">
126
+ <source media="(prefers-color-scheme: light)" height="80" srcset="https://raw.githubusercontent.com/jsdelivr/jsdelivr-media/master/default/svg/jsdelivr-logo-horizontal.svg">
127
+ <img alt="jsDelivr Logo" height="80" src="https://raw.githubusercontent.com/jsdelivr/jsdelivr-media/master/default/svg/jsdelivr-logo-horizontal.svg">
128
+ </picture >
129
+ </a >
118
130
119
131
> 感谢 jsDelivr 提供的 CDN 服务。
120
132
> Thanks jsDelivr for providing public CDN service.
You can’t perform that action at this time.
0 commit comments