Skip to content

Commit 80bfb55

Browse files
committed
Add StarRailTools
1 parent 5f36a36 commit 80bfb55

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

docs/en/partnership-list.md

+16
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,22 @@
173173
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="red"></Pcb>
174174
</template>
175175
</Pcd>
176+
<Pcd
177+
bg="https://raw.githubusercontent.com/cntvc/star-rail-tools/main/docs/image/star_rail_tools_cover.png"
178+
icon="https://raw.githubusercontent.com/cntvc/star-rail-tools/main/resource/hsr.ico"
179+
repo="https://github.com/cntvc/star-rail-tools"
180+
title="StarRailTools"
181+
desc="A StarRail data backup tools."
182+
import export>
183+
<template #import>
184+
<Pcb label="UIGF v4.0" :games="['ys_', 'sr', 'zzz_']" bg="orange"></Pcb>
185+
<Pcb label="SRGF v1.0" :games="['sr']" bg="white"></Pcb>
186+
</template>
187+
<template #export>
188+
<Pcb label="UIGF v4.0" :games="['ys_', 'sr', 'zzz_']" bg="orange"></Pcb>
189+
<Pcb label="SRGF v1.0" :games="['sr']" bg="white"></Pcb>
190+
</template>
191+
</Pcd>
176192
</RelativeProjectPanel>
177193

178194
## Projects with UIAF Standard

docs/zh/partnership-list.md

+16
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,22 @@
173173
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="red"></Pcb>
174174
</template>
175175
</Pcd>
176+
<Pcd
177+
bg="https://raw.githubusercontent.com/cntvc/star-rail-tools/main/docs/image/star_rail_tools_cover.png"
178+
icon="https://raw.githubusercontent.com/cntvc/star-rail-tools/main/resource/hsr.ico"
179+
repo="https://github.com/cntvc/star-rail-tools"
180+
title="StarRailTools"
181+
desc="保存星铁数据的小工具"
182+
import export>
183+
<template #import>
184+
<Pcb label="UIGF v4.0" :games="['ys_', 'sr', 'zzz_']" bg="orange"></Pcb>
185+
<Pcb label="SRGF v1.0" :games="['sr']" bg="white"></Pcb>
186+
</template>
187+
<template #export>
188+
<Pcb label="UIGF v4.0" :games="['ys_', 'sr', 'zzz_']" bg="orange"></Pcb>
189+
<Pcb label="SRGF v1.0" :games="['sr']" bg="white"></Pcb>
190+
</template>
191+
</Pcd>
176192
</RelativeProjectPanel>
177193

178194
## 使用 UIAF 标准的项目

0 commit comments

Comments
 (0)