mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-22 08:14:26 +08:00
[Feat] Bump version to 0.1.0-beta && 1st rel
This commit is contained in:
@@ -3,6 +3,16 @@
|
||||
height: 40px;
|
||||
-webkit-app-region: no-drag;
|
||||
position: relative;
|
||||
|
||||
transition: opacity 0.25s;
|
||||
}
|
||||
|
||||
.aura-header-icon:hover {
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.aura-header-icon:active {
|
||||
opacity: 0.375;
|
||||
}
|
||||
|
||||
.aura-header-icon img {
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
<div class="aura-header-icon">
|
||||
<div class="buttonClick__button-click__3bNeY1Ax"></div>
|
||||
<img
|
||||
src="../../aura/ui/static/aura.svg"
|
||||
/>
|
||||
<div
|
||||
class="buttonClick__button-click__3bNeY1Ax"
|
||||
onclick="global.__HUGO_AURA_UI_FUNCTIONS__.headerIcon.showAuraConfig()"
|
||||
></div>
|
||||
<img src="../../aura/ui/static/aura.svg" />
|
||||
<!-- src is relative to app.asar/public/assistant.html ! -->
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
global.__HUGO_AURA_UI_FUNCTIONS__.headerIcon = {
|
||||
showAuraConfig: () => {
|
||||
window.__HUGO_AURA_LOADER__["Aura.UI.Assistant.Config"].active = true;
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user