Skip to content

Commit

Permalink
改元日を追加 #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-i committed Sep 23, 2022
1 parent 2f16658 commit 306169f
Show file tree
Hide file tree
Showing 4 changed files with 5,873 additions and 4,980 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,14 +1,14 @@
# 大戦国・年表

南北合一から元和偃武までの戦国時代の年表(1392〜1616年)
南北朝合一から元和偃武までの戦国時代の年表(1392〜1616年)

## 作っているもの

※参考:[大戦国年表](https://dai-sengoku-nenpyo.vercel.app/)

## 進捗(コミット)

- 年表追加:和暦の各年の開始日(改元日は除く) [#2](https://github.com/ryo-i/dai-sengoku-nenpyo/issues/2)
- 改元日を追加 [#2](https://github.com/ryo-i/dai-sengoku-nenpyo/issues/2)

## 詳細(ブログ)

Expand Down
2 changes: 1 addition & 1 deletion data/data.json
Expand Up @@ -4,7 +4,7 @@
},
"header": {
"title":"大戦国・年表",
"text": "南北合一から元和偃武までの戦国時代の年表(1392〜1616年)"
"text": "南北朝合一から元和偃武までの戦国時代の年表(1392〜1616年)"
},
"main": {
"title":"メインページです",
Expand Down
2 changes: 1 addition & 1 deletion pages/about.tsx
Expand Up @@ -58,7 +58,7 @@ function About() {
<section>
<h2>進捗</h2>
<ul>
<li>年表追加:和暦の各年の開始日(改元日は除く) <a href="https://github.com/ryo-i/dai-sengoku-nenpyo/issues/2" target="_blank">#2</a></li>
<li>改元日を追加 <a href="https://github.com/ryo-i/dai-sengoku-nenpyo/issues/2" target="_blank">#2</a></li>
</ul>
</section>
<section>
Expand Down

1 comment on commit 306169f

@vercel
Copy link

@vercel vercel bot commented on 306169f Sep 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dai-sengoku-nenpyo – ./

dai-sengoku-nenpyo-git-main-ryo-i.vercel.app
dai-sengoku-nenpyo.vercel.app
dai-sengoku-nenpyo-ryo-i.vercel.app

Please sign in to comment.