LEEUNITYAssets / Content / 博客.asset
层级
⌄ Lee / Homepage
INSPECTOR
Type
Content
Name
博客
lee@mtftm.com ↗GitHub ↗
N042MISC / EPIC

技术 / 简体中文

将 EpicGames 公开到个人资料页

EpicGames 组织人数众多,可能无法在成员页搜索到自己,导致无法设置状态。

更新
2025.04.11
阅读
1 分钟
语言
简体中文

用处

EpicGames 组织人数众多,可能无法在成员页搜索到自己,导致无法设置状态。

可使用任意终端执行以下代码。

公开

Invoke-RestMethod -Uri "https://api.github.com/orgs/EpicGames/public_members/你的用户名" -Method Put -Headers @{"Accept"="application/vnd.github.v3+json"; "Authorization"="token 你的PAT密钥"}

隐藏

Invoke-RestMethod -Uri "https://api.github.com/orgs/EpicGames/public_members/你的用户名" -Method Delete -Headers @{"Authorization"="token 你的PAT密钥"}