mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-05 22:10:31 +02:00
This commit is contained in:
parent
4f131ff333
commit
b96f03f86f
5 changed files with 19 additions and 3 deletions
|
@ -65,6 +65,8 @@ export async function writeGithubStats(targetId) {
|
|||
|
||||
const registered = data.created_at;
|
||||
document.getElementById("gh_since").innerText = `Registed on ${registered.slice(0, 10).replace(/-/g, "/")}`;
|
||||
document.getElementById("gh_since").classList.add("tooltip");
|
||||
document.getElementById("gh_since").setAttribute("data-tooltip", "In YYYY/MM/DD");
|
||||
|
||||
mainEl.appendChild(pfp);
|
||||
mainEl.appendChild(name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue