Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pss-aileen committed Feb 7, 2024
1 parent ec724c8 commit 82177ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ <h1 class="text-3xl font-bold text-pink-600">Commit Easily</h1>
<label class="mt-5 block">
<h2 class="text-lg font-bold">📦 TYPE</h2>
<select name="type" id="type" class="mt-2 block w-full rounded-md border-2 border-solid px-2 py-1">
<option value="normalPrefixList">NORMAL</option>
<option value="TILPrefixList">DAILY REPORTS</option>
<option value="normalPrefixList">🐢 NORMAL</option>
<option value="TILPrefixList">📝 DAILY REPORTS</option>
<option value="practiceProjectPrefixList">
PRACTICE PROJECT
🏄🏻‍♀️ PRACTICE PROJECT
</option>
<option value="paizaPrefixList">
paiza
📓 PAIZA
</option>
</select>
</label>
Expand Down
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@
const paizaPrefixList = [];
CreatepaizaPrefix();
function CreatepaizaPrefix() {
const c_stdout = new Prefix("標準出力", "Cランク獲得", "取り組んだ問題");
const c_stdin = new Prefix("標準入力", "Cランク獲得", "取り組んだ問題");
const c_data_structure = new Prefix("データセット選択", "Cランク獲得", "取り組んだ問題");
const c_arithmetic_substitution = new Prefix("算術・代入演算", "Cランク獲得", "取り組んだ問題");
const c_logical_operation = new Prefix("論理演算", "Cランク獲得", "取り組んだ問題");
const c_string_primer = new Prefix("文字列処理", "Cランク獲得", "取り組んだ問題");
const c_stdout = new Prefix("標準出力", "Cランク獲得", "取り組んだ問題");

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

0 comments on commit 82177ab

Please sign in to comment.