补充svg图

This commit is contained in:
wyy 2023-12-04 09:44:59 +08:00
parent 3c6080e5ed
commit bee78a6d15
3 changed files with 2 additions and 21 deletions

View File

@ -12,26 +12,5 @@
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script>
console.log('mall4j.v231106')
const webConfigData = JSON.parse(localStorage.getItem('b2cWebConfigData'));
if (webConfigData) {
let lang = localStorage.getItem('b2cLang')
if (lang !== 'en') {
document.title = webConfigData.bsTitleContentCn || ''
} else {
document.title = webConfigData.bsTitleContentEn || ''
}
let facicon = document.querySelector('link[rel="icon"]')
if (facicon !== null) {
facicon.href = webConfigData.bsTitleImg
} else {
facicon = document.createElement('link')
facicon.rel = 'icon'
facicon.href = webConfigData.bsTitleImg
document.head.appendChild(facicon)
}
}
</script>
</body>
</html>

View File

@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1525499040598" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1423" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M491.392 286.464m-286.464 0a4.476 4.476 0 1 0 572.928 0 4.476 4.476 0 1 0-572.928 0Z" p-id="1424"></path><path d="M869.312 523.264c-35.392-43.2-101.888-51.2-140.16-10.496-59.648 63.36-143.744 103.232-237.824 103.232-83.264 0-158.976-31.04-216.832-82.048C230.656 495.296 161.856 510.592 129.024 558.976c-49.28 72.768-78.4 160.064-78.4 254.72 0 19.072 1.28 37.76 3.648 56.064C66.176 960.32 150.272 1024 241.536 1024l539.392 0c100.544 0 183.744-77.824 191.232-178.048 0.768-10.624 1.216-21.376 1.216-32.192C973.376 703.296 934.208 602.432 869.312 523.264z" p-id="1425"></path></svg>

After

Width:  |  Height:  |  Size: 965 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.5 KiB