| | |
| | | components: { |
| | | systemClean, |
| | | updateSettings, |
| | | BackUp, |
| | | BackUp, |
| | | restartSettings, |
| | | sysInfo, |
| | | }, |
| | |
| | | img_white: "/images/vindicate/系统清理-白.png", |
| | | img_welcome: "/images/vindicate/系统清理.png", |
| | | }, |
| | | |
| | | |
| | | { |
| | | name: "重启设置", |
| | | img_black: "/images/vindicate/重启设置-黑.png", |
| | |
| | | }; |
| | | }, |
| | | created() { |
| | | window.parent.postMessage( |
| | | { |
| | | msg: "showBack", |
| | | }, |
| | | "*" |
| | | ); |
| | | |
| | | let color = localStorage.getItem("--colorCard"); |
| | | if (color) { |
| | | document.documentElement.style.setProperty("--colorCard", `${color}`); |
| | |
| | | return this.searchArr.filter((item) => { |
| | | return item.name.indexOf(this.searchText.toUpperCase()) > -1; |
| | | }); |
| | | } |
| | | }, |
| | | }, |
| | | watch: { |
| | | showWelcome(newVal) { |
| | | if (newVal) { |
| | | // 隐藏返回按按钮 |
| | | window.parent.postMessage( |
| | | { |
| | | msg: "hiddenBack", |
| | | }, |
| | | "*" |
| | | ); |
| | | } else { |
| | | //显示返回按钮 |
| | | window.parent.postMessage( |
| | | { |
| | | msg: "showBack", |
| | | }, |
| | | "*" |
| | | ); |
| | | } |
| | | }, |
| | | }, |
| | |
| | | background-color: rgba(251, 251, 255, 0.1); |
| | | backdrop-filter: blur(4px); |
| | | float: left; |
| | | width: 442px; |
| | | width: 288px; |
| | | height: 190px; |
| | | margin: 0 15px; |
| | | margin-bottom: 30px; |
| | | margin: 0 10px; |
| | | margin-bottom: 20px; |
| | | border-radius: 15px; |
| | | display: flex; |
| | | justify-content: center; |