Update CDN-Providers.md

pull/1016/head
Lemonawa 2022-01-17 18:03:36 +08:00 committed by GitHub
parent 280a539450
commit 666b7dd22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ jsDelivr和UNPKG就采用这种npm形式。
否则如果你采用如CDN.js这样的CDN提供商请在URL模板前加上`[cdnjs]`
{% codeblock "CDN.js-style URL模板" %}
[cdnjs]https://some.cdn.domain.name/${package}/${version}/${filename}
'[cdnjs]https://some.cdn.domain.name/${package}/${version}/${filename}'
{% endcodeblock %}
### Web字体CDN