@@ -384,25 +384,30 @@ export const asideSponsors: ISponsor[] = [
384
384
} ,
385
385
sponsorEntity : {
386
386
__typename : "Organization" ,
387
- login : "driz.link/mooncake " ,
388
- name : "Mooncake " ,
387
+ login : "driz.link/sqlitecloud " ,
388
+ name : "SQLite Cloud " ,
389
389
avatarUrl :
390
- '<svg width="1200" height="1200" viewBox="0 0 1200 1200" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>' ,
390
+ `<svg version="1.1" id="Artwork" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
391
+ viewBox="0 0 793.8 871.5" style="enable-background:new 0 0 793.8 871.5;" xml:space="preserve">
392
+ <style type="text/css">
393
+ .st0{fill:#F5640C;}
394
+ </style>
395
+ <g>
396
+ <path class="st0" d="M396.9,356.1H227.2c-16.6,0-30-13.4-30-30v-99.8c0-16.6,13.4-30,30-30h139.7c16.6,0,30,13.4,30,30V356.1z"/>
397
+ <path class="st0" d="M566.6,515.8H396.9V356.1h169.7c16.5,0,29.9,13.4,29.9,29.9v99.8C596.5,502.4,583.1,515.8,566.6,515.8z"/>
398
+ <path class="st0" d="M366.9,675.6H227.2c-16.5,0-29.9-13.4-29.9-29.9v-99.8c0-16.5,13.4-29.9,29.9-29.9h169.7v129.8
399
+ C396.9,662.1,383.5,675.6,366.9,675.6z"/>
400
+ </g>
401
+ </svg>` ,
391
402
} ,
392
403
createdAt : "2024-06-07T13:32:16Z" ,
393
404
isActive : true ,
394
405
imageType : ImageType . SVG ,
395
406
darkStyle : {
396
- padding : "4px" ,
397
407
filter : "grayscale(1) brightness(2) opacity(0.2)" ,
398
- background :
399
- 'url("/images/mooncake-white.png") 0% 0% / contain no-repeat content-box' ,
400
408
} ,
401
409
lightStyle : {
402
- padding : "4px" ,
403
- filter : "grayscale(1) opacity(0.4)" ,
404
- background :
405
- 'url("/images/mooncake.png") 0% 0% / contain no-repeat content-box' ,
410
+ filter : "grayscale(1) opacity(0.6) invert(0.1)" ,
406
411
} ,
407
412
} ,
408
413
{
@@ -412,13 +417,25 @@ export const asideSponsors: ISponsor[] = [
412
417
} ,
413
418
sponsorEntity : {
414
419
__typename : "Organization" ,
415
- login : "driz.link/sponsor " ,
416
- name : "Sponsor " ,
420
+ login : "driz.link/mooncake " ,
421
+ name : "Mooncake " ,
417
422
avatarUrl :
418
423
'<svg width="1200" height="1200" viewBox="0 0 1200 1200" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>' ,
419
424
} ,
420
- createdAt : "2024-08-13T16:35:56Z " ,
425
+ createdAt : "2024-06-07T13:32:16Z " ,
421
426
isActive : true ,
422
- imageType : ImageType . IMAGE ,
427
+ imageType : ImageType . SVG ,
428
+ darkStyle : {
429
+ padding : "4px" ,
430
+ filter : "grayscale(1) brightness(2) opacity(0.2)" ,
431
+ background :
432
+ 'url("/images/mooncake-white.png") 0% 0% / contain no-repeat content-box' ,
433
+ } ,
434
+ lightStyle : {
435
+ padding : "4px" ,
436
+ filter : "grayscale(1) opacity(0.4)" ,
437
+ background :
438
+ 'url("/images/mooncake.png") 0% 0% / contain no-repeat content-box' ,
439
+ } ,
423
440
}
424
441
] ;
0 commit comments