Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit81db65c

Browse files
committed
Change version to 1.0.0
Change titles so cached files can be used
1 parent67bc805 commit81db65c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"coderstats.net",
3-
"version":"0.0.1",
3+
"version":"1.0.0",
44
"description":"coderstats.net",
55
"keywords": [
66
"visualization",

‎templates/front.html‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2>Recently active users</h2>
2727
</div>
2828
</div>
2929
<divv-if="users"id="followed-users"class="padb">
30-
<h2>Most followed users</h2>
30+
<h2>Users with many followers</h2>
3131
<divclass="flex">
3232
<user-link
3333
v-for="user in users.slice(0, 10)"
@@ -37,7 +37,7 @@ <h2>Most followed users</h2>
3737
</div>
3838
</div>
3939
<divv-if="users"id="most-repos-users"class="padb">
40-
<h2>Users withmost repositories</h2>
40+
<h2>Users withmany repositories</h2>
4141
<divclass="flex">
4242
<user-link
4343
v-for="user in users.slice(0, 10)"
@@ -47,7 +47,7 @@ <h2>Users with most repositories</h2>
4747
</div>
4848
</div>
4949
<divv-if="users"id="earliest-users"class="padb">
50-
<h2>Users witholdest accounts</h2>
50+
<h2>Users withold accounts</h2>
5151
<divclass="flex">
5252
<user-link
5353
v-for="user in users.slice(0, 10)"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp