pengzhanbo 4d2361a704
feat(theme)!: add collections support (#704)
* feat(theme)!: add collection support
2025-10-07 23:13:09 +08:00

29 lines
805 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: caniuse 特性搜索
icon: fa-brands:css3
createTime: 2024/04/16 12:41:26
permalink: /tools/caniuse/
readingTime: false
editLink: false
---
除了使用本工具,你也可以直接访问 [caniuse.com/](https://caniuse.com/) 搜索特性,
在结果页中,点击 左侧的 `#` 按钮后,浏览器的地址栏会自动跳转,例如:
搜索 `@property`,点击 `#` 会跳转到 `https://caniuse.com/mdn-css_at-rules_property`
可以直接复制 `mdn-css_at-rules_property` ,粘贴到 markdown 文件中:
```md
@[caniuse](mdn-css_at-rules_property)
```
## 工具
本工具用于帮助搜索 caniuse 中的特性。并生成 caniuse markdown 代码。
<script setup>
import CanIUseConfig from '@source/.vuepress/themes/components/CanIUseConfig.vue'
</script>
<CanIUseConfig />