Skip to content

Commit 1e529d2

Browse files
committed
docs: add link to showcase page
1 parent 3760de8 commit 1e529d2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

doc-site/docs/showcase/ShowcaseCards.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ const ShowcaseCards: React.FC<ShowcaseCardsProps> = ({
3333
}) => {
3434
return (
3535
<>
36-
<div className="text-center italic">{tips}</div>
36+
<div
37+
className="text-center italic"
38+
dangerouslySetInnerHTML={{ __html: tips }}
39+
/>
3740
<div className="flex flex-wrap">
3841
{list?.map((item, index) => (
3942
<div key={index} className="mx-8 my-6">

doc-site/docs/showcase/data.en-US.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default {
2-
tips: 'Projects utilizing WebAV can submit their work via issues for recommendation—open-source projects are free; commercial products should contact the author to discuss sponsorship fees.',
2+
tips: 'Projects utilizing WebAV can submit their work via issues for recommendation—open-source projects are free; commercial products should <a href="https://fenghen.me/posts/2025/04/11/business-cooperation/" target="_blank">contact the author</a> to discuss sponsorship fees.',
33
list: [
44
{
55
name: 'WebAV Pro',

doc-site/docs/showcase/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default {
2-
tips: '使用了 WebAV 的项目可创建 Issue 投稿推荐自己的作品,开源项目免费,商业产品请联系作者详聊赞助费。',
2+
tips: '使用了 WebAV 的项目可创建 Issue 投稿推荐自己的作品,开源项目免费,商业产品请<a href="https://fenghen.me/posts/2025/04/11/business-cooperation/" target="_blank">联系作者</a>详聊赞助费。',
33
list: [
44
{
55
name: 'WebAV Pro',

0 commit comments

Comments
 (0)