修改13347题面bug

This commit is contained in:
weiye.wang 2023-05-09 21:39:09 +08:00
parent 8cc2fe4daf
commit e55c506234
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import os,re,json import os,re,json
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭""" """这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭"""
problems = "14918" problems = "13347"
editor = "王伟叶" editor = "王伟叶"
def generate_number_set(string,dict): def generate_number_set(string,dict):

View File

@ -350695,7 +350695,7 @@
}, },
"013347": { "013347": {
"id": "013347", "id": "013347",
"content": "设$\\mathrm{i}$是虚数单位, 则$\\dfrac{1+i}{3+4} \\mathrm{i}$的虚部为\\blank{50}.", "content": "设$\\mathrm{i}$是虚数单位, 则$\\dfrac{1+\\mathrm{i}}{3+4\\mathrm{i}}$的虚部为\\blank{50}.",
"objs": [], "objs": [],
"tags": [ "tags": [
"第五单元" "第五单元"
@ -350707,7 +350707,8 @@
"usages": [], "usages": [],
"origin": "2022版双基百分百", "origin": "2022版双基百分百",
"edit": [ "edit": [
"20230123\t王伟叶" "20230123\t王伟叶",
"20230509\t王伟叶"
], ],
"same": [], "same": [],
"related": [], "related": [],