xy 2 years ago
parent 88581230d0
commit 186080fdf9

@ -133,7 +133,10 @@ function initTrayIcon () {
const menu = Menu.buildFromTemplate(menuconfig)
tray.setContextMenu(menu)
tray.on('click', () => {
app.show()
if (!mainWindow.isVisible()) {
mainWindow.show()
}
mainWindow.webContents.send("to-notice")
})
}
let trayTimer = null;

@ -11,11 +11,18 @@
import CHeader from "./components/title";
import { useNoticeStore } from "@/store/notice";
import { onUnmounted } from "vue";
import { ipcRenderer } from "electron"
import { useRouter } from "@/hooks/use-router"
const $router = useRouter()
const noticeStore = useNoticeStore()
noticeStore.startNoticeTimer()
ipcRenderer.on("to-notice",_ => {
$router.push("/notice/index")
})
onUnmounted(() => {
noticeStore.destroyNoticeTimer()
ipcRenderer.removeListener("to-notice")
})
</script>

@ -51,7 +51,7 @@ export default {
background-color: $menuBg;
.scroll-wrapper {
position: absolute;
width: 100%!important;
width: 100%!important;
}
}
</style>

@ -1 +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 viewBox="0 0 1024 1024" width="200" height="200"><path d="M583.744 53.312c78.4 0 140.544 0 189.12 6.528 50.048 6.784 90.496 20.928 122.432 52.864 32 31.936 46.08 72.384 52.864 122.432 6.528 48.64 6.528 110.72 6.528 189.12v175.488c0 78.4 0 140.544-6.528 189.12-6.72 50.048-20.928 90.496-52.864 122.432-31.936 32-72.384 46.08-122.432 52.864-48.64 6.528-110.72 6.528-189.12 6.528H514.944c-78.4 0-140.544 0-189.12-6.528-50.048-6.72-90.56-20.928-122.432-52.864-27.2-27.136-41.472-60.48-49.28-100.608H112a42.688 42.688 0 0 1 0-85.376h33.472a3264.448 3264.448 0 0 1-1.472-125.568v-45.056h-32a42.688 42.688 0 1 1 0-85.376h32V424.32c0-47.68 0-89.344 1.472-125.568H112a42.688 42.688 0 0 1 0-85.376h42.112c7.808-40.128 22.08-73.472 49.28-100.608 31.872-31.936 72.384-46.08 122.432-52.864C374.4 53.312 436.48 53.312 514.944 53.312H583.68zM560 266.688a117.312 117.312 0 1 0 0 234.624 117.312 117.312 0 0 0 0-234.624z m120.64 310.976a233.024 233.024 0 0 0-241.28 0c-13.248 7.616-43.328 24.96-59.136 40.832-10.048 10.048-20.672 24.32-22.592 42.368-2.048 19.392 6.4 37.184 21.824 52.224 23.36 22.784 54.592 44.224 96.96 44.224h167.168c42.432 0 73.6-21.44 96.96-44.16 15.424-15.104 23.872-32.896 21.824-52.288-1.92-18.112-12.544-32.32-22.528-42.368-15.872-15.872-45.952-33.28-59.2-40.832z" fill="#333333" p-id="1705"></path></svg>
<?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 viewBox="0 0 1024 1024" width="200" height="200"><path d="M583.744 53.312c78.4 0 140.544 0 189.12 6.528 50.048 6.784 90.496 20.928 122.432 52.864 32 31.936 46.08 72.384 52.864 122.432 6.528 48.64 6.528 110.72 6.528 189.12v175.488c0 78.4 0 140.544-6.528 189.12-6.72 50.048-20.928 90.496-52.864 122.432-31.936 32-72.384 46.08-122.432 52.864-48.64 6.528-110.72 6.528-189.12 6.528H514.944c-78.4 0-140.544 0-189.12-6.528-50.048-6.72-90.56-20.928-122.432-52.864-27.2-27.136-41.472-60.48-49.28-100.608H112a42.688 42.688 0 0 1 0-85.376h33.472a3264.448 3264.448 0 0 1-1.472-125.568v-45.056h-32a42.688 42.688 0 1 1 0-85.376h32V424.32c0-47.68 0-89.344 1.472-125.568H112a42.688 42.688 0 0 1 0-85.376h42.112c7.808-40.128 22.08-73.472 49.28-100.608 31.872-31.936 72.384-46.08 122.432-52.864C374.4 53.312 436.48 53.312 514.944 53.312H583.68zM560 266.688a117.312 117.312 0 1 0 0 234.624 117.312 117.312 0 0 0 0-234.624z m120.64 310.976a233.024 233.024 0 0 0-241.28 0c-13.248 7.616-43.328 24.96-59.136 40.832-10.048 10.048-20.672 24.32-22.592 42.368-2.048 19.392 6.4 37.184 21.824 52.224 23.36 22.784 54.592 44.224 96.96 44.224h167.168c42.432 0 73.6-21.44 96.96-44.16 15.424-15.104 23.872-32.896 21.824-52.288-1.92-18.112-12.544-32.32-22.528-42.368-15.872-15.872-45.952-33.28-59.2-40.832z" p-id="1705"></path></svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

