From 5e0064c6bf6b01ed8e46ddc321a95248876e7ead Mon Sep 17 00:00:00 2001 From: kikipoulet Date: Fri, 31 May 2024 20:11:38 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20kikipoul?= =?UTF-8?q?et/SukiUI@cf632672589f376bfda4cd0bd7dddde143ca81a0=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 404.html | 2 +- api-examples.html | 2 +- documentation/controls/data/busyarea.html | 2 +- documentation/controls/data/datagrid.html | 2 +- documentation/controls/data/expander.html | 2 +- documentation/controls/data/groupbox.html | 2 +- documentation/controls/data/listbox.html | 2 +- documentation/controls/data/treeview.html | 2 +- documentation/controls/datetime/calendar.html | 2 +- documentation/controls/datetime/datepicker.html | 2 +- documentation/controls/inputs/button.html | 2 +- documentation/controls/inputs/checkbox.html | 2 +- documentation/controls/inputs/combobox.html | 2 +- documentation/controls/inputs/contextmenu.html | 2 +- documentation/controls/inputs/dropdownbutton.html | 2 +- documentation/controls/inputs/numericupdown.html | 2 +- documentation/controls/inputs/radiobutton.html | 2 +- documentation/controls/inputs/slider.html | 2 +- documentation/controls/inputs/textbox.html | 2 +- documentation/controls/inputs/togglebutton.html | 2 +- documentation/controls/inputs/toggleswitch.html | 2 +- documentation/controls/layout/glasscard.html | 2 +- documentation/controls/layout/settingslayout.html | 2 +- documentation/controls/layout/stackpage.html | 2 +- documentation/controls/layout/sukiwindow.html | 2 +- documentation/controls/layout/tabcontrol.html | 2 +- documentation/controls/navigation/sidemenu.html | 2 +- documentation/controls/progress/circleprogressbar.html | 2 +- documentation/controls/progress/loading.html | 2 +- documentation/controls/progress/progressbar.html | 2 +- documentation/controls/progress/stepper.html | 2 +- documentation/controls/progress/waveprogress.html | 2 +- documentation/controls/system/filepicker.html | 2 +- documentation/controls/text/autocompletebox.html | 2 +- documentation/controls/text/textbox.html | 2 +- documentation/getting-started/installation.html | 2 +- documentation/getting-started/introduction.html | 2 +- documentation/getting-started/launch.html | 2 +- documentation/index.html | 2 +- documentation/notification/dialog.html | 2 +- documentation/notification/messagebox.html | 2 +- documentation/notification/toast.html | 2 +- documentation/style/color.html | 2 +- documentation/style/icon.html | 2 +- documentation/style/text.html | 2 +- documentation/theming/basic.html | 2 +- documentation/theming/theme-color.html | 2 +- documentation/theming/theme.html | 2 +- hashmap.json | 2 +- index.html | 2 +- markdown-examples.html | 2 +- zh/documentation/controls/data/busyarea.html | 2 +- zh/documentation/controls/data/datagrid.html | 2 +- zh/documentation/controls/data/expander.html | 2 +- zh/documentation/controls/data/groupbox.html | 2 +- zh/documentation/controls/data/listbox.html | 2 +- zh/documentation/controls/data/treeview.html | 2 +- zh/documentation/controls/datetime/calendar.html | 2 +- zh/documentation/controls/datetime/datepicker.html | 2 +- zh/documentation/controls/inputs/button.html | 2 +- zh/documentation/controls/inputs/checkbox.html | 2 +- zh/documentation/controls/inputs/combobox.html | 2 +- zh/documentation/controls/inputs/contextmenu.html | 2 +- zh/documentation/controls/inputs/dropdownbutton.html | 2 +- zh/documentation/controls/inputs/numericupdown.html | 2 +- zh/documentation/controls/inputs/radiobutton.html | 2 +- zh/documentation/controls/inputs/slider.html | 2 +- zh/documentation/controls/inputs/textbox.html | 2 +- zh/documentation/controls/inputs/togglebutton.html | 2 +- zh/documentation/controls/inputs/toggleswitch.html | 2 +- zh/documentation/controls/layout/glasscard.html | 2 +- zh/documentation/controls/layout/settingslayout.html | 2 +- zh/documentation/controls/layout/stackpage.html | 2 +- zh/documentation/controls/layout/sukiwindow.html | 2 +- zh/documentation/controls/layout/tabcontrol.html | 2 +- zh/documentation/controls/navigation/sidemenu.html | 2 +- zh/documentation/controls/progress/circleprogressbar.html | 2 +- zh/documentation/controls/progress/loading.html | 2 +- zh/documentation/controls/progress/progressbar.html | 2 +- zh/documentation/controls/progress/stepper.html | 2 +- zh/documentation/controls/progress/waveprogress.html | 2 +- zh/documentation/controls/system/filepicker.html | 2 +- zh/documentation/controls/text/autocompletebox.html | 2 +- zh/documentation/controls/text/textbox.html | 2 +- zh/documentation/getting-started/installation.html | 2 +- zh/documentation/getting-started/introduction.html | 2 +- zh/documentation/getting-started/launch.html | 2 +- zh/documentation/index.html | 2 +- zh/documentation/notification/dialog.html | 2 +- zh/documentation/notification/messagebox.html | 2 +- zh/documentation/notification/toast.html | 2 +- zh/documentation/style/color.html | 2 +- zh/documentation/style/icon.html | 2 +- zh/documentation/style/text.html | 2 +- zh/documentation/theming/basic.html | 2 +- zh/documentation/theming/theme-color.html | 2 +- zh/documentation/theming/theme.html | 2 +- zh/index.html | 2 +- 98 files changed, 98 insertions(+), 98 deletions(-) diff --git a/404.html b/404.html index 5b2faf542..8ee3359ed 100644 --- a/404.html +++ b/404.html @@ -16,7 +16,7 @@
- + \ No newline at end of file diff --git a/api-examples.html b/api-examples.html index 89ec7d404..87f9351c4 100644 --- a/api-examples.html +++ b/api-examples.html @@ -337,7 +337,7 @@ }

Page Frontmatter

