Skip to content

Commit 9e74b9f

Browse files
添加UIGF与UIAF合作项目-旅者行囊 (#94)
* Try to add TravellersBag to list. * 移除Finder相关文件 * Delete docs/.DS_Store * Delete .DS_Store * Delete docs/zh/.DS_Store * adjusted the contexts by following the standards and rules. * Deal with the icons so that they can be displayed. * 调整UIAF部分的游戏支持的编写 * Update partnership-list.md 打错了一个字母 * 关于图片和背景色的更正 * 图片移动到了正确的文件夹中 * Attempt to resolve erroneous operations during merging conflicts.
1 parent 0308282 commit 9e74b9f

File tree

5 files changed

+63
-0
lines changed

5 files changed

+63
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ docs/.vuepress/.temp/
55
dist/
66
/.idea/
77
*.code-workspace
8+
.DS_Store
Loading
Loading

docs/en/partnership-list.md

+31
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,21 @@
190190
</template>
191191
</Pcd>
192192
<Pcd
193+
bg="/partnerships/travellersbag/projBg.png"
194+
icon="/partnerships/travellersbag/projIcon.png"
195+
repo="https://github.com/DreamedWorker/TravellersBag"
196+
site="https://bluedream.icu/TravellersBag"
197+
title="TravellersBag"
198+
desc="TravellersBag is a tool set software with content from Genshin Impact and designed for modern macOS"
199+
import export>
200+
<template #import>
201+
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="orange"></Pcb>
202+
</template>
203+
<template #export>
204+
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="orange"></Pcb>
205+
</template>
206+
</Pcd>
207+
<Pcd
193208
bg="/partnerships/HoyoBuddy/bg.png"
194209
icon="/partnerships/HoyoBuddy/icon.png"
195210
repo="https://github.com/seriaati/hoyo-buddy"
@@ -296,6 +311,21 @@
296311
<Pcb label="UIAF v1.1" :games="['ys']" bg="green"></Pcb>
297312
</template>
298313
</Pcd>
314+
<Pcd
315+
bg="/partnerships/travellersbag/projBg.png"
316+
icon="/partnerships/travellersbag/projIcon.png"
317+
repo="https://github.com/DreamedWorker/TravellersBag"
318+
site="https://bluedream.icu/TravellersBag"
319+
title="TravellersBag"
320+
desc="TravellersBag is a tool set software with content from Genshin Impact and designed for modern macOS"
321+
import export>
322+
<template #import>
323+
<Pcb label="UIAF v1.1" :games="['ys']" bg="orange"></Pcb>
324+
</template>
325+
<template #export>
326+
<Pcb label="UIAF v1.1" :games="['ys']" bg="orange"></Pcb>
327+
</template>
328+
</Pcd>
299329
</RelativeProjectPanel>
300330

301331
## Projects with Deprecated Standards
@@ -432,3 +462,4 @@
432462
</template>
433463
</Pcd>
434464
</RelativeProjectPanel>
465+

docs/zh/partnership-list.md

+31
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,21 @@
190190
</template>
191191
</Pcd>
192192
<Pcd
193+
bg="/partnerships/travellersbag/projBg.png"
194+
icon="/partnerships/travellersbag/projIcon.png"
195+
repo="https://github.com/DreamedWorker/TravellersBag"
196+
site="https://bluedream.icu/TravellersBag"
197+
title="旅者行囊"
198+
desc="专为现代macOS设计的《原神》工具箱"
199+
import export>
200+
<template #import>
201+
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="orange"></Pcb>
202+
</template>
203+
<template #export>
204+
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="orange"></Pcb>
205+
</template>
206+
</Pcd>
207+
<Pcd
193208
bg="/partnerships/HoyoBuddy/zh-bg.png"
194209
icon="/partnerships/HoyoBuddy/icon.png"
195210
repo="https://github.com/seriaati/hoyo-buddy"
@@ -296,6 +311,21 @@
296311
<Pcb label="UIAF v1.1" :games="['ys']" bg="green"></Pcb>
297312
</template>
298313
</Pcd>
314+
<Pcd
315+
bg="/partnerships/travellersbag/projBg.png"
316+
icon="/partnerships/travellersbag/projIcon.png"
317+
repo="https://github.com/DreamedWorker/TravellersBag"
318+
site="https://bluedream.icu/TravellersBag"
319+
title="旅者行囊"
320+
desc="专为现代macOS设计的《原神》工具箱"
321+
import export>
322+
<template #import>
323+
<Pcb label="UIAF v1.1" :games="['ys']" bg="orange"></Pcb>
324+
</template>
325+
<template #export>
326+
<Pcb label="UIAF v1.1" :games="['ys']" bg="orange"></Pcb>
327+
</template>
328+
</Pcd>
299329
</RelativeProjectPanel>
300330

301331
## 使用已弃用标准的项目
@@ -437,3 +467,4 @@
437467
</template>
438468
</Pcd>
439469
</RelativeProjectPanel>
470+

0 commit comments

Comments
 (0)