Skip to content

公開可能アカウントにmixi2を追加#469

Closed
Charararu wants to merge 5 commits into
mainfrom
feat/add_mixi2
Closed

公開可能アカウントにmixi2を追加#469
Charararu wants to merge 5 commits into
mainfrom
feat/add_mixi2

Conversation

@Charararu

@Charararu Charararu commented Jun 28, 2025

Copy link
Copy Markdown
Contributor

User description

close #459
mixi2のロゴ使用に関するガイドラインを確認しました。


PR Type

Enhancement


Description

  • 新しいサービスmixi2を追加

  • serviceTypeToNameMapmixi2追加

  • servicesmixi2エントリ導入

  • hasAtmarkServicemixi2含める


Changes diagram

flowchart LR
  AT2["AccountType.mixi2"]
  NameMap["serviceTypeToNameMap"]
  Services["services 配列"]
  HasAt["hasAtmarkService 関数"]

  AT2 -- "キー追加" --> NameMap
  NameMap -- "名前'mixi2'" --> Services
  Services -- "新エントリ" --> HasAt
Loading

Changes walkthrough 📝

Relevant files
Enhancement
services.ts
mixi2サービス追加およびマッピング更新                                                                       

src/consts/services.ts

  • mixi2アイコンをインポート追加
  • serviceTypeToNameMapにmixi2マッピング追加
  • services定義にmixi2エントリ追加
  • hasAtmarkServiceにmixi2を含める
  • +10/-2   

    Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • @Charararu
    Charararu requested a review from Futadaruma June 28, 2025 05:16
    @github-actions

    Copy link
    Copy Markdown
    Contributor

    Failed to generate code suggestions for PR

    @Futadaruma

    Copy link
    Copy Markdown
    Collaborator

    バックエンドのPRがマージされたのでpr-agentを再実行

    @Futadaruma Futadaruma closed this Aug 21, 2025
    @Futadaruma
    Futadaruma deleted the feat/add_mixi2 branch August 21, 2025 05:39
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    None yet

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    mixi2の追加

    3 participants