{
   "outline": "deep"
 }

More

Check out the documentation for the full list of runtime APIs.

- + \ No newline at end of file diff --git a/documentation/controls/data/busyarea.html b/documentation/controls/data/busyarea.html index 858ac71a2..47802f032 100644 --- a/documentation/controls/data/busyarea.html +++ b/documentation/controls/data/busyarea.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/data/datagrid.html b/documentation/controls/data/datagrid.html index a409e5867..dad7a6068 100644 --- a/documentation/controls/data/datagrid.html +++ b/documentation/controls/data/datagrid.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/data/expander.html b/documentation/controls/data/expander.html index 575fe54b9..7b345bdf8 100644 --- a/documentation/controls/data/expander.html +++ b/documentation/controls/data/expander.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/data/groupbox.html b/documentation/controls/data/groupbox.html index 7918c221a..e5051781b 100644 --- a/documentation/controls/data/groupbox.html +++ b/documentation/controls/data/groupbox.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/data/listbox.html b/documentation/controls/data/listbox.html index f8e765230..58403f6aa 100644 --- a/documentation/controls/data/listbox.html +++ b/documentation/controls/data/listbox.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/data/treeview.html b/documentation/controls/data/treeview.html index 04dd2a4ad..0805c7a18 100644 --- a/documentation/controls/data/treeview.html +++ b/documentation/controls/data/treeview.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/datetime/calendar.html b/documentation/controls/datetime/calendar.html index 9c9b9c955..cc28c1071 100644 --- a/documentation/controls/datetime/calendar.html +++ b/documentation/controls/datetime/calendar.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/datetime/datepicker.html b/documentation/controls/datetime/datepicker.html index 05ff8a90a..250926f17 100644 --- a/documentation/controls/datetime/datepicker.html +++ b/documentation/controls/datetime/datepicker.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/inputs/button.html b/documentation/controls/inputs/button.html index 6e3ebac1d..9bcbf2831 100644 --- a/documentation/controls/inputs/button.html +++ b/documentation/controls/inputs/button.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/inputs/checkbox.html b/documentation/controls/inputs/checkbox.html index f8722510f..bbe36bf0c 100644 --- a/documentation/controls/inputs/checkbox.html +++ b/documentation/controls/inputs/checkbox.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/inputs/combobox.html b/documentation/controls/inputs/combobox.html index fb98ab943..f7508d3f8 100644 --- a/documentation/controls/inputs/combobox.html +++ b/documentation/controls/inputs/combobox.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/inputs/contextmenu.html b/documentation/controls/inputs/contextmenu.html index 3319358ab..7ef32f48e 100644 --- a/documentation/controls/inputs/contextmenu.html +++ b/documentation/controls/inputs/contextmenu.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/inputs/dropdownbutton.html b/documentation/controls/inputs/dropdownbutton.html index 3f028cc0e..cc7a449e5 100644 --- a/documentation/controls/inputs/dropdownbutton.html +++ b/documentation/controls/inputs/dropdownbutton.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/inputs/numericupdown.html b/documentation/controls/inputs/numericupdown.html index 876332170..5a2538e3e 100644 --- a/documentation/controls/inputs/numericupdown.html +++ b/documentation/controls/inputs/numericupdown.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/inputs/radiobutton.html b/documentation/controls/inputs/radiobutton.html index bd975b45d..8c9c73e2d 100644 --- a/documentation/controls/inputs/radiobutton.html +++ b/documentation/controls/inputs/radiobutton.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/inputs/slider.html b/documentation/controls/inputs/slider.html index 7b16dea95..f159a0de1 100644 --- a/documentation/controls/inputs/slider.html +++ b/documentation/controls/inputs/slider.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/inputs/textbox.html b/documentation/controls/inputs/textbox.html index 3af470433..a70d3029b 100644 --- a/documentation/controls/inputs/textbox.html +++ b/documentation/controls/inputs/textbox.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/inputs/togglebutton.html b/documentation/controls/inputs/togglebutton.html index 300053535..8e4ea2aa9 100644 --- a/documentation/controls/inputs/togglebutton.html +++ b/documentation/controls/inputs/togglebutton.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/inputs/toggleswitch.html b/documentation/controls/inputs/toggleswitch.html index 65ab694ff..1d39d7d17 100644 --- a/documentation/controls/inputs/toggleswitch.html +++ b/documentation/controls/inputs/toggleswitch.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/layout/glasscard.html b/documentation/controls/layout/glasscard.html index 5404c09f3..5a1b46762 100644 --- a/documentation/controls/layout/glasscard.html +++ b/documentation/controls/layout/glasscard.html @@ -21,7 +21,7 @@
Skip to content

Glass Card

A simple Card control that can present any control inside.

You can adjust whether the GlassCard is opaque or not and with or without interactive effects.

Show

  • Normal
  • Opaque
  • Interactive

Example

xml
<GlassCard>
     <!-- Content -->
 </GlassCard>

See Also

Demo: SukiUI.Demo/Features/ControlsLibrary/CardsView.axaml

API: Controls/GlassMorphism/GlassCard.axaml.cs

- + \ No newline at end of file diff --git a/documentation/controls/layout/settingslayout.html b/documentation/controls/layout/settingslayout.html index 0d2ab45e6..28f43e012 100644 --- a/documentation/controls/layout/settingslayout.html +++ b/documentation/controls/layout/settingslayout.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/layout/stackpage.html b/documentation/controls/layout/stackpage.html index b58ea8dfa..f867d4e69 100644 --- a/documentation/controls/layout/stackpage.html +++ b/documentation/controls/layout/stackpage.html @@ -21,7 +21,7 @@
Skip to content

Stack Page

StackPage simply remembers everything it's Content property is set to, up to the Limit (default 5 items).

Clicking on the items in the header will unwind the stack to that item.

StackPage will also unwind the stack automatically if you set the Content to an object that is already in it's stack.

Show

Example

xml
<controls:SukiStackPage Limit="5">
     <!-- Content -->
 </controls:SukiStackPage>

Push a new page:

csharp
this.Get<StackPage>("StackSettings").Push("Network", b);

See Also

