Steven Fukase 5 лет назад
Родитель
Сommit
d921c03b42

BIN
public/images/slack-integration/slack-bot-install-to-workspace-joined-bot.png


BIN
public/images/slack-integration/slack-bot-install-to-workspace.png


BIN
public/images/slack-integration/slack-bot-install-your-app-complete.png


BIN
public/images/slack-integration/slack-bot-install-your-app-introduction-to-channel.png


BIN
public/images/slack-integration/slack-bot-install-your-app-introduction.png


BIN
public/images/slack-integration/slack-bot-install-your-app-transition-destination.png


+ 12 - 5
src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettingsAccordion.jsx

@@ -58,12 +58,19 @@ const CustomBotWithoutSettingsAccordion = () => {
           }
         </div>
         <Collapse isOpen={currentlyOpenAccordionIndex === 1}>
-          <div className="card-body px-5 py-4">
+          <div className="card-body px-3 py-4">
             <div className="container">
-              <p className="text-dark">1. 〇〇でWSを選んでインストールボタンを押す。</p>
-              <img src="placeholder.png" style={{ width: '300px', height: '150px' }} className="border border-light mb-4" />
-              <p className="text-dark">2. Slack Workspaceの任意のチャンネルで&apos;@名前&apos;を入力し、作成したBotを招待する</p>
-              <img src="placeholder.png" style={{ width: '300px', height: '150px' }} className="border border-light" />
+              <p className="text-dark">1. Install your app をクリックします。</p>
+              <img src="../../../../../../public/images/slack-integration/slack-bot-install-your-app-introduction.png" className="border border-light mb-4" />
+              <p className="text-dark">2. Install to Workspace をクリックします。</p>
+              <img src="../../../../../../public/images/slack-integration/slack-bot-install-your-app-introduction.png" className="border border-light mb-4" />
+              <p className="text-dark">3. 遷移先の画面にて、Allowをクリックします。</p>
+              <img src="../../../../../../public/images/slack-integration/slack-bot-install-your-app-introduction.png" className="border border-light mb-4" />
+              <p className="text-dark">4. Install your app の右側に 緑色のチェックがつけばワークスペースへのインストール完了です。</p>
+              <img src="../../../../../../public/images/slack-integration/slack-bot-install-your-app-introduction.png" className="border border-light mb-4" />
+              <p className="text-dark">5. GROWI bot を使いたいチャンネルに @example を使用して招待します。</p>
+              <img src="../../../../../../public/images/slack-integration/slack-bot-install-your-app-introduction.png" className="border border-light" />
+
             </div>
           </div>
         </Collapse>