From 6d215a51ba6f19bae91eb29a10cae64671ce1079 Mon Sep 17 00:00:00 2001 From: anya-hichu Date: Wed, 7 Aug 2024 12:04:27 +0200 Subject: [PATCH] Update images --- ChatContext/ChatContext.json | 7 ++++++- README.md | 6 +++--- {Data => images}/icon.png | Bin Readme/chat.jpg => images/image1.jpg | Bin Readme/config.jpg => images/image2.jpg | Bin Readme/nearby.jpg => images/image3.jpg | Bin 6 files changed, 9 insertions(+), 4 deletions(-) rename {Data => images}/icon.png (100%) rename Readme/chat.jpg => images/image1.jpg (100%) rename Readme/config.jpg => images/image2.jpg (100%) rename Readme/nearby.jpg => images/image3.jpg (100%) diff --git a/ChatContext/ChatContext.json b/ChatContext/ChatContext.json index ad96c9e..ce6a1dd 100644 --- a/ChatContext/ChatContext.json +++ b/ChatContext/ChatContext.json @@ -10,5 +10,10 @@ "target" ], "RepoUrl": "https://github.com/anya-hichu/ChatContext", - "IconUrl": "https://raw.githubusercontent.com/anya-hichu/ChatContext/master/Data/icon.png" + "IconUrl": "https://raw.githubusercontent.com/anya-hichu/ChatContext/master/images/icon.png", + "ImageUrls": [ + "https://raw.githubusercontent.com/anya-hichu/ChatContext/master/images/image1.png", + "https://raw.githubusercontent.com/anya-hichu/ChatContext/master/images/image2.png", + "https://raw.githubusercontent.com/anya-hichu/ChatContext/master/images/image3.png" + ] } diff --git a/README.md b/README.md index 0e0a720..66f9964 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ Dalamud plugin to add sender target to chat messages (more features later maybe? ## Screenshots ### Chat -![chat](Readme/chat.jpg) +![chat](images/image1.jpg) ### Config -![config](Readme/config.jpg) +![config](images/image2.jpg) ### Nearby (main) -![main](Readme/nearby.jpg) +![main](images/image3.jpg) ## Commands diff --git a/Data/icon.png b/images/icon.png similarity index 100% rename from Data/icon.png rename to images/icon.png diff --git a/Readme/chat.jpg b/images/image1.jpg similarity index 100% rename from Readme/chat.jpg rename to images/image1.jpg diff --git a/Readme/config.jpg b/images/image2.jpg similarity index 100% rename from Readme/config.jpg rename to images/image2.jpg diff --git a/Readme/nearby.jpg b/images/image3.jpg similarity index 100% rename from Readme/nearby.jpg rename to images/image3.jpg