Demo: SukiUI.Demo/Features/ControlsLibrary/StackPage/StackPageView.axaml

API: Controls/SukiStackPage.axaml.cs

- + \ No newline at end of file diff --git a/documentation/controls/layout/sukiwindow.html b/documentation/controls/layout/sukiwindow.html index c2bd48d62..4ed84fe65 100644 --- a/documentation/controls/layout/sukiwindow.html +++ b/documentation/controls/layout/sukiwindow.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/layout/tabcontrol.html b/documentation/controls/layout/tabcontrol.html index af8b133ee..959b0211b 100644 --- a/documentation/controls/layout/tabcontrol.html +++ b/documentation/controls/layout/tabcontrol.html @@ -26,7 +26,7 @@ <!-- Content --> </TabItem> </TabControl>

See Also

Demo: SukiUI.Demo/Features/ControlsLibrary/TabControl/TabControlView.axaml

- + \ No newline at end of file diff --git a/documentation/controls/navigation/sidemenu.html b/documentation/controls/navigation/sidemenu.html index 24eb73fa3..98ffd6066 100644 --- a/documentation/controls/navigation/sidemenu.html +++ b/documentation/controls/navigation/sidemenu.html @@ -38,7 +38,7 @@ <!-- Footer Content --> </suki:SukiSideMenu.FooterContent> </suki:SukiSideMenu>

See Also

Demo: SukiUI.Demo/SukiUIDemoView.axaml

API: Controls/SukiSideMenu.axaml.cs

- + \ No newline at end of file diff --git a/documentation/controls/progress/circleprogressbar.html b/documentation/controls/progress/circleprogressbar.html index ad0ecbe38..adc7161f3 100644 --- a/documentation/controls/progress/circleprogressbar.html +++ b/documentation/controls/progress/circleprogressbar.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/progress/loading.html b/documentation/controls/progress/loading.html index a1ed3d1a3..065e0cc9c 100644 --- a/documentation/controls/progress/loading.html +++ b/documentation/controls/progress/loading.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/progress/progressbar.html b/documentation/controls/progress/progressbar.html index 1bd105b36..3c933bffc 100644 --- a/documentation/controls/progress/progressbar.html +++ b/documentation/controls/progress/progressbar.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/progress/stepper.html b/documentation/controls/progress/stepper.html index 5861d0924..076967980 100644 --- a/documentation/controls/progress/stepper.html +++ b/documentation/controls/progress/stepper.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/progress/waveprogress.html b/documentation/controls/progress/waveprogress.html index 2d4a06fd4..2f706035c 100644 --- a/documentation/controls/progress/waveprogress.html +++ b/documentation/controls/progress/waveprogress.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/system/filepicker.html b/documentation/controls/system/filepicker.html index 6d12acdb5..56ec35d32 100644 --- a/documentation/controls/system/filepicker.html +++ b/documentation/controls/system/filepicker.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/text/autocompletebox.html b/documentation/controls/text/autocompletebox.html index 5e2f726af..a1cf0a271 100644 --- a/documentation/controls/text/autocompletebox.html +++ b/documentation/controls/text/autocompletebox.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/controls/text/textbox.html b/documentation/controls/text/textbox.html index f96b24b47..e311ded87 100644 --- a/documentation/controls/text/textbox.html +++ b/documentation/controls/text/textbox.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/getting-started/installation.html b/documentation/getting-started/installation.html index 8d1dc5e6c..1ba1cfcdb 100644 --- a/documentation/getting-started/installation.html +++ b/documentation/getting-started/installation.html @@ -19,7 +19,7 @@
Skip to content

Installation

INFO

When this page was written, the latest Avalonia version was 11.1.0-beta2 with SukiUI version 6.0.0-beta6

SukiUI can be installed in two ways:

Prepare your application

The following picture shows packages already installed with the default Avalonia Template:

In these packages, Avalonia.Themes.Fluent will no longer be necessary and can be removed.

TIP

About Avalonia Template: Set up an editor

Install latest SukiUI package

The Nuget installation is suitable for most users, but if you want to use the latest build, you can download the dll from Github Action after the automatic build.

Via Nuget

dotnet add package SukiUI --version 6.0.0

TIP

Visit SukiUI on Nuget for more information

Via Github Action

  1. Visit SukiUI CI

  2. Select the latest workflow

  3. Download the artifact

  4. Add reference

  5. Select SukiUI.dll you downloaded

TIP

The package list should be:

- + \ No newline at end of file diff --git a/documentation/getting-started/introduction.html b/documentation/getting-started/introduction.html index 8d3be1fa5..25ce37deb 100644 --- a/documentation/getting-started/introduction.html +++ b/documentation/getting-started/introduction.html @@ -20,7 +20,7 @@
Skip to content

Introduction

SukiUI makes your Avalonia applications more modern. The library offers a large number of animated controls and theme switches.

Nuget Pre

dashboard

Go to Microsoft Store to get the Gallary app

Download SukiUI Controls Gallery
- + \ No newline at end of file diff --git a/documentation/getting-started/launch.html b/documentation/getting-started/launch.html index 7cdd23f58..200111647 100644 --- a/documentation/getting-started/launch.html +++ b/documentation/getting-started/launch.html @@ -59,7 +59,7 @@ InitializeComponent(); } }

Done

You're now ready to use SukiUI !

- + \ No newline at end of file diff --git a/documentation/index.html b/documentation/index.html index eb74b1ad3..de73bd584 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -19,7 +19,7 @@
Skip to content

Documentation

Welcome to SukiUI's documentation site, where you can jump to related pages in the sidebar.

Feel free to submit Github Issue for this document!

