feat: expand cockpit integrations and support workflows
Add Phoenix remote desktop, action connector, documentation engine, and gamification support. Refactor support-case processing and search/action UI, and update installer assets and dependencies.
This commit is contained in:
63
PhoenixViewer/Assets/Themes/DarkTheme.xaml
Normal file
63
PhoenixViewer/Assets/Themes/DarkTheme.xaml
Normal file
@@ -0,0 +1,63 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:svgc="http://sharpvectors.codeplex.com/svgc/"
|
||||
xmlns:System="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
|
||||
<Color x:Key="BaseColorGrey">#E9E9E9</Color>
|
||||
<Color x:Key="BaseColorBlack">#3D3C3C</Color>
|
||||
<Color x:Key="BaseColorWhite" >#FFFFFF</Color>
|
||||
<Color x:Key="BaseColorWhite2">#F7FAFA</Color>
|
||||
<Color x:Key="BaseColorGrey2" >#D8D8D8</Color>
|
||||
<Color x:Key="BaseColorGreen" >#75B159</Color>
|
||||
<Color x:Key="BaseColorBlue">#005FAC</Color>
|
||||
<Color x:Key="BaseColorBlue2">#009DDD</Color>
|
||||
<Color x:Key="BaseColorGrey3" >#7E7E7E</Color>
|
||||
<Color x:Key="BaseColorRed" >#CE3D36</Color>
|
||||
<Color x:Key="BaseColorGrey4" >#F2F2F2</Color>
|
||||
<Color x:Key="BaseColorGrey5" >#DBDBDB</Color>
|
||||
|
||||
|
||||
|
||||
<SolidColorBrush x:Key="Background" Color="{DynamicResource BaseColorGrey}"/>
|
||||
<SolidColorBrush x:Key="ForegroundTextDefault" Color="{DynamicResource BaseColorBlack}"/>
|
||||
<SolidColorBrush x:Key="Surface1" Color="{DynamicResource BaseColorWhite2}"/>
|
||||
<SolidColorBrush x:Key="Surface2" Color="{DynamicResource BaseColorGrey4}"/>
|
||||
|
||||
<SolidColorBrush x:Key="Stroke" Color="{DynamicResource BaseColorGrey2}"/>
|
||||
|
||||
<SolidColorBrush x:Key="ForegroundConnectDefault" Color="{DynamicResource BaseColorGreen}"/>
|
||||
<SolidColorBrush x:Key="ForegroundConnectHover" Color="{DynamicResource BaseColorBlue}"/>
|
||||
<SolidColorBrush x:Key="ForegroundConnectDisable" Color="{DynamicResource BaseColorGrey3}"/>
|
||||
|
||||
<SolidColorBrush x:Key="ForegroundDisconnectDefault" Color="{DynamicResource BaseColorRed}"/>
|
||||
<SolidColorBrush x:Key="ForegroundDisconnectHover" Color="{DynamicResource BaseColorBlue}"/>
|
||||
<SolidColorBrush x:Key="ForegroundDisconnectDisable" Color="{DynamicResource BaseColorGrey3}"/>
|
||||
|
||||
<SolidColorBrush x:Key="ForegroundCloseDefault" Color="{DynamicResource BaseColorBlack}"/>
|
||||
<SolidColorBrush x:Key="ForegroundCloseHover" Color="{DynamicResource BaseColorBlue}"/>
|
||||
<SolidColorBrush x:Key="ForegroundCloseDisable" Color="{DynamicResource BaseColorGrey3}"/>
|
||||
|
||||
<SolidColorBrush x:Key="ForegroundComputerHover" Color="{DynamicResource BaseColorBlue}"/>
|
||||
<SolidColorBrush x:Key="ForegroundComputerSelected" Color="{DynamicResource BaseColorBlue2}"/>
|
||||
|
||||
<SolidColorBrush x:Key="BorderBrushSplit" Color="{DynamicResource BaseColorGrey5}"/>
|
||||
|
||||
<SolidColorBrush x:Key="ForegroundCancelDefault" Color="{DynamicResource BaseColorRed}"/>
|
||||
<SolidColorBrush x:Key="ForegroundCancelHover" Color="{DynamicResource BaseColorBlue}"/>
|
||||
<SolidColorBrush x:Key="ForegroundCancelDisable" Color="{DynamicResource BaseColorGrey3}"/>
|
||||
|
||||
<SolidColorBrush x:Key="ForegroundYesDefault" Color="{DynamicResource BaseColorGreen}"/>
|
||||
<SolidColorBrush x:Key="ForegroundYesHover" Color="{DynamicResource BaseColorBlue}"/>
|
||||
<SolidColorBrush x:Key="ForegroundYesDisable" Color="{DynamicResource BaseColorGrey3}"/>
|
||||
|
||||
<SolidColorBrush x:Key="ForegroundNoDefault" Color="{DynamicResource BaseColorBlack}"/>
|
||||
<SolidColorBrush x:Key="ForegroundNoHover" Color="{DynamicResource BaseColorBlue}"/>
|
||||
<SolidColorBrush x:Key="ForegroundNoDisable" Color="{DynamicResource BaseColorGrey3}"/>
|
||||
|
||||
|
||||
<SolidColorBrush x:Key="ForegroundButtonDefault" Color="{DynamicResource BaseColorBlack}"/>
|
||||
<SolidColorBrush x:Key="ForegroundButtonHover" Color="{DynamicResource BaseColorBlue}"/>
|
||||
<SolidColorBrush x:Key="ForegroundButtonDisable" Color="{DynamicResource BaseColorGrey3}"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
63
PhoenixViewer/Assets/Themes/LightTheme.xaml
Normal file
63
PhoenixViewer/Assets/Themes/LightTheme.xaml
Normal file
@@ -0,0 +1,63 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:svgc="http://sharpvectors.codeplex.com/svgc/"
|
||||
xmlns:System="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
|
||||
<Color x:Key="BaseColorGrey">#E9E9E9</Color>
|
||||
<Color x:Key="BaseColorBlack">#3D3C3C</Color>
|
||||
<Color x:Key="BaseColorWhite" > #FFFFFF</Color>
|
||||
<Color x:Key="BaseColorWhite2">#F7FAFA</Color>
|
||||
<Color x:Key="BaseColorGrey2" >#D8D8D8</Color>
|
||||
<Color x:Key="BaseColorGreen" >#75B159</Color>
|
||||
<Color x:Key="BaseColorBlue">#005FAC</Color>
|
||||
<Color x:Key="BaseColorBlue2">#009DDD</Color>
|
||||
<Color x:Key="BaseColorGrey3" >#7E7E7E</Color>
|
||||
<Color x:Key="BaseColorRed" >#CE3D36</Color>
|
||||
<Color x:Key="BaseColorGrey4" >#F2F2F2</Color>
|
||||
<Color x:Key="BaseColorGrey5" >#DBDBDB</Color>
|
||||
|
||||
|
||||
|
||||
<SolidColorBrush x:Key="Background" Color="{DynamicResource BaseColorGrey}"/>
|
||||
<SolidColorBrush x:Key="ForegroundTextDefault" Color="{DynamicResource BaseColorBlack}"/>
|
||||
<SolidColorBrush x:Key="Surface1" Color="{DynamicResource BaseColorWhite2}"/>
|
||||
<SolidColorBrush x:Key="Surface2" Color="{DynamicResource BaseColorGrey4}"/>
|
||||
|
||||
<SolidColorBrush x:Key="Stroke" Color="{DynamicResource BaseColorGrey2}"/>
|
||||
|
||||
<SolidColorBrush x:Key="ForegroundConnectDefault" Color="{DynamicResource BaseColorGreen}"/>
|
||||
<SolidColorBrush x:Key="ForegroundConnectHover" Color="{DynamicResource BaseColorBlue}"/>
|
||||
<SolidColorBrush x:Key="ForegroundConnectDisable" Color="{DynamicResource BaseColorGrey3}"/>
|
||||
|
||||
<SolidColorBrush x:Key="ForegroundDisconnectDefault" Color="{DynamicResource BaseColorRed}"/>
|
||||
<SolidColorBrush x:Key="ForegroundDisconnectHover" Color="{DynamicResource BaseColorBlue}"/>
|
||||
<SolidColorBrush x:Key="ForegroundDisconnectDisable" Color="{DynamicResource BaseColorGrey3}"/>
|
||||
|
||||
<SolidColorBrush x:Key="ForegroundCloseDefault" Color="{DynamicResource BaseColorBlack}"/>
|
||||
<SolidColorBrush x:Key="ForegroundCloseHover" Color="{DynamicResource BaseColorBlue}"/>
|
||||
<SolidColorBrush x:Key="ForegroundCloseDisable" Color="{DynamicResource BaseColorGrey3}"/>
|
||||
|
||||
<SolidColorBrush x:Key="ForegroundComputerHover" Color="{DynamicResource BaseColorBlue}"/>
|
||||
<SolidColorBrush x:Key="ForegroundComputerSelected" Color="{DynamicResource BaseColorBlue2}"/>
|
||||
|
||||
<SolidColorBrush x:Key="BorderBrushSplit" Color="{DynamicResource BaseColorGrey5}"/>
|
||||
|
||||
<SolidColorBrush x:Key="ForegroundCancelDefault" Color="{DynamicResource BaseColorRed}"/>
|
||||
<SolidColorBrush x:Key="ForegroundCancelHover" Color="{DynamicResource BaseColorBlue}"/>
|
||||
<SolidColorBrush x:Key="ForegroundCancelDisable" Color="{DynamicResource BaseColorGrey3}"/>
|
||||
|
||||
<SolidColorBrush x:Key="ForegroundYesDefault" Color="{DynamicResource BaseColorGreen}"/>
|
||||
<SolidColorBrush x:Key="ForegroundYesHover" Color="{DynamicResource BaseColorBlue}"/>
|
||||
<SolidColorBrush x:Key="ForegroundYesDisable" Color="{DynamicResource BaseColorGrey3}"/>
|
||||
|
||||
<SolidColorBrush x:Key="ForegroundNoDefault" Color="{DynamicResource BaseColorBlack}"/>
|
||||
<SolidColorBrush x:Key="ForegroundNoHover" Color="{DynamicResource BaseColorBlue}"/>
|
||||
<SolidColorBrush x:Key="ForegroundNoDisable" Color="{DynamicResource BaseColorGrey3}"/>
|
||||
|
||||
|
||||
<SolidColorBrush x:Key="ForegroundButtonDefault" Color="{DynamicResource BaseColorBlack}"/>
|
||||
<SolidColorBrush x:Key="ForegroundButtonHover" Color="{DynamicResource BaseColorBlue}"/>
|
||||
<SolidColorBrush x:Key="ForegroundButtonDisable" Color="{DynamicResource BaseColorGrey3}"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
BIN
PhoenixViewer/GenerativeAI.Live.dll
Normal file
BIN
PhoenixViewer/GenerativeAI.Live.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/GenerativeAI.dll
Normal file
BIN
PhoenixViewer/GenerativeAI.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Markdig.Wpf.dll
Normal file
BIN
PhoenixViewer/Markdig.Wpf.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Markdig.dll
Normal file
BIN
PhoenixViewer/Markdig.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/MessagePack.Annotations.dll
Normal file
BIN
PhoenixViewer/MessagePack.Annotations.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/MessagePack.dll
Normal file
BIN
PhoenixViewer/MessagePack.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.AspNetCore.Authorization.dll
Normal file
BIN
PhoenixViewer/Microsoft.AspNetCore.Authorization.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.AspNetCore.Connections.Abstractions.dll
Normal file
BIN
PhoenixViewer/Microsoft.AspNetCore.Connections.Abstractions.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.AspNetCore.Http.Abstractions.dll
Normal file
BIN
PhoenixViewer/Microsoft.AspNetCore.Http.Abstractions.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.AspNetCore.Http.Connections.Client.dll
Normal file
BIN
PhoenixViewer/Microsoft.AspNetCore.Http.Connections.Client.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.AspNetCore.Http.Connections.Common.dll
Normal file
BIN
PhoenixViewer/Microsoft.AspNetCore.Http.Connections.Common.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.AspNetCore.Http.Features.dll
Normal file
BIN
PhoenixViewer/Microsoft.AspNetCore.Http.Features.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.AspNetCore.Http.dll
Normal file
BIN
PhoenixViewer/Microsoft.AspNetCore.Http.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.AspNetCore.SignalR.Client.Core.dll
Normal file
BIN
PhoenixViewer/Microsoft.AspNetCore.SignalR.Client.Core.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.AspNetCore.SignalR.Client.dll
Normal file
BIN
PhoenixViewer/Microsoft.AspNetCore.SignalR.Client.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.AspNetCore.SignalR.Common.dll
Normal file
BIN
PhoenixViewer/Microsoft.AspNetCore.SignalR.Common.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.AspNetCore.SignalR.Core.dll
Normal file
BIN
PhoenixViewer/Microsoft.AspNetCore.SignalR.Core.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.AspNetCore.SignalR.Protocols.Json.dll
Normal file
BIN
PhoenixViewer/Microsoft.AspNetCore.SignalR.Protocols.Json.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
PhoenixViewer/Microsoft.AspNetCore.WebUtilities.dll
Normal file
BIN
PhoenixViewer/Microsoft.AspNetCore.WebUtilities.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Caching.Abstractions.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Caching.Abstractions.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Caching.Memory.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Caching.Memory.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Configuration.Binder.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Configuration.Binder.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Configuration.CommandLine.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Configuration.CommandLine.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Configuration.Json.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Configuration.Json.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Configuration.UserSecrets.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Configuration.UserSecrets.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Configuration.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Configuration.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.DependencyInjection.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.DependencyInjection.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Diagnostics.Abstractions.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Diagnostics.Abstractions.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Diagnostics.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Diagnostics.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Features.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Features.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.FileProviders.Physical.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.FileProviders.Physical.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.FileSystemGlobbing.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.FileSystemGlobbing.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Hosting.Abstractions.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Hosting.Abstractions.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Hosting.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Hosting.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Http.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Http.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Logging.Abstractions.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Logging.Abstractions.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Logging.Configuration.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Logging.Configuration.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Logging.Console.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Logging.Console.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Logging.Debug.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Logging.Debug.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Logging.EventLog.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Logging.EventLog.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Logging.EventSource.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Logging.EventSource.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Logging.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Logging.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.ObjectPool.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.ObjectPool.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Options.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Options.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Extensions.Primitives.dll
Normal file
BIN
PhoenixViewer/Microsoft.Extensions.Primitives.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.IO.RecyclableMemoryStream.dll
Normal file
BIN
PhoenixViewer/Microsoft.IO.RecyclableMemoryStream.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.NET.StringTools.dll
Normal file
BIN
PhoenixViewer/Microsoft.NET.StringTools.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Microsoft.Net.Http.Headers.dll
Normal file
BIN
PhoenixViewer/Microsoft.Net.Http.Headers.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/NLog.Extensions.Logging.dll
Normal file
BIN
PhoenixViewer/NLog.Extensions.Logging.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/NLog.dll
Normal file
BIN
PhoenixViewer/NLog.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Newtonsoft.Json.dll
Normal file
BIN
PhoenixViewer/Newtonsoft.Json.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/OpenAI.dll
Normal file
BIN
PhoenixViewer/OpenAI.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Phoenix.Core.dll
Normal file
BIN
PhoenixViewer/Phoenix.Core.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Phoenix.UI.dll
Normal file
BIN
PhoenixViewer/Phoenix.UI.dll
Normal file
Binary file not shown.
1703
PhoenixViewer/Phoenix.Viewer.deps.json
Normal file
1703
PhoenixViewer/Phoenix.Viewer.deps.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
PhoenixViewer/Phoenix.Viewer.dll
Normal file
BIN
PhoenixViewer/Phoenix.Viewer.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Phoenix.Viewer.exe
Normal file
BIN
PhoenixViewer/Phoenix.Viewer.exe
Normal file
Binary file not shown.
19
PhoenixViewer/Phoenix.Viewer.runtimeconfig.json
Normal file
19
PhoenixViewer/Phoenix.Viewer.runtimeconfig.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.WindowsDesktop.App",
|
||||
"version": "8.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
PhoenixViewer/SharpVectors.Converters.Wpf.dll
Normal file
BIN
PhoenixViewer/SharpVectors.Converters.Wpf.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/SharpVectors.Core.dll
Normal file
BIN
PhoenixViewer/SharpVectors.Core.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/SharpVectors.Css.dll
Normal file
BIN
PhoenixViewer/SharpVectors.Css.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/SharpVectors.Dom.dll
Normal file
BIN
PhoenixViewer/SharpVectors.Dom.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/SharpVectors.Model.dll
Normal file
BIN
PhoenixViewer/SharpVectors.Model.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/SharpVectors.Rendering.Wpf.dll
Normal file
BIN
PhoenixViewer/SharpVectors.Rendering.Wpf.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/SharpVectors.Runtime.Wpf.dll
Normal file
BIN
PhoenixViewer/SharpVectors.Runtime.Wpf.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/SkiaSharp.Views.Desktop.Common.dll
Normal file
BIN
PhoenixViewer/SkiaSharp.Views.Desktop.Common.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/SkiaSharp.Views.WPF.dll
Normal file
BIN
PhoenixViewer/SkiaSharp.Views.WPF.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/SkiaSharp.dll
Normal file
BIN
PhoenixViewer/SkiaSharp.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/System.ClientModel.dll
Normal file
BIN
PhoenixViewer/System.ClientModel.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/System.CodeDom.dll
Normal file
BIN
PhoenixViewer/System.CodeDom.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/System.CommandLine.Hosting.dll
Normal file
BIN
PhoenixViewer/System.CommandLine.Hosting.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/System.CommandLine.NamingConventionBinder.dll
Normal file
BIN
PhoenixViewer/System.CommandLine.NamingConventionBinder.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/System.CommandLine.dll
Normal file
BIN
PhoenixViewer/System.CommandLine.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/System.Diagnostics.DiagnosticSource.dll
Normal file
BIN
PhoenixViewer/System.Diagnostics.DiagnosticSource.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/System.Diagnostics.EventLog.dll
Normal file
BIN
PhoenixViewer/System.Diagnostics.EventLog.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/System.IO.Pipelines.dll
Normal file
BIN
PhoenixViewer/System.IO.Pipelines.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/System.Management.dll
Normal file
BIN
PhoenixViewer/System.Management.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/System.Memory.Data.dll
Normal file
BIN
PhoenixViewer/System.Memory.Data.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/System.Net.ServerSentEvents.dll
Normal file
BIN
PhoenixViewer/System.Net.ServerSentEvents.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/System.Reactive.dll
Normal file
BIN
PhoenixViewer/System.Reactive.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/System.Security.Cryptography.ProtectedData.dll
Normal file
BIN
PhoenixViewer/System.Security.Cryptography.ProtectedData.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/System.Text.Encodings.Web.dll
Normal file
BIN
PhoenixViewer/System.Text.Encodings.Web.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/System.Text.Json.dll
Normal file
BIN
PhoenixViewer/System.Text.Json.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/Websocket.Client.dll
Normal file
BIN
PhoenixViewer/Websocket.Client.dll
Normal file
Binary file not shown.
8
PhoenixViewer/appSettings.Installer.json
Normal file
8
PhoenixViewer/appSettings.Installer.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"AIOptions": {
|
||||
"AI": "Gemini",
|
||||
"Model": "gemini-2.0-flash",
|
||||
"ApiKey": "[[Apikey]]",
|
||||
"Prompt": "How can this be fixed?"
|
||||
}
|
||||
}
|
||||
11
PhoenixViewer/appSettings.json
Normal file
11
PhoenixViewer/appSettings.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"HostOptions": {
|
||||
"Host": "<<Host>>"
|
||||
},
|
||||
"AIOptions": {
|
||||
"AI": "<<AI>>",
|
||||
"Model": "<<AI-Model>>",
|
||||
"ApiKey": "<<ApiKey>>",
|
||||
"Prompt": "<<Prompt>>"
|
||||
}
|
||||
}
|
||||
BIN
PhoenixViewer/cs/System.CommandLine.resources.dll
Normal file
BIN
PhoenixViewer/cs/System.CommandLine.resources.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/de-DE/Phoenix.UI.resources.dll
Normal file
BIN
PhoenixViewer/de-DE/Phoenix.UI.resources.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/de/System.CommandLine.resources.dll
Normal file
BIN
PhoenixViewer/de/System.CommandLine.resources.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/en-US/Phoenix.UI.resources.dll
Normal file
BIN
PhoenixViewer/en-US/Phoenix.UI.resources.dll
Normal file
Binary file not shown.
BIN
PhoenixViewer/es/System.CommandLine.resources.dll
Normal file
BIN
PhoenixViewer/es/System.CommandLine.resources.dll
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user