[Init] First production version

This commit is contained in:
Minoricew
2024-11-28 01:47:04 +08:00
parent fd0eb0c0c4
commit d976184e42
27 changed files with 2707 additions and 0 deletions

View File

View File

View File

@@ -0,0 +1,26 @@
module.exports = {
targets: {
"Aura.UI.Assistant.HeaderEntry": {
active: true,
pageURI: "ui/pages/headerIcon/headerIcon.html",
pageScript: "ui/pages/headerIcon/headerIcon.js",
pageSelector: ".index__feedback__2XvUK2qe",
selectorMode: "insertAfter",
pageCSS: "ui/pages/headerIcon/headerIcon.css",
revive: true,
},
"Aura.UI.Assistant.Config": {
active: false,
pageURI: "ui/pages/config/config.html",
pageScript: "ui/pages/config/config.js",
pageSelector: ".index__homepage__KtQOPvrN",
selectorMode: "appendChild",
pageCSS: "ui/pages/config/config.css",
},
},
globalStyles: ["ui/css/global.css", "ui/css/assistant.css", "ui/layui/css/layui.css"],
globalJS: ["ui/layui/layui.js"],
onLoaded: `
console.log('[HugoAura / UI / Hooks / Assistant] Page loaded.');
`,
};

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

View File

View File

View File

@@ -0,0 +1,13 @@
.aura-header-icon {
float: right;
height: 40px;
-webkit-app-region: no-drag;
position: relative;
}
.aura-header-icon img {
width: 20px;
height: 20px;
margin: 10px 0 8px 8px;
vertical-align: middle;
}

View File

@@ -0,0 +1,6 @@
<div class="aura-header-icon">
<div class="buttonClick__button-click__3bNeY1Ax"></div>
<img
src="../../aura/ui/static/aura.svg"
/>
</div>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<g>
<rect width="48" height="48" />
<path id="" d="M14.2083 0L10.3333 10.3333L0 14.2083L10.3333 18.0833L14.2083 28.4167L18.0833 18.0833L28.4167 14.2083L18.0833 10.3333L14.2083 0L14.2083 0Z" fill="none" stroke-width="2.75" stroke="#FFFFFF" transform="translate(9 11.292)" />
<path id="" d="M14 0L10.1818 1.52381L0 5.95239L10.1818 10.381L12.1412 11.2118L14 6.5L15.8371 11.221L17.8182 10.381L28 5.95239L17.8182 1.52381L14 0L14 0Z" fill="none" stroke-width="2.5" stroke="#FFFFFF" transform="translate(9.208 5)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 673 B