- + \ No newline at end of file diff --git a/documentation/notification/dialog.html b/documentation/notification/dialog.html index 85b6b75d1..f5549b5c3 100644 --- a/documentation/notification/dialog.html +++ b/documentation/notification/dialog.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/notification/messagebox.html b/documentation/notification/messagebox.html index 4366ca594..4ea7c9f01 100644 --- a/documentation/notification/messagebox.html +++ b/documentation/notification/messagebox.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/notification/toast.html b/documentation/notification/toast.html index b59e0790d..659aeda9f 100644 --- a/documentation/notification/toast.html +++ b/documentation/notification/toast.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/style/color.html b/documentation/style/color.html index 6d506325a..1c59015ae 100644 --- a/documentation/style/color.html +++ b/documentation/style/color.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/style/icon.html b/documentation/style/icon.html index 6176e411d..0ea452d63 100644 --- a/documentation/style/icon.html +++ b/documentation/style/icon.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/style/text.html b/documentation/style/text.html index c81664646..a1bee9b54 100644 --- a/documentation/style/text.html +++ b/documentation/style/text.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/documentation/theming/basic.html b/documentation/theming/basic.html index 9bbfe901b..69a078c30 100644 --- a/documentation/theming/basic.html +++ b/documentation/theming/basic.html @@ -19,7 +19,7 @@
Skip to content

Basic

SukiUI provide a SukiTheme class that permits to easily manipulate the theming of your app easily.

Get the SukiTheme Instance:

