File tree 4 files changed +4
-10
lines changed
4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ import * as fs from 'fs';
2
2
import { writeFileSync } from 'fs' ;
3
3
import { sort } from "fast-sort" ;
4
4
5
- let work = [ '2024_4 ' , '2025_1 ' ]
5
+ let work = [ '2025_1 ' , '2025_2 ' ]
6
6
7
7
if ( false ) {
8
8
work = [ ]
9
- for ( let year = 2012 ; year <= 2024 ; year ++ ) {
9
+ for ( let year = 2012 ; year <= 2025 ; year ++ ) {
10
10
for ( let term = 1 ; term <= 4 ; term ++ ) {
11
11
work . push ( `${ year } _${ term } ` )
12
12
}
Original file line number Diff line number Diff line change 167
167
<Th width ="2.4" >{l [' PROF' ]}</Th >
168
168
<Th width ="6" >{l [' NAME' ]}</Th >
169
169
<Th width ="4.4" >{l [' TIME' ]}</Th >
170
- {#if compete }
171
170
<Th width ="4.2" >{l [' COMPETITIVE' ]}</Th >
172
- {/if }
173
171
<Th width ="2.7" >{l [' TYPE' ]}</Th >
174
172
<Th width ="3.8" >{l [' SYLLABUS' ]}/OTL</Th >
175
173
</tr >
220
218
{/each }
221
219
</TableTd >
222
220
223
- {#if compete }
224
221
<TableTd data ={lect } bind:hover on:choose {background } oneline >
225
222
<Scrolling >
226
223
<div style ="color: {color } !important" >{vs } ({lect .reg }/{lect .cap })</div >
227
224
</Scrolling >
228
225
</TableTd >
229
- {/if }
230
226
231
227
<TableTd data ={lect } bind:hover on:choose {background } online >
232
228
{lect .type || ' ' }
Original file line number Diff line number Diff line change 143
143
<p style =" font-weight: 300;font-size: 0.8em" >
144
144
<Icon person />{data .prof }</p >
145
145
{/if }
146
- {#if compete }
147
146
<p style =" font-weight: 300;font-size: 0.8em" >
148
147
<Icon account _circle/>{data .reg }/{data .cap }{l [' N_APPLY' ]}</p >
149
- {/if }
150
148
<p style =" font-weight: 300;font-size: 0.8em" >
151
149
<span ><Icon timer />{l [' TIME' ]}</span ><br >
152
150
<ul >
Original file line number Diff line number Diff line change 1
- export const compete = true ;
2
- export const selectable = [ '2024_4 ' , '2025_1 ' ]
1
+ export const compete = false ;
2
+ export const selectable = [ '2025_1 ' , '2025_2 ' ]
3
3
export const def = '2025_1'
4
4
5
5
export const year = + def . split ( '_' ) [ 0 ] , term = + def . split ( '_' ) [ 1 ] ;
You can’t perform that action at this time.
0 commit comments