Skip to content

Commit

Permalink
更新派蒙笔记本标准支持情况 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
QooLianyi authored Oct 14, 2024
1 parent 9e74b9f commit 52a6af9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 30 deletions.
32 changes: 17 additions & 15 deletions docs/en/partnership-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="orange"></Pcb>
</template>
</Pcd>
<Pcd
<Pcd
bg="/partnerships/HoyoBuddy/bg.png"
icon="/partnerships/HoyoBuddy/icon.png"
repo="https://github.com/seriaati/hoyo-buddy"
Expand All @@ -219,6 +219,22 @@
<Pcb label="UIGF v4.0" :games="['ys', 'sr', 'zzz']" bg="blue"></Pcb>
</template>
</Pcd>
<Pcd
bg="/partnerships/PaimonsNotebook/preview.webp"
icon="/partnerships/PaimonsNotebook/logo.webp"
repo="https://github.com/QooLianyi/PaimonsNotebook"
title="PaimonsNotebook"
desc="Android-platform game tool for Genshin Impact"
import export>
<template #import>
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="green"></Pcb>
<Pcb label="UIGF v3.0" :games="['ys']" bg="white"></Pcb>
</template>
<template #export>
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="green"></Pcb>
<Pcb label="UIGF v3.0" :games="['ys']" bg="white"></Pcb>
</template>
</Pcd>
</RelativeProjectPanel>

## Projects with UIAF Standard
Expand Down Expand Up @@ -409,20 +425,6 @@
<Pcb label="SRGF v1.0" :games="['sr']" bg="blue"></Pcb>
</template>
</Pcd>
<Pcd
bg="/partnerships/PaimonsNotebook/preview.webp"
icon="/partnerships/PaimonsNotebook/logo.webp"
repo="https://github.com/QooLianyi/PaimonsNotebook"
title="PaimonsNotebook"
desc="Android-platform game tool for Genshin Impact"
import export>
<template #import>
<Pcb label="UIGF v3.0" :games="['ys']" bg="green"></Pcb>
</template>
<template #export>
<Pcb label="UIGF v3.0" :games="['ys']" bg="green"></Pcb>
</template>
</Pcd>
<Pcd
bg="https://raw.githubusercontent.com/DancingSnow0517/StarRail-gacha/master/imgs/1.png"
icon="https://raw.githubusercontent.com/DancingSnow0517/StarRail-gacha/master/imgs/star_rail.png"
Expand Down
32 changes: 17 additions & 15 deletions docs/zh/partnership-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="orange"></Pcb>
</template>
</Pcd>
<Pcd
<Pcd
bg="/partnerships/HoyoBuddy/zh-bg.png"
icon="/partnerships/HoyoBuddy/icon.png"
repo="https://github.com/seriaati/hoyo-buddy"
Expand All @@ -219,6 +219,22 @@
<Pcb label="UIGF v4.0" :games="['ys', 'sr', 'zzz']" bg="blue"></Pcb>
</template>
</Pcd>
<Pcd
bg="/partnerships/PaimonsNotebook/preview.webp"
icon="/partnerships/PaimonsNotebook/logo.webp"
repo="https://github.com/QooLianyi/PaimonsNotebook"
title="派蒙笔记本"
desc="安卓平台下的原神工具"
import export>
<template #import>
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="green"></Pcb>
<Pcb label="UIGF v3.0" :games="['ys']" bg="white"></Pcb>
</template>
<template #export>
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="green"></Pcb>
<Pcb label="UIGF v3.0" :games="['ys']" bg="white"></Pcb>
</template>
</Pcd>
</RelativeProjectPanel>

## 使用 UIAF 标准的项目
Expand Down Expand Up @@ -414,20 +430,6 @@
<Pcb label="SRGF v1.0" :games="['sr']" bg="blue"></Pcb>
</template>
</Pcd>
<Pcd
bg="/partnerships/PaimonsNotebook/preview.webp"
icon="/partnerships/PaimonsNotebook/logo.webp"
repo="https://github.com/QooLianyi/PaimonsNotebook"
title="派蒙笔记本"
desc="安卓平台下的原神工具"
import export>
<template #import>
<Pcb label="UIGF v3.0" :games="['ys']" bg="green"></Pcb>
</template>
<template #export>
<Pcb label="UIGF v3.0" :games="['ys']" bg="green"></Pcb>
</template>
</Pcd>
<Pcd
bg="https://raw.githubusercontent.com/DancingSnow0517/StarRail-gacha/master/imgs/1.png"
icon="https://raw.githubusercontent.com/DancingSnow0517/StarRail-gacha/master/imgs/star_rail.png"
Expand Down

0 comments on commit 52a6af9

Please sign in to comment.