csharp
SukiTheme theme = SukiTheme.GetInstance();
- + \ No newline at end of file diff --git a/documentation/theming/theme-color.html b/documentation/theming/theme-color.html index 7a943c436..b117168b6 100644 --- a/documentation/theming/theme-color.html +++ b/documentation/theming/theme-color.html @@ -24,7 +24,7 @@ { Console.WriteLine("Color theme change triggered !"); }; - + \ No newline at end of file diff --git a/documentation/theming/theme.html b/documentation/theming/theme.html index ca5d69c6e..dc4055625 100644 --- a/documentation/theming/theme.html +++ b/documentation/theming/theme.html @@ -22,7 +22,7 @@ { Console.WriteLine("Theme changed triggered !"); }; - + \ No newline at end of file diff --git a/hashmap.json b/hashmap.json index d76e70316..96b5812ef 100644 --- a/hashmap.json +++ b/hashmap.json @@ -1 +1 @@ -{"documentation_controls_data_listbox.md":"gDqsq0cc","documentation_controls_layout_settingslayout.md":"DnoBqGZU","documentation_controls_data_groupbox.md":"CCiYpggy","zh_documentation_index.md":"B5rLD4J0","documentation_controls_data_expander.md":"CWI9kOkD","documentation_controls_data_treeview.md":"u9QJX-dK","zh_documentation_controls_data_expander.md":"CW7aP3Xr","documentation_controls_datetime_datepicker.md":"CErvD5Al","documentation_controls_inputs_button.md":"6EWZNR9-","documentation_controls_inputs_contextmenu.md":"CaKop1S7","documentation_controls_inputs_combobox.md":"BUfKoliu","documentation_controls_inputs_dropdownbutton.md":"BTXWXYOF","documentation_controls_inputs_togglebutton.md":"CEXv32Xm","documentation_controls_layout_glasscard.md":"DiCT5Ci1","documentation_controls_layout_stackpage.md":"BU6EmSOt","documentation_controls_layout_sukiwindow.md":"BkpfOHaz","documentation_controls_inputs_slider.md":"BBbaM7AS","documentation_controls_inputs_radiobutton.md":"f-R13ANy","documentation_controls_inputs_numericupdown.md":"DEiPXA7I","documentation_controls_inputs_textbox.md":"DCeHike1","documentation_controls_progress_loading.md":"BdSP3obT","documentation_controls_navigation_sidemenu.md":"CD2yUX9_","documentation_controls_progress_waveprogress.md":"De6j4RMt","documentation_controls_text_textbox.md":"DSDsprX9","documentation_controls_system_filepicker.md":"vku4ZKwe","documentation_controls_progress_stepper.md":"BSRXisSn","documentation_controls_layout_tabcontrol.md":"t6RIvHHj","documentation_getting-started_introduction.md":"BKSp5K0q","documentation_index.md":"BW5rTPED","documentation_notification_toast.md":"CWuXviw6","documentation_style_icon.md":"xkwoVrXj","documentation_notification_messagebox.md":"DYJpNnkc","documentation_style_color.md":"B7-HCX3i","documentation_theming_basic.md":"CB5KwPkc","documentation_style_text.md":"Dqon3i9w","index.md":"CTBA2GtW","documentation_theming_theme.md":"C2eicTwc","zh_documentation_controls_data_busyarea.md":"BaDkPJD5","zh_documentation_controls_progress_progressbar.md":"CqOvetlR","documentation_theming_theme-color.md":"6WMXBWBA","zh_documentation_controls_progress_circleprogressbar.md":"DjcCXwV2","zh_documentation_controls_data_datagrid.md":"zRwOJxDs","zh_documentation_controls_data_groupbox.md":"DOP7YIdB","markdown-examples.md":"DyO2s0tM","zh_documentation_controls_progress_loading.md":"DrUPr_HK","zh_documentation_controls_data_listbox.md":"DU7fynUI","zh_documentation_controls_progress_stepper.md":"CZQ2ZBaM","api-examples.md":"Du7RBfJm","zh_documentation_controls_datetime_calendar.md":"DmFF5EbU","zh_documentation_style_text.md":"CT566U5f","zh_documentation_controls_text_autocompletebox.md":"DbTN5ttT","zh_documentation_controls_datetime_datepicker.md":"BQZ0pVZ2","zh_documentation_theming_basic.md":"FQs3R9cn","zh_documentation_theming_theme-color.md":"uoH-trhL","zh_documentation_getting-started_installation.md":"BF7iP8NW","zh_documentation_getting-started_introduction.md":"DuYG_l_6","zh_documentation_controls_inputs_checkbox.md":"DIMPfTst","documentation_controls_data_datagrid.md":"BZQAYuUF","zh_index.md":"D91bEtko","documentation_controls_datetime_calendar.md":"BALNV1Nn","zh_documentation_getting-started_launch.md":"Dw0q81ix","zh_documentation_notification_dialog.md":"Zz4KQ7HK","zh_documentation_controls_inputs_combobox.md":"BblnDrcO","zh_documentation_controls_inputs_button.md":"BsrHreGg","zh_documentation_notification_messagebox.md":"BLUXCPDp","zh_documentation_controls_text_textbox.md":"CIyEWOqI","zh_documentation_controls_layout_settingslayout.md":"BUUhzYh6","zh_documentation_controls_inputs_contextmenu.md":"ODLRkWrw","zh_documentation_theming_theme.md":"YaVcef5D","zh_documentation_controls_data_treeview.md":"eqW-aore","documentation_controls_inputs_toggleswitch.md":"BKFSQxLq","zh_documentation_controls_layout_sukiwindow.md":"CBML2V9Y","zh_documentation_controls_inputs_slider.md":"D5wWg2V7","documentation_controls_progress_progressbar.md":"ure1kxOP","documentation_getting-started_launch.md":"B236HWgE","zh_documentation_controls_inputs_dropdownbutton.md":"BG4rfFHS","zh_documentation_controls_layout_tabcontrol.md":"Cr0raKeD","documentation_controls_inputs_checkbox.md":"CqUB95X7","zh_documentation_style_icon.md":"COR2WJ8p","zh_documentation_controls_layout_stackpage.md":"iNH_ybxe","zh_documentation_controls_inputs_toggleswitch.md":"Btj4kZSu","documentation_notification_dialog.md":"Mx9OJHWc","zh_documentation_style_color.md":"DY-fyGLj","documentation_controls_text_autocompletebox.md":"D2NkplEo","documentation_controls_progress_circleprogressbar.md":"CjcRR_Or","zh_documentation_notification_toast.md":"DpRERCbr","zh_documentation_controls_inputs_textbox.md":"C-PY20aw","zh_documentation_controls_system_filepicker.md":"Bf2erVfR","zh_documentation_controls_navigation_sidemenu.md":"CnejYXKC","zh_documentation_controls_layout_glasscard.md":"75w6j_V_","zh_documentation_controls_inputs_togglebutton.md":"AwuI7nFF","zh_documentation_controls_inputs_numericupdown.md":"D04XNlPA","zh_documentation_controls_progress_waveprogress.md":"3HesIbNW","zh_documentation_controls_inputs_radiobutton.md":"BFqOlMcO","documentation_controls_data_busyarea.md":"vWLaqhgT","documentation_getting-started_installation.md":"BUlxiQt3"} +{"documentation_theming_theme.md":"C2eicTwc","documentation_controls_layout_settingslayout.md":"DnoBqGZU","documentation_controls_inputs_toggleswitch.md":"BKFSQxLq","documentation_controls_layout_sukiwindow.md":"BkpfOHaz","documentation_controls_inputs_togglebutton.md":"CEXv32Xm","documentation_controls_inputs_radiobutton.md":"f-R13ANy","zh_documentation_controls_inputs_toggleswitch.md":"Btj4kZSu","zh_documentation_controls_inputs_checkbox.md":"DIMPfTst","zh_documentation_controls_text_autocompletebox.md":"DbTN5ttT","zh_documentation_controls_system_filepicker.md":"Bf2erVfR","zh_documentation_controls_progress_waveprogress.md":"3HesIbNW","zh_documentation_index.md":"B5rLD4J0","zh_documentation_controls_text_textbox.md":"CIyEWOqI","zh_documentation_getting-started_introduction.md":"DuYG_l_6","documentation_controls_layout_glasscard.md":"DiCT5Ci1","zh_documentation_getting-started_launch.md":"Dw0q81ix","zh_documentation_style_color.md":"DY-fyGLj","documentation_controls_text_autocompletebox.md":"D2NkplEo","zh_documentation_controls_data_treeview.md":"eqW-aore","zh_documentation_controls_inputs_button.md":"BsrHreGg","zh_documentation_controls_inputs_radiobutton.md":"BFqOlMcO","zh_documentation_controls_inputs_togglebutton.md":"AwuI7nFF","zh_documentation_theming_theme-color.md":"uoH-trhL","zh_documentation_theming_theme.md":"YaVcef5D","documentation_controls_progress_stepper.md":"BSRXisSn","documentation_controls_layout_tabcontrol.md":"t6RIvHHj","documentation_controls_system_filepicker.md":"vku4ZKwe","documentation_notification_toast.md":"CWuXviw6","documentation_controls_progress_circleprogressbar.md":"CjcRR_Or","zh_documentation_controls_data_datagrid.md":"zRwOJxDs","zh_documentation_style_text.md":"CT566U5f","documentation_controls_progress_loading.md":"BdSP3obT","zh_documentation_controls_inputs_slider.md":"D5wWg2V7","documentation_controls_datetime_calendar.md":"BALNV1Nn","markdown-examples.md":"DyO2s0tM","documentation_controls_inputs_slider.md":"BBbaM7AS","api-examples.md":"Du7RBfJm","zh_documentation_controls_layout_glasscard.md":"75w6j_V_","documentation_controls_layout_stackpage.md":"BU6EmSOt","zh_documentation_controls_layout_settingslayout.md":"BUUhzYh6","documentation_controls_inputs_textbox.md":"DCeHike1","zh_documentation_controls_layout_stackpage.md":"iNH_ybxe","zh_documentation_controls_layout_sukiwindow.md":"CBML2V9Y","zh_documentation_controls_datetime_calendar.md":"DmFF5EbU","zh_documentation_controls_inputs_dropdownbutton.md":"BG4rfFHS","zh_documentation_controls_data_busyarea.md":"BaDkPJD5","zh_documentation_controls_layout_tabcontrol.md":"Cr0raKeD","documentation_theming_theme-color.md":"6WMXBWBA","documentation_theming_basic.md":"CB5KwPkc","zh_documentation_controls_progress_circleprogressbar.md":"DjcCXwV2","zh_documentation_controls_progress_loading.md":"DrUPr_HK","zh_documentation_controls_inputs_contextmenu.md":"ODLRkWrw","zh_documentation_controls_inputs_combobox.md":"BblnDrcO","zh_documentation_controls_progress_progressbar.md":"CqOvetlR","zh_documentation_controls_progress_stepper.md":"CZQ2ZBaM","zh_documentation_controls_inputs_numericupdown.md":"D04XNlPA","documentation_controls_navigation_sidemenu.md":"CD2yUX9_","documentation_controls_progress_progressbar.md":"ure1kxOP","zh_documentation_controls_data_expander.md":"CW7aP3Xr","documentation_controls_text_textbox.md":"DSDsprX9","documentation_controls_progress_waveprogress.md":"De6j4RMt","zh_documentation_getting-started_installation.md":"BF7iP8NW","zh_documentation_controls_data_listbox.md":"DU7fynUI","zh_documentation_controls_inputs_textbox.md":"C-PY20aw","zh_documentation_controls_data_groupbox.md":"DOP7YIdB","zh_index.md":"D91bEtko","documentation_controls_inputs_numericupdown.md":"DEiPXA7I","documentation_getting-started_launch.md":"B236HWgE","documentation_style_color.md":"B7-HCX3i","documentation_controls_inputs_button.md":"6EWZNR9-","documentation_controls_data_datagrid.md":"BZQAYuUF","zh_documentation_controls_datetime_datepicker.md":"BQZ0pVZ2","documentation_getting-started_introduction.md":"BKSp5K0q","documentation_style_icon.md":"xkwoVrXj","documentation_getting-started_installation.md":"BUlxiQt3","zh_documentation_theming_basic.md":"FQs3R9cn","documentation_controls_data_groupbox.md":"CCiYpggy","zh_documentation_style_icon.md":"COR2WJ8p","index.md":"CTBA2GtW","documentation_controls_data_treeview.md":"u9QJX-dK","documentation_controls_data_expander.md":"CWI9kOkD","documentation_controls_inputs_combobox.md":"BUfKoliu","zh_documentation_notification_dialog.md":"Zz4KQ7HK","documentation_style_text.md":"Dqon3i9w","documentation_notification_dialog.md":"Mx9OJHWc","zh_documentation_notification_messagebox.md":"BLUXCPDp","zh_documentation_notification_toast.md":"DpRERCbr","documentation_index.md":"BW5rTPED","documentation_controls_inputs_dropdownbutton.md":"BTXWXYOF","zh_documentation_controls_navigation_sidemenu.md":"CnejYXKC","documentation_controls_data_busyarea.md":"vWLaqhgT","documentation_controls_inputs_contextmenu.md":"CaKop1S7","documentation_notification_messagebox.md":"DYJpNnkc","documentation_controls_datetime_datepicker.md":"CErvD5Al","documentation_controls_inputs_checkbox.md":"CqUB95X7","documentation_controls_data_listbox.md":"gDqsq0cc"} diff --git a/index.html b/index.html index 7e746d3c2..ebcf40fc9 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@
Skip to content

