mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-09-11 10:46:23 +00:00
✨ 添加对主流框架的消息io支持
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* @type_ {{
|
||||
* @type {{
|
||||
* results: Array<{
|
||||
* abstracts: string,
|
||||
* createdDt: string,
|
||||
|
@ -12,7 +12,7 @@
|
||||
* @property {Weather} weather - The weather data.
|
||||
*/
|
||||
|
||||
/** @type_ {Data} */
|
||||
/** @type {Data} */
|
||||
|
||||
let data = JSON.parse(document.getElementById("data").innerText)
|
||||
|
||||
|
Reference in New Issue
Block a user