save
This commit is contained in:
@@ -1029,19 +1029,6 @@
|
||||
"language": "en",
|
||||
"translateLanguage": "zh-CN"
|
||||
},
|
||||
{
|
||||
"id": "IELTS9988wangyong",
|
||||
"name": "雅思9988wangyong",
|
||||
"description": "雅思9988wangyong",
|
||||
"category": "国际考试",
|
||||
"tags": [
|
||||
"IELTS"
|
||||
],
|
||||
"url": "IELTS9988wangyong.json",
|
||||
"length": 3698,
|
||||
"language": "en",
|
||||
"translateLanguage": "zh-CN"
|
||||
},
|
||||
{
|
||||
"id": "IELTSKingLu807",
|
||||
"name": "wanglu807雅思词汇听力第2版",
|
||||
@@ -1910,6 +1897,9 @@
|
||||
"tags": [
|
||||
"通用"
|
||||
],
|
||||
"words": [
|
||||
"private","fuck","add","remove"
|
||||
],
|
||||
"url": "GaoKaoZhenTiHeXinGaoPin.json",
|
||||
"length": 799,
|
||||
"language": "en",
|
||||
|
||||
@@ -41,7 +41,6 @@ export function getDefaultArticle(val: Partial<Article> = {}): Article {
|
||||
text: '',
|
||||
textTranslate: '',
|
||||
newWords: [],
|
||||
textAllWords: [],
|
||||
sections: [],
|
||||
audioSrc: '',
|
||||
audioFileId: '',
|
||||
|
||||
@@ -72,7 +72,6 @@ export interface Article {
|
||||
text: string,
|
||||
textTranslate: string,
|
||||
newWords: Word[],
|
||||
textAllWords: string[],
|
||||
sections: Sentence[][],
|
||||
audioSrc: string,
|
||||
audioFileId: string,
|
||||
|
||||
Reference in New Issue
Block a user