This commit is contained in:
toom1996
2025-07-24 17:03:05 +08:00
parent 3ba9239522
commit 915f457afd
7 changed files with 22 additions and 13 deletions

View File

@ -33,7 +33,6 @@ export class JsonRpcClient {
params,
id: Date.now(),
}
console.log(req)
const message = JSON.stringify(req) + '\n'

View File

@ -65,8 +65,8 @@ export interface InewsDetail {
updated_at: string
column_tag: string
column_tag_url: string
second_column: string
second_column_url: string
second_column_tag: string
second_column_tag_url: string
about: {
id: number
title: string