Skip to content

Commit

Permalink
添加UIGF与UIAF合作项目-旅者行囊 (#94)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
DreamedWorker authored Oct 14, 2024
1 parent 0308282 commit 9e74b9f
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ docs/.vuepress/.temp/
dist/
/.idea/
*.code-workspace
.DS_Store
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.
31 changes: 31 additions & 0 deletions docs/en/partnership-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,21 @@
</template>
</Pcd>
<Pcd
bg="/partnerships/travellersbag/projBg.png"
icon="/partnerships/travellersbag/projIcon.png"
repo="https://github.com/DreamedWorker/TravellersBag"
site="https://bluedream.icu/TravellersBag"
title="TravellersBag"
desc="TravellersBag is a tool set software with content from Genshin Impact and designed for modern macOS"
import export>
<template #import>
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="orange"></Pcb>
</template>
<template #export>
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="orange"></Pcb>
</template>
</Pcd>
<Pcd
bg="/partnerships/HoyoBuddy/bg.png"
icon="/partnerships/HoyoBuddy/icon.png"
repo="https://github.com/seriaati/hoyo-buddy"
Expand Down Expand Up @@ -296,6 +311,21 @@
<Pcb label="UIAF v1.1" :games="['ys']" bg="green"></Pcb>
</template>
</Pcd>
<Pcd
bg="/partnerships/travellersbag/projBg.png"
icon="/partnerships/travellersbag/projIcon.png"
repo="https://github.com/DreamedWorker/TravellersBag"
site="https://bluedream.icu/TravellersBag"
title="TravellersBag"
desc="TravellersBag is a tool set software with content from Genshin Impact and designed for modern macOS"
import export>
<template #import>
<Pcb label="UIAF v1.1" :games="['ys']" bg="orange"></Pcb>
</template>
<template #export>
<Pcb label="UIAF v1.1" :games="['ys']" bg="orange"></Pcb>
</template>
</Pcd>
</RelativeProjectPanel>

## Projects with Deprecated Standards
Expand Down Expand Up @@ -432,3 +462,4 @@
</template>
</Pcd>
</RelativeProjectPanel>

31 changes: 31 additions & 0 deletions docs/zh/partnership-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,21 @@
</template>
</Pcd>
<Pcd
bg="/partnerships/travellersbag/projBg.png"
icon="/partnerships/travellersbag/projIcon.png"
repo="https://github.com/DreamedWorker/TravellersBag"
site="https://bluedream.icu/TravellersBag"
title="旅者行囊"
desc="专为现代macOS设计的《原神》工具箱"
import export>
<template #import>
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="orange"></Pcb>
</template>
<template #export>
<Pcb label="UIGF v4.0" :games="['ys', 'sr_', 'zzz_']" bg="orange"></Pcb>
</template>
</Pcd>
<Pcd
bg="/partnerships/HoyoBuddy/zh-bg.png"
icon="/partnerships/HoyoBuddy/icon.png"
repo="https://github.com/seriaati/hoyo-buddy"
Expand Down Expand Up @@ -296,6 +311,21 @@
<Pcb label="UIAF v1.1" :games="['ys']" bg="green"></Pcb>
</template>
</Pcd>
<Pcd
bg="/partnerships/travellersbag/projBg.png"
icon="/partnerships/travellersbag/projIcon.png"
repo="https://github.com/DreamedWorker/TravellersBag"
site="https://bluedream.icu/TravellersBag"
title="旅者行囊"
desc="专为现代macOS设计的《原神》工具箱"
import export>
<template #import>
<Pcb label="UIAF v1.1" :games="['ys']" bg="orange"></Pcb>
</template>
<template #export>
<Pcb label="UIAF v1.1" :games="['ys']" bg="orange"></Pcb>
</template>
</Pcd>
</RelativeProjectPanel>

## 使用已弃用标准的项目
Expand Down Expand Up @@ -437,3 +467,4 @@
</template>
</Pcd>
</RelativeProjectPanel>

0 comments on commit 9e74b9f

Please sign in to comment.