Skip to content

Commit

Permalink
Merge pull request #88 from UIGF-org/starrail-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightczx authored Aug 13, 2024
2 parents e018edc + de3dfa9 commit 7611a5c
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 28 deletions.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 16 additions & 14 deletions docs/en/partnership-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,22 @@
<Pcb label="UIGF v4.0" :games="['ys_', 'sr_', 'zzz']" bg="white"></Pcb>
</template>
</Pcd>
<Pcd
bg="/partnerships/StarRailToolkit/preview.png"
icon="/partnerships/StarRailToolkit/logo.jpg"
repo="https://github.com/LittleNyima/honkai-starrail-toolkit"
title="Honkai: Star Rail Toolkit"
desc="HSR Toolbox with cross-platform compatibility."
import export>
<template #import>
<Pcb label="UIGF v4.0" :games="['ys_', 'sr', 'zzz_']" bg="purple"></Pcb>
<Pcb label="SRGF v1.0" :games="['sr']" bg="white"></Pcb>
</template>
<template #export>
<Pcb label="UIGF v4.0" :games="['ys_', 'sr', 'zzz_']" bg="purple"></Pcb>
<Pcb label="SRGF v1.0" :games="['sr']" bg="white"></Pcb>
</template>
</Pcd>
</RelativeProjectPanel>

## Projects with UIAF Standard
Expand Down Expand Up @@ -383,18 +399,4 @@
<Pcb label="SRGF v1.0" :games="['sr']" bg="white"></Pcb>
</template>
</Pcd>
<Pcd
bg="/partnerships/StarRailToolkit/preview.jpg"
icon="/partnerships/StarRailToolkit/logo.jpg"
repo="https://github.com/LittleNyima/honkai-starrail-toolkit"
title="StarRailToolkit"
desc="Honkai: Star Rail Toolkit"
import export>
<template #import>
<Pcb label="SRGF v1.0" :games="['sr']" bg="red"></Pcb>
</template>
<template #export>
<Pcb label="SRGF v1.0" :games="['sr']" bg="red"></Pcb>
</template>
</Pcd>
</RelativeProjectPanel>
30 changes: 16 additions & 14 deletions docs/zh/partnership-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,22 @@
<Pcb label="UIGF v4.0" :games="['ys_', 'sr_', 'zzz']" bg="white"></Pcb>
</template>
</Pcd>
<Pcd
bg="/partnerships/StarRailToolkit/preview.png"
icon="/partnerships/StarRailToolkit/logo.jpg"
repo="https://github.com/LittleNyima/honkai-starrail-toolkit"
title="《崩坏:星穹铁道》工具箱"
desc="全平台支持的星铁工具箱"
import export>
<template #import>
<Pcb label="UIGF v4.0" :games="['ys_', 'sr', 'zzz_']" bg="purple"></Pcb>
<Pcb label="SRGF v1.0" :games="['sr']" bg="white"></Pcb>
</template>
<template #export>
<Pcb label="UIGF v4.0" :games="['ys_', 'sr', 'zzz_']" bg="purple"></Pcb>
<Pcb label="SRGF v1.0" :games="['sr']" bg="white"></Pcb>
</template>
</Pcd>
</RelativeProjectPanel>

## 使用 UIAF 标准的项目
Expand Down Expand Up @@ -377,18 +393,4 @@
desc="保存星铁数据的小工具">
<Pcb label="SRGF v1.0" :games="['sr']" bg="white"></Pcb>
</Pcd>
<Pcd
bg="/partnerships/StarRailToolkit/preview.jpg"
icon="/partnerships/StarRailToolkit/logo.jpg"
repo="https://github.com/LittleNyima/honkai-starrail-toolkit"
title="StarRailToolkit"
desc="崩坏:星穹铁道工具箱"
import export>
<template #import>
<Pcb label="SRGF v1.0" :games="['sr']" bg="red"></Pcb>
</template>
<template #export>
<Pcb label="SRGF v1.0" :games="['sr']" bg="red"></Pcb>
</template>
</Pcd>
</RelativeProjectPanel>

0 comments on commit 7611a5c

Please sign in to comment.