Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 16 additions & 11 deletions docs/en/partnership-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,22 @@
<Pcb label="UIGF v4.1" :games="['ys']" bg="blue"></Pcb>
</template>
</Pcd>
<Pcd
bg="https://img.alicdn.com/imgextra/i3/1797064093/O1CN018VkZBw1g6dvTMaX9W_!!1797064093.png"
icon="https://s1.ax1x.com/2023/09/09/pP6xBef.png"
repo="https://github.com/biuuu/genshin-wish-export"
title="genshin wish export"
desc="Easily export the Genshin Impact wish record"
import export>
<template #import>
<Pcb label="UIGF v4.1" :games="['ys']" bg="blue"></Pcb>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:games="['ys','sr_','zzz_']" 其他地方同上

<Pcb label="UIGF v3.0" :games="['ys']" bg="white"></Pcb>
</template>
<template #export>
<Pcb label="UIGF v4.1" :games="['ys']" bg="blue"></Pcb>
<Pcb label="UIGF v3.0" :games="['ys']" bg="white"></Pcb>
</template>
</Pcd>
</RelativeProjectPanel>

## Projects with UIAF Standard
Expand Down Expand Up @@ -333,17 +349,6 @@
## Projects with Deprecated Standards

<RelativeProjectPanel>
<Pcd
bg="https://img.alicdn.com/imgextra/i3/1797064093/O1CN018VkZBw1g6dvTMaX9W_!!1797064093.png"
icon="https://s1.ax1x.com/2023/09/09/pP6xBef.png"
repo="https://github.com/biuuu/genshin-wish-export"
title="genshin wish export"
desc="Easily export the Genshin Impact wish record"
export>
<template #export>
<Pcb label="UIGF v3.0" :games="['ys']" bg="white"></Pcb>
</template>
</Pcd>
<Pcd
bg="https://file.xunkong.cc/static/repo/xunkong/YanfeiLawyer.webp"
icon="https://xunkong.cc/images/logo.640.webp"
Expand Down
27 changes: 16 additions & 11 deletions docs/zh/partnership-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,22 @@
<Pcb label="UIGF v4.1" :games="['ys']" bg="blue"></Pcb>
</template>
</Pcd>
<Pcd
bg="https://img.alicdn.com/imgextra/i3/1797064093/O1CN018VkZBw1g6dvTMaX9W_!!1797064093.png"
icon="https://s1.ax1x.com/2023/09/09/pP6xBef.png"
repo="https://github.com/biuuu/genshin-wish-export"
title="genshin wish export"
desc="原神祈愿记录导出工具"
import export>
<template #import>
<Pcb label="UIGF v4.1" :games="['ys']" bg="blue"></Pcb>
<Pcb label="UIGF v3.0" :games="['ys']" bg="white"></Pcb>
</template>
<template #export>
<Pcb label="UIGF v4.1" :games="['ys']" bg="blue"></Pcb>
<Pcb label="UIGF v3.0" :games="['ys']" bg="white"></Pcb>
</template>
</Pcd>
</RelativeProjectPanel>

## 使用 UIAF 标准的项目
Expand Down Expand Up @@ -333,17 +349,6 @@
## 使用已弃用标准的项目

<RelativeProjectPanel>
<Pcd
bg="https://img.alicdn.com/imgextra/i3/1797064093/O1CN018VkZBw1g6dvTMaX9W_!!1797064093.png"
icon="https://s1.ax1x.com/2023/09/09/pP6xBef.png"
repo="https://github.com/biuuu/genshin-wish-export"
title="genshin wish export"
desc="Easily export the Genshin Impact wish record"
export>
<template #export>
<Pcb label="UIGF v3.0" :games="['ys']" bg="white"></Pcb>
</template>
</Pcd>
<Pcd
bg="https://file.xunkong.cc/static/repo/xunkong/YanfeiLawyer.webp"
icon="https://xunkong.cc/images/logo.640.webp"
Expand Down