@waline/client 2.4.1 → 2.4.2

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
@@ -275,7 +275,7 @@ interface WalineProps {
275
275
  *
276
276
  * Set Emojis
277
277
  *
278
- * @default ['https://cdn.jsdelivr.net/gh/walinejs/emojis/weibo']
278
+ * @default ['//unpkg.com/@waline/emojis@1.0.1/weibo']
279
279
  */
280
280
  emoji?: (string | WalineEmojiInfo)[] | false;
281
281
  /**
@@ -275,7 +275,7 @@ interface WalineProps {
275
275
  *
276
276
  * Set Emojis
277
277
  *
278
- * @default ['https://cdn.jsdelivr.net/gh/walinejs/emojis/weibo']
278
+ * @default ['//unpkg.com/@waline/emojis@1.0.1/weibo']
279
279
  */
280
280
  emoji?: (string | WalineEmojiInfo)[] | false;
281
281
  /**