@ -1 +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="1715760516138" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="15061" width="200" height="200"><path d="M499.328 56L481.92 49.152 312 3.84c-32.32-8.448-52.992 3.264-61.504 35.2L48.192 879.808c-8.512 32.768 3.2 53.376 35.584 62.272l169.92 45.312c32.768 8.896 53.44-3.328 61.952-36.032l202.368-840.32c6.912-25.856 0.768-44.096-18.688-55.04z m-82.56 292.48a38.464 38.464 0 0 1-12.096 19.456 18.944 18.944 0 0 1-16.512 4.48h-1.344l-154.112-41.664c-6.016-1.6-10.112-5.568-12.544-12.544a35.456 35.456 0 0 1-1.216-22.272 32.064 32.064 0 0 1 12.16-18.624c5.248-5.248 11.328-6.848 17.408-5.248l154.112 41.664h0.832c1.024 0.32 1.728 1.216 2.688 1.792a21.632 21.632 0 0 1 9.472 11.136 29.696 29.696 0 0 1 2.496 10.368 38.4 38.4 0 0 1-1.216 11.52l-0.128-0.064z m25.984-101.696c-0.192 2.24-0.192 4.352-0.896 6.656a33.28 33.28 0 0 1-7.936 14.08c-1.344 1.536-2.56 3.264-4.224 4.544-1.6 1.472-3.264 2.176-4.992 3.008a16.064 16.064 0 0 1-11.136 2.24h-0.832l-154.112-41.216a21.632 21.632 0 0 1-13.376-13.376 30.912 30.912 0 0 1-1.536-15.488c0.192-2.112 0.192-4.16 0.768-6.4 0.704-2.304 1.792-4.16 2.816-6.208a35.008 35.008 0 0 1 9.344-12.864c5.76-4.864 11.776-6.464 17.792-4.416l154.112 41.28h0.768c3.52 1.28 6.144 4.032 8.384 7.232 1.28 1.664 2.432 3.264 3.392 5.312 1.408 3.456 2.176 7.04 2.304 10.752 0.128 1.6-0.448 3.264-0.64 4.992v-0.128z m287.232-160.512c-3.264 7.68-4.864 16.512-4.864 26.688v871.936c0 10.496 1.6 19.52 4.864 26.752 3.648 7.168 8.128 10.88 13.376 10.88s9.344-3.712 12.864-10.88a57.6 57.6 0 0 0 5.632-26.752V112.96a61.376 61.376 0 0 0-5.632-26.688c-3.584-7.36-7.616-11.008-12.864-11.008s-9.728 3.584-13.376 11.008z m-22.208 26.688c0-10.112-1.536-19.008-4.864-26.688-4.032-7.296-8.512-10.88-13.76-10.88s-9.28 3.584-12.864 10.88a61.568 61.568 0 0 0-5.632 26.688v871.936c0 10.432 1.984 19.52 5.632 26.752 3.712 7.168 7.616 10.88 12.864 10.88s9.728-3.712 13.76-10.88c3.328-7.232 4.864-16.32 4.864-26.752V112.96z m238.72-26.688c-3.264 7.68-4.864 16.512-4.864 26.688v871.936c0 10.496 1.6 19.52 4.864 26.752 3.648 7.168 8 10.88 13.248 10.88 5.376 0 9.344-3.712 12.992-10.88a59.328 59.328 0 0 0 5.504-26.752V112.96a61.376 61.376 0 0 0-5.504-26.688c-3.648-7.36-7.616-11.008-12.992-11.008-5.248 0-9.6 3.584-13.248 11.008z m-22.272 26.688c0-10.112-1.6-19.008-4.992-26.688-4.032-7.296-8.512-10.88-13.632-10.88-5.248 0-9.344 3.584-12.992 10.88a61.568 61.568 0 0 0-5.632 26.688v871.936c0 10.432 1.984 19.52 5.632 26.752 3.648 7.168 7.744 10.88 12.992 10.88 5.12 0 9.536-3.712 13.632-10.88a63.36 63.36 0 0 0 4.992-26.752V112.96z m-296.576-33.216a37.376 37.376 0 0 0-26.752-10.944 37.568 37.568 0 0 0-27.008 10.944 36.608 36.608 0 0 0-10.88 26.688v878.08c0 10.432 3.648 19.392 10.88 26.688a36.672 36.672 0 0 0 27.008 11.328 36.48 36.48 0 0 0 26.752-11.328 36.224 36.224 0 0 0 11.008-26.688V106.432a36.224 36.224 0 0 0-11.008-26.688z m170.752 0a36.48 36.48 0 0 0-10.88 26.688v878.08c0 10.432 3.648 19.392 10.88 26.688a36.48 36.48 0 0 0 26.752 11.328 37.12 37.12 0 0 0 27.136-11.328 36.608 36.608 0 0 0 10.88-26.688V106.432a36.48 36.48 0 0 0-10.88-26.688 38.08 38.08 0 0 0-27.136-10.944 37.312 37.312 0 0 0-26.752 10.944z" fill="#2c2c2c" p-id="15062"></path></svg>
<?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="1715760516138" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="15061" width="200" height="200"><path d="M499.328 56L481.92 49.152 312 3.84c-32.32-8.448-52.992 3.264-61.504 35.2L48.192 879.808c-8.512 32.768 3.2 53.376 35.584 62.272l169.92 45.312c32.768 8.896 53.44-3.328 61.952-36.032l202.368-840.32c6.912-25.856 0.768-44.096-18.688-55.04z m-82.56 292.48a38.464 38.464 0 0 1-12.096 19.456 18.944 18.944 0 0 1-16.512 4.48h-1.344l-154.112-41.664c-6.016-1.6-10.112-5.568-12.544-12.544a35.456 35.456 0 0 1-1.216-22.272 32.064 32.064 0 0 1 12.16-18.624c5.248-5.248 11.328-6.848 17.408-5.248l154.112 41.664h0.832c1.024 0.32 1.728 1.216 2.688 1.792a21.632 21.632 0 0 1 9.472 11.136 29.696 29.696 0 0 1 2.496 10.368 38.4 38.4 0 0 1-1.216 11.52l-0.128-0.064z m25.984-101.696c-0.192 2.24-0.192 4.352-0.896 6.656a33.28 33.28 0 0 1-7.936 14.08c-1.344 1.536-2.56 3.264-4.224 4.544-1.6 1.472-3.264 2.176-4.992 3.008a16.064 16.064 0 0 1-11.136 2.24h-0.832l-154.112-41.216a21.632 21.632 0 0 1-13.376-13.376 30.912 30.912 0 0 1-1.536-15.488c0.192-2.112 0.192-4.16 0.768-6.4 0.704-2.304 1.792-4.16 2.816-6.208a35.008 35.008 0 0 1 9.344-12.864c5.76-4.864 11.776-6.464 17.792-4.416l154.112 41.28h0.768c3.52 1.28 6.144 4.032 8.384 7.232 1.28 1.664 2.432 3.264 3.392 5.312 1.408 3.456 2.176 7.04 2.304 10.752 0.128 1.6-0.448 3.264-0.64 4.992v-0.128z m287.232-160.512c-3.264 7.68-4.864 16.512-4.864 26.688v871.936c0 10.496 1.6 19.52 4.864 26.752 3.648 7.168 8.128 10.88 13.376 10.88s9.344-3.712 12.864-10.88a57.6 57.6 0 0 0 5.632-26.752V112.96a61.376 61.376 0 0 0-5.632-26.688c-3.584-7.36-7.616-11.008-12.864-11.008s-9.728 3.584-13.376 11.008z m-22.208 26.688c0-10.112-1.536-19.008-4.864-26.688-4.032-7.296-8.512-10.88-13.76-10.88s-9.28 3.584-12.864 10.88a61.568 61.568 0 0 0-5.632 26.688v871.936c0 10.432 1.984 19.52 5.632 26.752 3.712 7.168 7.616 10.88 12.864 10.88s9.728-3.712 13.76-10.88c3.328-7.232 4.864-16.32 4.864-26.752V112.96z m238.72-26.688c-3.264 7.68-4.864 16.512-4.864 26.688v871.936c0 10.496 1.6 19.52 4.864 26.752 3.648 7.168 8 10.88 13.248 10.88 5.376 0 9.344-3.712 12.992-10.88a59.328 59.328 0 0 0 5.504-26.752V112.96a61.376 61.376 0 0 0-5.504-26.688c-3.648-7.36-7.616-11.008-12.992-11.008-5.248 0-9.6 3.584-13.248 11.008z m-22.272 26.688c0-10.112-1.6-19.008-4.992-26.688-4.032-7.296-8.512-10.88-13.632-10.88-5.248 0-9.344 3.584-12.992 10.88a61.568 61.568 0 0 0-5.632 26.688v871.936c0 10.432 1.984 19.52 5.632 26.752 3.648 7.168 7.744 10.88 12.992 10.88 5.12 0 9.536-3.712 13.632-10.88a63.36 63.36 0 0 0 4.992-26.752V112.96z m-296.576-33.216a37.376 37.376 0 0 0-26.752-10.944 37.568 37.568 0 0 0-27.008 10.944 36.608 36.608 0 0 0-10.88 26.688v878.08c0 10.432 3.648 19.392 10.88 26.688a36.672 36.672 0 0 0 27.008 11.328 36.48 36.48 0 0 0 26.752-11.328 36.224 36.224 0 0 0 11.008-26.688V106.432a36.224 36.224 0 0 0-11.008-26.688z m170.752 0a36.48 36.48 0 0 0-10.88 26.688v878.08c0 10.432 3.648 19.392 10.88 26.688a36.48 36.48 0 0 0 26.752 11.328 37.12 37.12 0 0 0 27.136-11.328 36.608 36.608 0 0 0 10.88-26.688V106.432a36.48 36.48 0 0 0-10.88-26.688 38.08 38.08 0 0 0-27.136-10.944 37.312 37.312 0 0 0-26.752 10.944z" p-id="15062"></path></svg>

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

