mirror of
https://github.com/builtbybel/BloatyNosy.git
synced 2025-02-16 17:51:49 +01:00
Merge branch 'main' of https://github.com/builtbybel/BloatynosyAI
This commit is contained in:
commit
2e4ac8db7e
@ -30,11 +30,6 @@
|
||||
<div class="chatbox-container">
|
||||
<input type="text" id="chatbox" placeholder="Nach Apps, Einstellungen und Tweaks suchen">
|
||||
</div>
|
||||
|
||||
<!-- Ava logContainer -->
|
||||
<div id="logContainer">
|
||||
<p> Hallo! Ich bin Ava, dein freundlicher Begleiter aus Redmond, WA. Brauchst du Hilfe? Du kannst mich gerne "CoMachina" nennen. Übrigens, lustige Tatsache: Mein Bruder ist Microsoft Copilot, aber wir sind nicht immer einer Meinung. <a href="https://github.com/builtbybel/BloatynosyAI" target="_blank">Möchtest du mehr erfahren?</a> </p>
|
||||
</div>
|
||||
|
||||
<!-- HOME: Pinned section -->
|
||||
<div class="glassy-box" id="homeHeader">
|
||||
@ -359,5 +354,10 @@
|
||||
<!-- Weitere App-Elemente können hier nach Bedarf hinzugefügt werden -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- Ava logContainer -->
|
||||
<div id="logContainer">
|
||||
<p>Hallo! Ich bin Ava, dein freundlicher Begleiter aus Redmond, WA. Benötigst du Hilfe? Du kannst mich gerne "CoMachina" nennen. Oh, und übrigens: Mein Bruder ist Microsoft Copilot, aber wir sind nicht immer einer Meinung. <a href="https://github.com/builtbybel/BloatynosyAI" target="_blank">Möchtest du mehr erfahren? </a> </p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -98,15 +98,21 @@
|
||||
{
|
||||
"question": "Geben Sie mir einen Einblick in Chris Titus-Tools in Aktion #plugin",
|
||||
"response": "PowerShell-Skript wird interpretiert...",
|
||||
"action": "runPowerShellScript",
|
||||
"action": "runPSFile",
|
||||
"scriptPath": "plugins\\ChrisTitusAppHandler.ps1"
|
||||
},
|
||||
{
|
||||
"question": "Helfen Sie mir, die Microsoft OneDrive-App zu entfernen #plugin",
|
||||
"response": "PowerShell-Skript wird interpretiert...",
|
||||
"action": "runPowerShellScript",
|
||||
"action": "runPSFile",
|
||||
"scriptPath": "plugins\\OneDriveHandler.ps1"
|
||||
},
|
||||
{
|
||||
"question": "Papierkorb leeren",
|
||||
"response": "Papierkorb wird geleert...",
|
||||
"action": "runPS",
|
||||
"command": "Clear-RecycleBin -Force"
|
||||
},
|
||||
{
|
||||
"question": "Ich möchte eine App installieren #winget",
|
||||
"response": "Wechsel zum Bereich Apps...",
|
||||
@ -164,6 +170,11 @@
|
||||
"action": "shell",
|
||||
"command":"reg add HKEY_CURRENT_USER\\Software\\Policies\\Microsoft\\Edge /v HubsSidebarEnabled /t REG_DWORD /d 0 /f"
|
||||
},
|
||||
{
|
||||
"question": "Suche nach KI auf meinem System #ki",
|
||||
"response": "Überprüfung auf aktivierte KI-Funktionen läuft...",
|
||||
"action": "detectAI",
|
||||
},
|
||||
{
|
||||
"question": "Copilot Pro-Anzeigen in Windows 11 deaktivieren #vivetool",
|
||||
"response": "ViveTool-Aktion erfolgreich durchgeführt.",
|
||||
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
|
||||
// indem Sie "*" wie unten gezeigt eingeben:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("2.1.60")]
|
||||
[assembly: AssemblyFileVersion("2.1.60")]
|
||||
[assembly: AssemblyVersion("2.1.82")]
|
||||
[assembly: AssemblyFileVersion("2.1.82")]
|
||||
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
|
||||
// indem Sie "*" wie unten gezeigt eingeben:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("2.1.60")]
|
||||
[assembly: AssemblyFileVersion("2.1.60")]
|
||||
[assembly: AssemblyVersion("2.1.82")]
|
||||
[assembly: AssemblyFileVersion("2.1.82")]
|
||||
|
Loading…
Reference in New Issue
Block a user