瀏覽代碼

chore: fix doc link (#7147)

Amr Bashir 2 年之前
父節點
當前提交
bfaf624a4c
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      core/tauri-config-schema/schema.json
  2. 1 1
      core/tauri-utils/src/config.rs
  3. 1 1
      tooling/cli/schema.json

+ 1 - 1
core/tauri-config-schema/schema.json

@@ -616,7 +616,7 @@
           "format": "double"
         },
         "color": {
-          "description": "Window effect color. Affects [`WindowEffects::Blur`] and [`WindowEffects::Acrylic`] only on Windows 10 v1903+. Doesn't have any effect on Windows 7 or Windows 11.",
+          "description": "Window effect color. Affects [`WindowEffect::Blur`] and [`WindowEffect::Acrylic`] only on Windows 10 v1903+. Doesn't have any effect on Windows 7 or Windows 11.",
           "anyOf": [
             {
               "$ref": "#/definitions/Color"

+ 1 - 1
core/tauri-utils/src/config.rs

@@ -781,7 +781,7 @@ pub struct WindowEffectsConfig {
   pub state: Option<WindowEffectState>,
   /// Window effect corner radius **macOS Only**
   pub radius: Option<f64>,
-  /// Window effect color. Affects [`WindowEffects::Blur`] and [`WindowEffects::Acrylic`] only
+  /// Window effect color. Affects [`WindowEffect::Blur`] and [`WindowEffect::Acrylic`] only
   /// on Windows 10 v1903+. Doesn't have any effect on Windows 7 or Windows 11.
   pub color: Option<Color>,
 }

+ 1 - 1
tooling/cli/schema.json

@@ -616,7 +616,7 @@
           "format": "double"
         },
         "color": {
-          "description": "Window effect color. Affects [`WindowEffects::Blur`] and [`WindowEffects::Acrylic`] only on Windows 10 v1903+. Doesn't have any effect on Windows 7 or Windows 11.",
+          "description": "Window effect color. Affects [`WindowEffect::Blur`] and [`WindowEffect::Acrylic`] only on Windows 10 v1903+. Doesn't have any effect on Windows 7 or Windows 11.",
           "anyOf": [
             {
               "$ref": "#/definitions/Color"