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
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.
21 changes: 21 additions & 0 deletions docs/en/partnership-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,27 @@
<Pcb label="UIGF v4.1" :games="['ys']" bg="blue"></Pcb>
</template>
</Pcd>
<Pcd
Copy link
Member

Choose a reason for hiding this comment

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

如果支持uigf4.2标准,可以将应用位置移动到uigf4.1支持应用前面

bg="/partnerships/Snap.Hutao.Remastered/AppPreview.png"
icon="/partnerships/Snap.Hutao.Remastered/logo.png"
repo="https://github.com/SnapHutaoRemasteringProject/Snap.Hutao.Remastered"
site="https://snaphutaorp.org"
title="Snap.Hutao.
Remastered"
desc="Multifunctional Open-source
Genshin Impact Toolkit 🧰"
import export>
<template #import>
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="red"></Pcb>
Copy link
Member

Choose a reason for hiding this comment

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

过时标准建议采用白色背景

<Pcb label="UIGF v4.1" :games="['ys', 'sr_', 'zzz_']" bg="red"></Pcb>
<Pcb label="UIGF v4.2" :games="['ys', 'qx', 'sr_', 'zzz_']" bg="red"></Pcb>
</template>
<template #export>
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="red"></Pcb>
<Pcb label="UIGF v4.1" :games="['ys', 'sr_', 'zzz_']" bg="red"></Pcb>
<Pcb label="UIGF v4.2" :games="['ys', 'qx', 'sr_', 'zzz_']" bg="red"></Pcb>
</template>
Comment on lines +255 to +259
Copy link
Member

Choose a reason for hiding this comment

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

请确认应用导出JSON是否支持三个版本独立导出

</Pcd>
</RelativeProjectPanel>

## Projects with UIAF Standard
Expand Down
19 changes: 19 additions & 0 deletions docs/zh/partnership-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,25 @@
<Pcb label="UIGF v4.1" :games="['ys']" bg="blue"></Pcb>
</template>
</Pcd>
<Pcd
bg="/partnerships/Snap.Hutao.Remastered/AppPreview.png"
icon="/partnerships/Snap.Hutao.Remastered/logo.png"
repo="https://github.com/SnapHutaoRemasteringProject/Snap.Hutao.Remastered"
site="https://snaphutaorp.org"
title="胡桃重制版"
desc="实用的开源多功能原神工具箱 🧰"
import export>
<template #import>
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="red"></Pcb>
<Pcb label="UIGF v4.1" :games="['ys', 'sr_', 'zzz_']" bg="red"></Pcb>
<Pcb label="UIGF v4.2" :games="['ys', 'qx', 'sr_', 'zzz_']" bg="red"></Pcb>
</template>
<template #export>
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="red"></Pcb>
<Pcb label="UIGF v4.1" :games="['ys', 'sr_', 'zzz_']" bg="red"></Pcb>
<Pcb label="UIGF v4.2" :games="['ys', 'qx', 'sr_', 'zzz_']" bg="red"></Pcb>
</template>
</Pcd>
</RelativeProjectPanel>

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