Skip to content

Commit

Permalink
Merge pull request #400 from vrm-c/update/20240523
Browse files Browse the repository at this point in the history
update showcase
  • Loading branch information
ousttrue authored May 23, 2024
2 parents 66fb9f1 + 52a79b2 commit b1552ce
Showing 1 changed file with 61 additions and 13 deletions.
74 changes: 61 additions & 13 deletions src/data/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1999,19 +1999,6 @@ export const users: User[] = [
"preview": "https://cdn.akamai.steamstatic.com/steam/apps/1454500/capsule_616x353.jpg?t=1669859174"
}
},
{
"flags": F.Other,
"ja": {
"title": "ACUAH β",
"url": "https://riemgoshawk.booth.pm/items/1990160",
"description": "Android "
},
"en": {
"title": "ACUAH β",
"url": "https://riemgoshawk.booth.pm/items/1990160",
"description": "Android "
}
},
{
"flags": F.Other,
"ja": {
Expand Down Expand Up @@ -2351,4 +2338,65 @@ export const users: User[] = [
"preview": "https://white-legal-elk-728.mypinata.cloud/ipfs/QmUwjmEeApqGVeSza8bV8zE91s3W82X7MpV7eQqRP7DT5w/myVIPE.jpg"
}
},
// 2024-05-23
{
"flags": F.Other,
"ja": {
"title": "ACUAH",
"description": `ユーザーカスタマイズ可能なキャラクターアシスタントアプリです。
[Android](https://play.google.com/store/apps/details?id=com.csunitetech.acuah)
[iOS](https://apps.apple.com/jp/app/acuah/id6477607472)
`,
'preview': 'https://acuah.info/ACUAH_570x270.png',
},
"en": {
"title": "ACUAH",
"description": `ユーザーカスタマイズ可能なキャラクターアシスタントアプリです。
[Android](https://play.google.com/store/apps/details?id=com.csunitetech.acuah)
[iOS](https://apps.apple.com/jp/app/acuah/id6477607472)
`,
'preview': 'https://acuah.info/ACUAH_570x270.png',
},
"updated": new Date("2024-05-23"),
},
{
"ja": {
"title": "BoxBallBuilder",
"url": "https://fujisunflower.booth.pm/items/4083428",
"description": "簡単に単純な3Dデータ作成が出来るアプリです。",
},
"updated": new Date("2024-05-23"),
},
{
"ja": {
"title": "MaiMirror",
"url": "https://fujisunflower.booth.pm/items/3752411",
"description": "配信用のアバター表示アプリです。",
},
"updated": new Date("2024-05-23"),
},
{
"ja":{
"title": "VRMMaterialEditor",
"url": "https://fujisunflower.fanbox.cc/posts/7820024",
"description": "VRM 0系の詳細なマテリアル編集を行うアプリです。",
},
"updated": new Date("2024-05-23"),
},
{
"ja":{
"title": "VRMRemaker",
"url": "https://fujisunflower.fanbox.cc/posts/7313957",
"description": "VRM0系とVRM1系の間で再編集を行うアプリ『VRMRemaker』です。",
},
"updated": new Date("2024-05-23"),
},
{
"ja":{
"title": "VRMDressRoom",
"url": "https://fujisunflower.fanbox.cc/posts/5550686",
"description": "素体用のVRM 0系を衣装用のVRM 0系でお着替えするアプリです。",
},
"updated": new Date("2024-05-23"),
},
];

0 comments on commit b1552ce

Please sign in to comment.