@waline/client 2.6.3 → 2.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/waline.d.ts CHANGED
@@ -316,7 +316,7 @@ interface WalineProps {
316
316
  *
317
317
  * Set Emojis
318
318
  *
319
- * @default ['//unpkg.com/@waline/emojis@1.0.1/weibo']
319
+ * @default ['//unpkg.com/@waline/emojis@1.1.0/weibo']
320
320
  */
321
321
  emoji?: (string | WalineEmojiInfo)[] | false;
322
322
  /**
@@ -316,7 +316,7 @@ interface WalineProps {
316
316
  *
317
317
  * Set Emojis
318
318
  *
319
- * @default ['//unpkg.com/@waline/emojis@1.0.1/weibo']
319
+ * @default ['//unpkg.com/@waline/emojis@1.1.0/weibo']
320
320
  */
321
321
  emoji?: (string | WalineEmojiInfo)[] | false;
322
322
  /**