Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a96d10

Browse files
committed
feat: 🎸 relax constant strictness
1 parent20b7ad7 commit0a96d10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/constants.ts‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
exportconstenumSIZE{
1+
exportenumSIZE{
22
SITE_WIDTH=1300,
33
SITE_PADDING=32,
44
PAGE_WIDTH=1000,
55
TOP_NAV_HEIGHT=64,
66
SIDEBAR_WIDTH=300,
77
}
88

9-
exportconstenumZINDEX{
9+
exportenumZINDEX{
1010
TOP_NAV=1000,
1111
SIDEBAR=1001,
1212
CONTEXT=1002,
@@ -15,7 +15,7 @@ export const enum ZINDEX {
1515
CURSOR=1000000,
1616
}
1717

18-
exportconstenumSYMBOL{
18+
exportenumSYMBOL{
1919
CHECKMARK='✓',
2020
CROSS='✗',
2121
NIL='∅',
@@ -29,6 +29,6 @@ export const enum SYMBOL {
2929
SHIFT='⇧',
3030
}
3131

32-
exportconstenumCOLOR{
32+
exportenumCOLOR{
3333
LINK='#0089ff',
3434
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp