Skip to content

Commit 565e0a4

Browse files
committed
💕 FEAT: 何も修正できてなかったので再度修正
1 parent a71c2fd commit 565e0a4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ <h1 class="text-3xl font-bold text-pink-600">Commit Easily</h1>
3333
<label class="mt-5 block">
3434
<h2 class="text-lg font-bold">📦 TYPE</h2>
3535
<select name="type" id="type" class="mt-2 block w-full rounded-md border-2 border-solid px-2 py-1">
36-
<option value="normalPrefixList">NORMAL</option>
37-
<option value="TILPrefixList">DAILY REPORTS</option>
36+
<option value="normalPrefixList">🐢 NORMAL</option>
37+
<option value="TILPrefixList">📝 DAILY REPORTS</option>
3838
<option value="practiceProjectPrefixList">
39-
PRACTICE PROJECT
39+
🏄🏻‍♀️ PRACTICE PROJECT
4040
</option>
4141
<option value="paizaPrefixList">
42-
paiza
42+
📓 PAIZA
4343
</option>
4444
</select>
4545
</label>

src/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@
123123
const paizaPrefixList = [];
124124
CreatepaizaPrefix();
125125
function CreatepaizaPrefix() {
126-
const c_stdout = new Prefix("標準出力", "Cランク獲得", "取り組んだ問題");
127126
const c_stdin = new Prefix("標準入力", "Cランク獲得", "取り組んだ問題");
128127
const c_data_structure = new Prefix("データセット選択", "Cランク獲得", "取り組んだ問題");
129128
const c_arithmetic_substitution = new Prefix("算術・代入演算", "Cランク獲得", "取り組んだ問題");
130129
const c_logical_operation = new Prefix("論理演算", "Cランク獲得", "取り組んだ問題");
131130
const c_string_primer = new Prefix("文字列処理", "Cランク獲得", "取り組んだ問題");
131+
const c_stdout = new Prefix("標準出力", "Cランク獲得", "取り組んだ問題");
132132

133133
// 進んだら適宜追加
134134
paizaPrefixList.push(c_stdout, c_stdin, c_data_structure, c_arithmetic_substitution, c_logical_operation, c_string_primer);

0 commit comments

Comments
 (0)