File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ def gen_sources(codes):
147147 ts .write (f"export const { name } = '{ chr (codes [name ])} '; // { codes [name ]:x} \n " )
148148 scss .write (f"$licon-{ name } : '{ chr (codes [name ])} '; // { codes [name ]:x} \n " )
149149 debug .write (f' <i title="{ name } ">&#x{ codes [name ]:x} ;</i>\n ' )
150- types .write (f"declare type LiconType = { ' | ' .join ([f"'{ chr (codes [name ])} '" for name in codes ]) } \n " )
150+ types .write (f"declare type LiconType = { ' | ' .join ([f"'{ chr (codes [name ])} '" for name in codes ]) } ; \n " )
151151 debug .write (' </body>\n </html>\n ' )
152152
153153def gen_fonts ():
Original file line number Diff line number Diff line change 5252 "metals" : " tail -F .metals/metals.log" ,
5353 "serverlog" : " journalctl --user -fu lila -o cat & tail -F .metals/metals.log" ,
5454 "i18n-file-gen" : " pnpx tsx bin/i18n-file-gen.ts" ,
55- "icons -files-gen" : " python3 bin/gen/licon.py" ,
55+ "icon -files-gen" : " python3 bin/gen/licon.py" ,
5656 "multilog" : " pnpm serverlog & ui/build -w" ,
5757 "add-hooks" : " git config get --all core.hooksPath | grep -Fxq bin/git-hooks || git config set --append core.hooksPath bin/git-hooks" ,
5858 "remove-hooks" : " git config unset --value=bin/git-hooks core.hooksPath || true"
Original file line number Diff line number Diff line change 1010 * licon.py) and then add it to your editor's font list.
1111 */
1212
13- declare type LiconType = '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | ''
13+ declare type LiconType = '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' | '' ;
You can’t perform that action at this time.
0 commit comments