Skip to content

Commit

Permalink
幾何刀字【橘】追加
Browse files Browse the repository at this point in the history
  • Loading branch information
sozysozbot committed Nov 14, 2024
1 parent 7e6e616 commit d69ba3e
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion image_table/char_and_folder_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const linzi_list = ["我", "汝", "此", "其", "彼", "何", "或", "全", "無
"逆", "鹽", "鹵", "苦", "渋", "辣", "節", "田", "旱", "氾", "腰", "像", "踵", "匁", "飢", "支", "奉", "捧", "贄", "鍬", "謗", "佞", "麺", "餅",
"招", "賢", "緑", "虹", "雷", "靴", "麦", "棆", "眉", "残", "豚", "豕", "泪", "橘"
]; // REQUIRES CONSTANT UPDATE
const defined_but_no_image_prepared = ["橘"];
const defined_but_no_image_prepared = [];
const linzi_glyph_not_defined = ["磨", "帯", "謎", "辿", "千", "旦", "強", "孰", "那", "茲", "詞", "埴", "試", "洛", "趙", "倶", "億", "訴", "嘗", "靴"]; // REQUIRES CONSTANT UPDATE
const folder_type = {
"燐字画像": "SY",
Expand Down
1 change: 1 addition & 0 deletions image_table/image_existence_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ const NEW_IMAGE_EXISTENCE_TABLE = {
"虹", "鍬", "土", "節",
"豕", "豚",
"泪",
"橘",
],
"燐字画像31": [
"氏"
Expand Down
2 changes: 1 addition & 1 deletion image_table_ts/char_and_folder_info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const linzi_list = ["我", "汝", "此", "其", "彼", "何", "或", "全", "無

type Linzi = typeof linzi_list[number];

const defined_but_no_image_prepared: ReadonlyArray<Linzi> = ["橘"];
const defined_but_no_image_prepared: ReadonlyArray<Linzi> = [];

const linzi_glyph_not_defined = ["磨", "帯", "謎", "辿", "千", "旦", "強", "孰", "那", "茲", "詞", "埴", "試", "洛", "趙", "倶", "億", "訴", "嘗", "靴"] as const; // REQUIRES CONSTANT UPDATE

Expand Down
1 change: 1 addition & 0 deletions image_table_ts/image_existence_table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ const NEW_IMAGE_EXISTENCE_TABLE: NewImageExistenceTable = {
"虹", "鍬", "土", "節",
"豕", "豚",
"泪",
"橘",
],
"燐字画像31": [
"氏"
Expand Down
22 changes: 22 additions & 0 deletions 幾何刀字/橘.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d69ba3e

Please sign in to comment.