File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 115115 }
116116
117117 .sub_title {
118- width : 176 px ;
118+ width : 133 px ;
119119 }
120120
121121 .origin_name {
224224 height : 25px ;
225225 }
226226
227+ .list_cell > input ,
228+ .list_cell > select {
229+ flex : 7 ;
230+ }
231+
227232 .group_list_cell {
228233 padding-left : 1em ;
229234 }
290295 }
291296
292297 .sub_title {
293- width : 102 px ;
298+ width : 80 px ;
294299 }
295300
296301 .block .origin_name {
333338
334339 @media (max-width : 700px ) {
335340 .sub_title {
336- width : 109 px ;
341+ width : 70 px ;
337342 }
338343
339344 # build_result_button {
Original file line number Diff line number Diff line change @@ -1100,6 +1100,11 @@ monaco.languages.typescript.javascriptDefaults.setCompilerOptions({
11001100} ) ;
11011101
11021102const libSource = `
1103+ /** 檔案名稱 */
1104+ const FILENAME: ?string
1105+ /** 插件參數 */
1106+ const PARAMETERS: { [name: string]: ?string }
1107+
11031108 /** [原始數據]於資料庫定義,來自 Actors.json 的可操控角色資料 */
11041109 var $dataActors: DataActors
11051110 /** [原始數據]於資料庫定義,來自 Classes.json 的職業資料 */
You can’t perform that action at this time.
0 commit comments