@ -1,2 +1,2 @@
<?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 viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2333" width="200" height="200"><path d="M593.26464 860.16l2.37568 0.12288c12.4928 1.37216 21.2992 13.312 18.08384 25.4976l-1.24928 4.38272C599.32672 932.08576 559.3088 962.56 512 962.56l-4.87424-0.1024c-46.77632-2.08896-85.58592-33.97632-96.8704-76.67712l-0.45056-2.27328c-1.76128-12.12416 8.00768-23.3472 20.93056-23.3472h162.52928zM512 61.44a30.72 30.72 0 0 1 30.72 30.72v32.23552c157.45024 15.83104 276.48 154.29632 276.48 314.368V655.36l0.12288 3.072A40.96 40.96 0 0 0 860.16 696.32h7.31136l3.4816 0.1024c25.3952 1.59744 47.84128 20.33664 50.3808 45.81376l0.22528 3.2768A51.2 51.2 0 0 1 870.42048 798.72H156.52864l-3.4816-0.1024c-25.3952-1.59744-47.84128-20.33664-50.3808-45.81376l-0.22528-3.2768A51.2 51.2 0 0 1 153.6 696.32H163.84l3.072-0.1024A40.96 40.96 0 0 0 204.8 655.36V430.08c0-159.29344 121.2416-290.26304 276.48-305.68448V92.16A30.72 30.72 0 0 1 512 61.44z" fill="#131415" p-id="2334"></path></svg>
<svg viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2333" width="200" height="200"><path d="M593.26464 860.16l2.37568 0.12288c12.4928 1.37216 21.2992 13.312 18.08384 25.4976l-1.24928 4.38272C599.32672 932.08576 559.3088 962.56 512 962.56l-4.87424-0.1024c-46.77632-2.08896-85.58592-33.97632-96.8704-76.67712l-0.45056-2.27328c-1.76128-12.12416 8.00768-23.3472 20.93056-23.3472h162.52928zM512 61.44a30.72 30.72 0 0 1 30.72 30.72v32.23552c157.45024 15.83104 276.48 154.29632 276.48 314.368V655.36l0.12288 3.072A40.96 40.96 0 0 0 860.16 696.32h7.31136l3.4816 0.1024c25.3952 1.59744 47.84128 20.33664 50.3808 45.81376l0.22528 3.2768A51.2 51.2 0 0 1 870.42048 798.72H156.52864l-3.4816-0.1024c-25.3952-1.59744-47.84128-20.33664-50.3808-45.81376l-0.22528-3.2768A51.2 51.2 0 0 1 153.6 696.32H163.84l3.072-0.1024A40.96 40.96 0 0 0 204.8 655.36V430.08c0-159.29344 121.2416-290.26304 276.48-305.68448V92.16A30.72 30.72 0 0 1 512 61.44z" p-id="2334"></path></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -1 +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="1715760315771" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="12148" width="200" height="200"><path d="M563.2 699.728c11.376-11.36 96.704-96.704 227.552-17.056 0 0-51.2-85.344-170.656-51.2-51.2 11.36-79.648 45.504-79.648 51.2a160.944 160.944 0 0 0-34.144-17.072L512 745.248l79.648-17.072c-11.376-11.376-17.072-22.752-28.448-28.448z m227.552 39.84l-79.648 17.056c5.696 11.376 11.392 22.752 22.768 28.448-11.376 11.36-96.72 96.704-227.568 17.056 0 0 51.2 85.344 170.672 51.2 45.52-11.36 73.952-45.504 79.648-51.2a160.944 160.944 0 0 0 34.128 17.072v-79.648z m-438.048-347.04h187.744c11.36 0 22.752-11.36 22.752-22.752 0-11.376-11.376-22.752-22.752-22.752H352.704c-11.36 0-22.752 11.376-22.752 22.752s11.376 22.752 22.752 22.752z m256 79.648c0-11.376-11.36-22.752-22.752-22.752H352.704c-11.36 0-22.752 11.376-22.752 22.752s11.376 22.752 22.752 22.752h233.248c11.376 0 22.752-11.36 22.752-22.752zM705.44 159.296H324.272c-62.576 0-108.096 51.2-108.096 108.08v585.952c0 62.576 51.2 108.096 108.096 108.096h472.16c62.592 0 108.096-51.2 108.096-108.096V358.4C910.24 341.328 722.496 159.296 705.44 159.296zM733.872 256c28.432 22.752 56.88 56.896 85.328 79.648h-28.448c-28.448 0-56.88-22.752-56.88-56.896V256z m62.56 654.224h-472.16c-28.448 0-56.896-22.752-56.896-56.896V273.072c0-28.448 22.752-56.896 56.896-56.896h358.4v68.272c0 62.56 51.2 108.08 108.08 108.08h62.576v460.8c0 34.144-22.752 56.896-56.88 56.896zM483.568 113.76C500.64 113.776 512 102.4 512 85.328c0-17.056-11.376-28.432-28.448-28.432H233.248c-62.576 0-119.472 56.88-119.472 119.456v614.4c0 17.072 11.376 28.448 28.448 28.448 17.072 0 28.448-11.376 28.448-28.448v-614.4c0-34.128 28.432-62.56 62.56-62.56h250.32z" fill="#000000" p-id="12149" class="custom-cursor-on-hover"></path></svg>
<?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="1715931177684" class="icon" viewBox="0 0 1093 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8872" width="200" height="200"><path d="M582.475026 746.772273c-15.119108-89.627366 36.732527-180.180391 129.504197-214.4298 68.704518-25.404216 142.786679-13.22371 195.240727 23.023948l-44.637366 68.557589 200.162885-0.734651-71.554962-196.798186-36.644369 56.274231c-77.270544-47.458425-182.634124-62.974244-274.876846-28.871766-127.829194 47.23803-201.382406 169.425107-186.851018 292.978635z m419.338528-49.059963c15.104415 89.627366-36.732527 180.180391-129.504197 214.444492-63.179946 23.347194-132.83951 14.546081-186.395535-16.941041 10.196949-15.692136 40.332315-61.975119 40.332315-61.97512l-215.252608-11.901339 91.096667 202.660698 38.201828-58.639806c77.270544 47.458425 172.055156 59.521387 264.31257 25.418909 127.829194-47.252723 201.382406-169.425107 186.851018-292.963942h-89.627365z m0 0" p-id="8873"></path><path d="M767.651041 0H95.960053C42.962364 0 0 43.682321 0 97.561592v780.492732C0 931.933594 42.962364 975.615916 95.960053 975.615916h372.335586a392.376853 392.376853 0 0 1-84.470119-243.903979c0-215.531775 171.908226-390.246366 383.825521-390.246367a377.287131 377.287131 0 0 1 95.960053 12.797613V97.561592c0-53.879271-42.962364-97.561592-95.960053-97.561592zM311.859154 451.70723H119.939047V377.610377h191.920107z m431.7982-243.903979H119.939047V133.706398h623.718307z" p-id="8874"></path></svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

