0
0
Fork 0

Fix Bug553

Bug553_LinShan
林杉 2024-04-16 08:48:55 +08:00
parent 768c81828d
commit 4ea6d9aeed
1 changed files with 0 additions and 30 deletions

View File

@ -1,30 +0,0 @@
[
{
"key":"test1",
"value": ["test1"]
},
{
"key":"'test2'",
"value": ["test2"]
},
{
"key":"“test3”",
"value": ["test3"]
},
{
"key":"it's",
"value": ["it's"]
},
{
"key":"hello,I'm linshan",
"value": ["hello","i'm","linshan"]
},
{
"key":"Happy New Year",
"value": ["happy","new","year"]
},
{
"key":"My favorite book is 《Harry Potter》。",
"value":["potter","harry","my","favorite","book","is"]
}
]