dufu1991 2 lat temu
rodzic
commit
234972d6d0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/stdf/theme/darkMode.js

+ 1 - 1
packages/stdf/theme/darkMode.js

@@ -1,7 +1,7 @@
 /**
  * 给 HTML 元素增加或删除 dark 类名,实现 Mode 切换
  * Add or remove the dark class name to the HTML element to implement Mode switching
- * @param {boolean} isDark 是否为 dark 模式
+ * @param {boolean} [isDark] 是否为 dark 模式
  * @returns {void}
  * @example
  */