Skip to content

Commit b3563d9

Browse files
jiaojiaodubaiactions-user
authored andcommitted
fix error
1 parent 7972210 commit b3563d9

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

.github/workflows/validate-issues.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,14 @@ jobs:
4949
template="T2_enhancement.yaml"
5050
elif [[ "$label" == "new translator" ]]; then
5151
template="T3_new_translator.yaml"
52+
fi
5253
done
5354
if [[ "$template" == "unknown" ]]; then
5455
echo "This issue does not use a recognized template, skipping validation."
5556
exit 0
5657
fi
5758
echo "template=${template}" >> $GITHUB_ENV
58-
else [[ "$is_from_template" == "false" ]]; then
59+
else
5960
echo "This issue does not use a template, skipping validation."
6061
exit 0
6162
fi

data/dashboard.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6706,7 +6706,7 @@
67066706
"trends": [
67076707
{
67086708
"author": "jiaojiaodubai",
6709-
"date": "2025-06-24 22:50:31 +0800",
6709+
"date": "2025-06-24 14:50:57 +0000",
67106710
"message": "update selector; add fallback element"
67116711
},
67126712
{
@@ -15755,7 +15755,7 @@
1575515755
"inRepository": true,
1575615756
"translatorType": 4,
1575715757
"browserSupport": "gcsibv",
15758-
"lastUpdated": "2025-06-19 15:33:45"
15758+
"lastUpdated": "2025-07-11 03:58:04"
1575915759
},
1576015760
"testCases": [
1576115761
{
@@ -16312,6 +16312,11 @@
1631216312
],
1631316313
"zhLabel": "万方",
1631416314
"trends": [
16315+
{
16316+
"author": "jiaojiaodubai",
16317+
"date": "2025-07-11 12:00:03 +0800",
16318+
"message": "update monitor params"
16319+
},
1631516320
{
1631616321
"author": "jiaojiaodubai",
1631716322
"date": "2025-06-19 15:36:14 +0000",
@@ -16321,11 +16326,6 @@
1632116326
"author": "jiaojiaodubai",
1632216327
"date": "2025-06-13 05:53:06 +0000",
1632316328
"message": "fix unavailable type and id"
16324-
},
16325-
{
16326-
"author": "jiaojiaodubai",
16327-
"date": "2025-04-18 12:16:00 +0000",
16328-
"message": "fix #502"
1632916329
}
1633016330
]
1633116331
},

data/translators.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
},
286286
"Wanfang Data.js": {
287287
"label": "万方",
288-
"lastUpdated": "2025-06-19 15:33:45"
288+
"lastUpdated": "2025-07-11 03:58:04"
289289
},
290290
"Wanfang Med.js": {
291291
"label": "万方医疗",

0 commit comments

Comments
 (0)