File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
utils/misc/base64-encode-file/v2.0 Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 5656 var preview = { } ;
5757 var output = { } ;
5858
59- var filemod ;
60- var publish ;
6159 var log ;
6260
6361
10098 menu . on . close = null ;
10199
102100
103- await initdom ( document . body ) ;
101+ initdom ( document . body ) ;
104102
105103
106104 } //init
219217 < body >
220218
221219
222- < hdr-base64 component =grp v2.0 >
220+ < hdr-base64 component =grp >
223221 < img class =title src ='image/base64-file-50.png ' style ='top:5px;height:40px '>
224222 < time slot =date datetime =2025-10-18 > 18 Oct 2025</ time >
225223 </ hdr-base64 >
234232
235233 < div class =user >
236234
237- < filemod inst = preview component v2.0 > </ filemod >
235+ < file-mod id = file- preview component v2.0 > </ file-mod >
238236
239237 < div id =btns >
240-
241238 < input value =save type =button >
242239 < div class =spc > </ div >
243-
244240 </ div >
245241
246242 </ div >
247243
248- < filename-ui inst = preview component v2.0 > </ filename-ui >
244+ < filename-ui id = fn- preview component > </ filename-ui >
249245
250246 </ div >
251247
292288
293289 < div class =user >
294290
295- < filemod inst = output component v2.0 > </ filemod >
291+ < file-mod id = file- output component > </ file-mod >
296292
297293 < div id =btns >
298294
305301
306302 </ div >
307303
308- < filename-ui inst = output component v2.0 > </ filename-ui >
304+ < filename-ui id = fn- output component v2.0 > </ filename-ui >
309305
310306 </ div output>
311307
328324 </ body >
329325
330326
331- < log component v2.0 > </ log >
327+ < log-mod component > </ log-mod >
332328
333329
334330 < script >
You can’t perform that action at this time.
0 commit comments