Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Socialリンク系をプロフィールに設定できるように #28

Open
sor4chi opened this issue Jan 12, 2025 · 2 comments
Open

Socialリンク系をプロフィールに設定できるように #28

sor4chi opened this issue Jan 12, 2025 · 2 comments
Assignees
Labels
❇️ 新機能 新規機能の開発 優先度: 中 そこまで優先しなくてもいいけど、そのうちやるタスク 難易度: 2 初心者にとってはやりがいのあるタスク

Comments

@sor4chi
Copy link
Member

sor4chi commented Jan 12, 2025

No description provided.

@sor4chi sor4chi changed the title Socialリンク系 Socialリンク系をプロフィールに設定できるように Jan 12, 2025
@sor4chi sor4chi added ❇️ 新機能 新規機能の開発 優先度: 高 優先度が高いタスク 難易度: 2 初心者にとってはやりがいのあるタスク labels Jan 12, 2025
@batora9 batora9 assigned batora9 and unassigned batora9 Jan 13, 2025
@a01sa01to
Copy link
Member

a01sa01to commented Jan 14, 2025

Figma メモから: GitHub, Twitter, Discord, AtCoder, Codeforces, CodinGame, AOJ, 自分のサイト

@a01sa01to a01sa01to added 優先度: 中 そこまで優先しなくてもいいけど、そのうちやるタスク and removed 優先度: 高 優先度が高いタスク labels Jan 14, 2025
@batora9 batora9 self-assigned this Jan 17, 2025
@a01sa01to
Copy link
Member

a01sa01to commented Jan 22, 2025

📝 (適当)

id url
a01sa01to github.com/a01sa01to
a01sa01to twitter.com/a01sa01to
export const R = {
	GITHUB: /https:\/\/github\.com\/(.+)/
        TWITTER: /https:\/\/[(x)|(twitter)]\.com\/(.+)/
};

const data_rows = read_db()
for (row : data_rows) {
  if (R.GITHUB.test(row.url)) icon = "github"
  if (R.GITHUB.test(row.url)) // GitHub の処理
  if (R.GITHUB.test(row.url)) // GitHub の処理
  if (R.GITHUB.test(row.url)) // GitHub の処理
}

// print

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❇️ 新機能 新規機能の開発 優先度: 中 そこまで優先しなくてもいいけど、そのうちやるタスク 難易度: 2 初心者にとってはやりがいのあるタスク
Projects
None yet
Development

No branches or pull requests

3 participants