File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 " web-ui.html" ,
1313 " lib/" ,
1414 " web-ui/" ,
15- " res/" ,
15+ " res/json5.min.js" ,
16+ " res/vue.global.prod.js" ,
17+ " res/logo-pack.webp" ,
1618 " doc/" ,
1719 " README.md" ,
1820 " README.zh.md" ,
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ test('styles keep desktop layout wide and session history readable on large scre
6565 assert . match ( styles , / \. s e s s i o n - i t e m \s * \{ [ \s \S ] * m i n - h e i g h t : \s * 8 0 p x ; / ) ;
6666
6767 const html = readBundledWebUiHtml ( ) ;
68- assert . match ( html , / c l a s s = " b r a n d - l o g o " \s + s r c = " \/ r e s \/ l o g o \. p n g " / ) ;
68+ assert . match ( html , / c l a s s = " b r a n d - l o g o " \s + s r c = " \/ r e s \/ l o g o - p a c k \. w e b p " / ) ;
6969
7070 const titleBlock = styles . match ( / \. s e s s i o n - i t e m - t i t l e \s * \{ [ ^ } ] * \} / ) ;
7171 assert . ok ( titleBlock , 'missing session item title style block' ) ;
Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > Codex Mate</ title >
7- < link rel ="icon " type ="image/png " href ="/res/logo.png ">
8- < link rel ="apple-touch-icon " href ="/res/logo.png ">
7+ < link rel ="icon " type ="image/webp " href ="/res/logo-pack.webp ">
8+ < link rel ="apple-touch-icon " href ="/res/logo-pack.webp ">
99 < script src ="/res/vue.global.prod.js "> </ script >
1010 < script src ="/res/json5.min.js "> </ script >
1111 < link rel ="stylesheet " href ="/web-ui/styles.css ">
Original file line number Diff line number Diff line change 114114 < aside class ="side-rail " v-if ="!sessionStandalone ">
115115 < div class ="brand-block ">
116116 < div class ="brand-head ">
117- < img class ="brand-logo " src ="/res/logo.png " alt ="Codex Mate logo ">
117+ < img class ="brand-logo " src ="/res/logo-pack.webp " alt ="Codex Mate logo ">
118118 < div class ="brand-copy ">
119119 < div class ="brand-kicker "> {{ t('brand.kicker.workspace') }}</ div >
120120 < div class ="brand-title "> Codex Mate</ div >
You can’t perform that action at this time.
0 commit comments