SukiUI

A Desktop UI Library for Avalonia

Flat, Simple, Animated

SukiUILogo
- + \ No newline at end of file diff --git a/markdown-examples.html b/markdown-examples.html index 37666519a..d829ba291 100644 --- a/markdown-examples.html +++ b/markdown-examples.html @@ -51,7 +51,7 @@ ::: details This is a details block. :::

Output

INFO

This is an info box.

TIP

This is a tip.

WARNING

This is a warning.

DANGER

This is a dangerous warning.

Details

This is a details block.

More

Check out the documentation for the full list of markdown extensions.

- + \ No newline at end of file diff --git a/zh/documentation/controls/data/busyarea.html b/zh/documentation/controls/data/busyarea.html index e8ef2882b..c7b3d0866 100644 --- a/zh/documentation/controls/data/busyarea.html +++ b/zh/documentation/controls/data/busyarea.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/data/datagrid.html b/zh/documentation/controls/data/datagrid.html index 0a62d7d96..09068a6b6 100644 --- a/zh/documentation/controls/data/datagrid.html +++ b/zh/documentation/controls/data/datagrid.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/data/expander.html b/zh/documentation/controls/data/expander.html index 075552693..55521641a 100644 --- a/zh/documentation/controls/data/expander.html +++ b/zh/documentation/controls/data/expander.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/data/groupbox.html b/zh/documentation/controls/data/groupbox.html index c2a20efe8..38cbd5c67 100644 --- a/zh/documentation/controls/data/groupbox.html +++ b/zh/documentation/controls/data/groupbox.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/data/listbox.html b/zh/documentation/controls/data/listbox.html index 393cc422d..fe8745a50 100644 --- a/zh/documentation/controls/data/listbox.html +++ b/zh/documentation/controls/data/listbox.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/data/treeview.html b/zh/documentation/controls/data/treeview.html index 0b89bf938..70c9e4995 100644 --- a/zh/documentation/controls/data/treeview.html +++ b/zh/documentation/controls/data/treeview.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/datetime/calendar.html b/zh/documentation/controls/datetime/calendar.html index daa7e0ae5..f5fc3d3ce 100644 --- a/zh/documentation/controls/datetime/calendar.html +++ b/zh/documentation/controls/datetime/calendar.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/datetime/datepicker.html b/zh/documentation/controls/datetime/datepicker.html index fba88ee5e..9d2ac53af 100644 --- a/zh/documentation/controls/datetime/datepicker.html +++ b/zh/documentation/controls/datetime/datepicker.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/inputs/button.html b/zh/documentation/controls/inputs/button.html index 6777c0a6b..f98c06bbe 100644 --- a/zh/documentation/controls/inputs/button.html +++ b/zh/documentation/controls/inputs/button.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/inputs/checkbox.html b/zh/documentation/controls/inputs/checkbox.html index 4cab85598..58625281c 100644 --- a/zh/documentation/controls/inputs/checkbox.html +++ b/zh/documentation/controls/inputs/checkbox.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/inputs/combobox.html b/zh/documentation/controls/inputs/combobox.html index ef7e55916..a2da0fb11 100644 --- a/zh/documentation/controls/inputs/combobox.html +++ b/zh/documentation/controls/inputs/combobox.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/inputs/contextmenu.html b/zh/documentation/controls/inputs/contextmenu.html index e3e76252c..3fabd9881 100644 --- a/zh/documentation/controls/inputs/contextmenu.html +++ b/zh/documentation/controls/inputs/contextmenu.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/inputs/dropdownbutton.html b/zh/documentation/controls/inputs/dropdownbutton.html index 0fe94358f..d9469f0a5 100644 --- a/zh/documentation/controls/inputs/dropdownbutton.html +++ b/zh/documentation/controls/inputs/dropdownbutton.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/inputs/numericupdown.html b/zh/documentation/controls/inputs/numericupdown.html index 3c27b5c06..f0930b2a0 100644 --- a/zh/documentation/controls/inputs/numericupdown.html +++ b/zh/documentation/controls/inputs/numericupdown.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/inputs/radiobutton.html b/zh/documentation/controls/inputs/radiobutton.html index 82f19eaec..58d25f542 100644 --- a/zh/documentation/controls/inputs/radiobutton.html +++ b/zh/documentation/controls/inputs/radiobutton.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/inputs/slider.html b/zh/documentation/controls/inputs/slider.html index 9395a5856..0c4efc4ed 100644 --- a/zh/documentation/controls/inputs/slider.html +++ b/zh/documentation/controls/inputs/slider.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/inputs/textbox.html b/zh/documentation/controls/inputs/textbox.html index b54191f2f..ab260b631 100644 --- a/zh/documentation/controls/inputs/textbox.html +++ b/zh/documentation/controls/inputs/textbox.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/inputs/togglebutton.html b/zh/documentation/controls/inputs/togglebutton.html index c88c39a2a..f80a421d8 100644 --- a/zh/documentation/controls/inputs/togglebutton.html +++ b/zh/documentation/controls/inputs/togglebutton.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/inputs/toggleswitch.html b/zh/documentation/controls/inputs/toggleswitch.html index 4888155ce..a105a9027 100644 --- a/zh/documentation/controls/inputs/toggleswitch.html +++ b/zh/documentation/controls/inputs/toggleswitch.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/layout/glasscard.html b/zh/documentation/controls/layout/glasscard.html index d2b2495c3..ce1e08c11 100644 --- a/zh/documentation/controls/layout/glasscard.html +++ b/zh/documentation/controls/layout/glasscard.html @@ -21,7 +21,7 @@
Skip to content

