From 360e2de450e7df956c98fc21cc811aa7630d0e17 Mon Sep 17 00:00:00 2001 From: "weiye.wang" Date: Wed, 21 Jun 2023 22:30:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B914672=E9=A2=98=E9=9D=A2?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E4=B8=80=E5=A4=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具/latex界面修改题目内容.py | 2 +- 题库0.3/Problems.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/工具/latex界面修改题目内容.py b/工具/latex界面修改题目内容.py index f85465a6..23cfa4aa 100644 --- a/工具/latex界面修改题目内容.py +++ b/工具/latex界面修改题目内容.py @@ -1,6 +1,6 @@ import os,re,json """这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭""" -problems = "18103" +problems = "14672" editor = "王伟叶" def generate_number_set(string,dict): diff --git a/题库0.3/Problems.json b/题库0.3/Problems.json index b97d8d5a..7b5e854f 100644 --- a/题库0.3/Problems.json +++ b/题库0.3/Problems.json @@ -387029,7 +387029,7 @@ }, "014672": { "id": "014672", - "content": "在$\\triangle ABC$中, 角$A$、$B$、$C$所对边的边长分别记作$a$、$b 、$$c$, 其中$b=2$.\\\\\n(1) 若$A+C=120^{\\circ}$, 且$a=2 c$, 求$c$的值;\\\\\n(2) 若$A-C=15^{\\circ}$, 且$a=\\sqrt{2} c \\sin A$, 求$\\triangle ABC$的面积$S$.", + "content": "在$\\triangle ABC$中, 角$A$、$B$、$C$所对边的边长分别记作$a$、$b$、$c$, 其中$b=2$.\\\\\n(1) 若$A+C=120^{\\circ}$, 且$a=2 c$, 求$c$的值;\\\\\n(2) 若$A-C=15^{\\circ}$, 且$a=\\sqrt{2} c \\sin A$, 求$\\triangle ABC$的面积$S$.", "objs": [], "tags": [], "genre": "解答题", @@ -387039,7 +387039,8 @@ "usages": [], "origin": "2023年空中课堂高三复习课28", "edit": [ - "20230312\t王伟叶" + "20230312\t王伟叶", + "20230621\t王伟叶" ], "same": [], "related": [],