@ -109,11 +109,20 @@ const noticeStore = useNoticeStore();
</script>
<style lang="scss" scoped>
.menu-wrapper {
background: #4d8bdc;
::v-deep .el-menu-item,
.el-submenu__title {
height: 46px;
line-height: 46px;
& > * {
color: #fff;
&:hover {
color: #333;
}
}
}
::v-deep .el-menu-item {

@ -67,6 +67,7 @@ const logout = async () => {
width: 180px;
}
.logout {
color: #fff;
cursor: pointer;
width: 22px;
height: 22px;

@ -31,6 +31,7 @@ export default {
</script>
<style rel="stylesheet/scss" lang="scss" scoped>
.sidebarLogoFade-enter-active {
transition: opacity .28s;
}
@ -55,6 +56,7 @@ export default {
width: 100%;
& > .sidebar-logo {
color: #4d8bdc;
width: 32px;
height: 32px;
vertical-align: middle;

@ -33,17 +33,19 @@ export const useNoticeStore = defineStore({
this.notice[key] = data
},
setNewNotices(data) {
this.newNotices = data.filter(item => !(this.notice['notice'].find(old => (old.id === item.id && old.data === item.data))))
let body = ""
this.newNotices.forEach((item,index) => {
const splitText = getHtmlPlainText(item.remark)
body += (++index).toString() + ". " + splitText
})
if (this.newNotices.length > 0) {
ipcRenderer.invoke("create-notice",{
title: "通知",
body
if (data instanceof Array) {
this.newNotices = data.filter(item => !(this.notice['notice'].find(old => (old.id === item.id && old.data === item.data))))
let body = ""
this.newNotices.forEach((item,index) => {
const splitText = getHtmlPlainText(item.remark)
body += (++index).toString() + ". " + splitText
})
if (this.newNotices.length > 0) {
ipcRenderer.invoke("create-notice",{
title: "通知",
body
})
}
}
},
startNoticeTimer () {

@ -1,4 +1,4 @@
//sidebar
$menuBg:#ffffff;
$menuBg:#338de3;
$subMenuBg:#1f2d3d;
$menuHover:#001528;

Loading…
Cancel
Save