Glass Card

一个简单的卡片式控件,可以往里面塞各种内容

GlassCard 的透明和交互效果是可以开关的

展示

  • 普通
  • 不透明
  • 有交互效果

示例

xml
<GlassCard>
     <!-- Content -->
 </GlassCard>

参阅

Demo: SukiUI.Demo/Features/ControlsLibrary/CardsView.axaml

API: Controls/GlassMorphism/GlassCard.axaml.cs

- + \ No newline at end of file diff --git a/zh/documentation/controls/layout/settingslayout.html b/zh/documentation/controls/layout/settingslayout.html index 5205ebcc9..4d2437915 100644 --- a/zh/documentation/controls/layout/settingslayout.html +++ b/zh/documentation/controls/layout/settingslayout.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/layout/stackpage.html b/zh/documentation/controls/layout/stackpage.html index e9f9b972e..015eb6e95 100644 --- a/zh/documentation/controls/layout/stackpage.html +++ b/zh/documentation/controls/layout/stackpage.html @@ -21,7 +21,7 @@
Skip to content

Stack Page

StackPage 内包含多个 Content,其数量可以设限

在标题栏上点击任何一个标题都可以跳转至该页面

StackPage 也可以跳转到已存在的 Content

展示

示例

xml
<controls:SukiStackPage Limit="5">
     <!-- Content -->
 </controls:SukiStackPage>

添加新页面:

csharp
this.Get<StackPage>("StackSettings").Push("Network", b);

参阅

Demo: SukiUI.Demo/Features/ControlsLibrary/StackPage/StackPageView.axaml

API: Controls/SukiStackPage.axaml.cs

- + \ No newline at end of file diff --git a/zh/documentation/controls/layout/sukiwindow.html b/zh/documentation/controls/layout/sukiwindow.html index 614120daf..2adc41f1c 100644 --- a/zh/documentation/controls/layout/sukiwindow.html +++ b/zh/documentation/controls/layout/sukiwindow.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/layout/tabcontrol.html b/zh/documentation/controls/layout/tabcontrol.html index a5f4114f4..210633389 100644 --- a/zh/documentation/controls/layout/tabcontrol.html +++ b/zh/documentation/controls/layout/tabcontrol.html @@ -26,7 +26,7 @@ <!-- Content --> </TabItem> </TabControl>

参阅

Demo: SukiUI.Demo/Features/ControlsLibrary/TabControl/TabControlView.axaml

- + \ No newline at end of file diff --git a/zh/documentation/controls/navigation/sidemenu.html b/zh/documentation/controls/navigation/sidemenu.html index 1b38c9376..de1230fde 100644 --- a/zh/documentation/controls/navigation/sidemenu.html +++ b/zh/documentation/controls/navigation/sidemenu.html @@ -38,7 +38,7 @@ <!-- Footer Content --> </suki:SukiSideMenu.FooterContent> </suki:SukiSideMenu>

参阅

Demo: SukiUI.Demo/SukiUIDemoView.axaml

API: Controls/SukiSideMenu.axaml.cs

