Skip to content
Merged
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions docs/en/partnership-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,21 @@
<Pcb label="UIGF v3.0" :games="['ys']" bg="white"></Pcb>
</template>
</Pcd>
<Pcd
bg="/partnerships/GenshinWizard/preview.png"
icon="/partnerships/GenshinWizard/logo.png"
repo="https://github.com/Genshin-Wizard"
site="https://genshinwizard.com/"
title="Genshin Wizard"
desc="A powerful multi-utility Discord bot for Genshin Impact with beautiful infographics, comprehensive guides, and real-time data tracking."
import export>
<template #import>
<Pcb label="UIGF v4.1" :games="['ys']" bg="blue"></Pcb>
</template>
<template #export>
<Pcb label="UIGF v4.1" :games="['ys']" bg="blue"></Pcb>
</template>
</Pcd>
</RelativeProjectPanel>

## Projects with UIAF Standard
Expand Down
15 changes: 15 additions & 0 deletions docs/zh/partnership-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,21 @@
<Pcb label="UIGF v3.0" :games="['ys']" bg="white"></Pcb>
</template>
</Pcd>
<Pcd
bg="/partnerships/GenshinWizard/preview.png"
icon="/partnerships/GenshinWizard/logo.png"
repo="https://github.com/Genshin-Wizard"
site="https://genshinwizard.com/"
title="Genshin Wizard"
desc="一款功能强大的 Discord 机器人,专为《原神》设计,提供精美的信息图、全面的指南和实时数据跟踪。"
import export>
<template #import>
<Pcb label="UIGF v4.1" :games="['ys']" bg="blue"></Pcb>
</template>
<template #export>
<Pcb label="UIGF v4.1" :games="['ys']" bg="blue"></Pcb>
</template>
</Pcd>
</RelativeProjectPanel>

## 使用 UIAF 标准的项目
Expand Down