- + \ No newline at end of file diff --git a/zh/documentation/controls/progress/circleprogressbar.html b/zh/documentation/controls/progress/circleprogressbar.html index 78a45258a..39be5ecd2 100644 --- a/zh/documentation/controls/progress/circleprogressbar.html +++ b/zh/documentation/controls/progress/circleprogressbar.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/progress/loading.html b/zh/documentation/controls/progress/loading.html index 2d5949e54..625f23ae0 100644 --- a/zh/documentation/controls/progress/loading.html +++ b/zh/documentation/controls/progress/loading.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/progress/progressbar.html b/zh/documentation/controls/progress/progressbar.html index 4d830cbb8..1f06de8d3 100644 --- a/zh/documentation/controls/progress/progressbar.html +++ b/zh/documentation/controls/progress/progressbar.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/progress/stepper.html b/zh/documentation/controls/progress/stepper.html index 15bad5998..0d315d608 100644 --- a/zh/documentation/controls/progress/stepper.html +++ b/zh/documentation/controls/progress/stepper.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/progress/waveprogress.html b/zh/documentation/controls/progress/waveprogress.html index 345503f47..7c160b60d 100644 --- a/zh/documentation/controls/progress/waveprogress.html +++ b/zh/documentation/controls/progress/waveprogress.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/system/filepicker.html b/zh/documentation/controls/system/filepicker.html index 2a240d8cb..bbb8e35d0 100644 --- a/zh/documentation/controls/system/filepicker.html +++ b/zh/documentation/controls/system/filepicker.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/text/autocompletebox.html b/zh/documentation/controls/text/autocompletebox.html index bcc1c51a5..5e0643fc8 100644 --- a/zh/documentation/controls/text/autocompletebox.html +++ b/zh/documentation/controls/text/autocompletebox.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/controls/text/textbox.html b/zh/documentation/controls/text/textbox.html index 94fd646fb..83a06070f 100644 --- a/zh/documentation/controls/text/textbox.html +++ b/zh/documentation/controls/text/textbox.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/getting-started/installation.html b/zh/documentation/getting-started/installation.html index b015323ba..2c4c13c83 100644 --- a/zh/documentation/getting-started/installation.html +++ b/zh/documentation/getting-started/installation.html @@ -19,7 +19,7 @@
Skip to content

安装

INFO

写完本篇时,Avalonia 的版本是 11.1.0-beta2 ,SukiUI 的版本是 6.0.0-beta6

SukiUI 可以通过以下两种方式安装:

准备工作

以下是 Avalonia Template 项目创建后,默认的包列表:

在这些包中,Avalonia.Themes.Fluent 可以被删除

TIP

有关 Avalonia Template: 设置编辑器

安装最新的 SukiUI

对于大多数用户来说,通过 Nuget 安装是不错的选择;但如果你想体验最新构建的功能,请从 Github Action 中下载构建

通过 Nuget 安装

dotnet add package SukiUI --version 6.0.0

TIP

访问 SukiUI on Nuget 获取更多信息

通过 Github Action 安装

  1. 访问 SukiUI CI

  2. 选择最后一个workflow

  3. 下载

  4. 在项目中添加引用

  5. 选择刚刚下载的 SukiUI.dll 并添加

TIP

最终,你的包列表应为:

- + \ No newline at end of file diff --git a/zh/documentation/getting-started/introduction.html b/zh/documentation/getting-started/introduction.html index aee7e0485..a0b0381c1 100644 --- a/zh/documentation/getting-started/introduction.html +++ b/zh/documentation/getting-started/introduction.html @@ -20,7 +20,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/getting-started/launch.html b/zh/documentation/getting-started/launch.html index f2b71ad77..965965d77 100644 --- a/zh/documentation/getting-started/launch.html +++ b/zh/documentation/getting-started/launch.html @@ -59,7 +59,7 @@ InitializeComponent(); } }

完成

至此,SukiUI 安装完成

- + \ No newline at end of file diff --git a/zh/documentation/index.html b/zh/documentation/index.html index 10f681258..34b487155 100644 --- a/zh/documentation/index.html +++ b/zh/documentation/index.html @@ -19,7 +19,7 @@
Skip to content

文档

欢迎访问 SukiUI 的文档站,你可以在侧边栏跳转到相关网页。

欢迎反馈有关该文档的问题

- + \ No newline at end of file diff --git a/zh/documentation/notification/dialog.html b/zh/documentation/notification/dialog.html index b1ceadcab..4dfc1dde0 100644 --- a/zh/documentation/notification/dialog.html +++ b/zh/documentation/notification/dialog.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/notification/messagebox.html b/zh/documentation/notification/messagebox.html index 9fde0329e..78f8ae35b 100644 --- a/zh/documentation/notification/messagebox.html +++ b/zh/documentation/notification/messagebox.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/notification/toast.html b/zh/documentation/notification/toast.html index 3504e6030..bd1aaa4e9 100644 --- a/zh/documentation/notification/toast.html +++ b/zh/documentation/notification/toast.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/style/color.html b/zh/documentation/style/color.html index 1d24523d8..c16441289 100644 --- a/zh/documentation/style/color.html +++ b/zh/documentation/style/color.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/style/icon.html b/zh/documentation/style/icon.html index 8771e9f5b..eead9e6ea 100644 --- a/zh/documentation/style/icon.html +++ b/zh/documentation/style/icon.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/style/text.html b/zh/documentation/style/text.html index 0298a390c..b3f2b73b2 100644 --- a/zh/documentation/style/text.html +++ b/zh/documentation/style/text.html @@ -19,7 +19,7 @@
- + \ No newline at end of file diff --git a/zh/documentation/theming/basic.html b/zh/documentation/theming/basic.html index 6696811e4..0f8789b9d 100644 --- a/zh/documentation/theming/basic.html +++ b/zh/documentation/theming/basic.html @@ -19,7 +19,7 @@
Skip to content

主题实例

SukiUI 提供 SukiTheme,通过该类可以实现对应用主题的修改

获取实例:

csharp
SukiTheme theme = SukiTheme.GetInstance();
- + \ No newline at end of file diff --git a/zh/documentation/theming/theme-color.html b/zh/documentation/theming/theme-color.html index e25a7d570..08c716349 100644 --- a/zh/documentation/theming/theme-color.html +++ b/zh/documentation/theming/theme-color.html @@ -24,7 +24,7 @@ { Console.WriteLine("Color theme change triggered !"); }; - + \ No newline at end of file diff --git a/zh/documentation/theming/theme.html b/zh/documentation/theming/theme.html index 959f91d34..bb4175530 100644 --- a/zh/documentation/theming/theme.html +++ b/zh/documentation/theming/theme.html @@ -22,7 +22,7 @@ { Console.WriteLine("Theme changed triggered !"); }; - + \ No newline at end of file diff --git a/zh/index.html b/zh/index.html index 4d332e4cd..72f620620 100644 --- a/zh/index.html +++ b/zh/index.html @@ -19,7 +19,7 @@
Skip to content

SukiUI

一个 Avalonia 控件库

扁平,简单,灵动

SukiUILogo
- + \ No newline at end of file