diff --git a/frontend/src/assets/images/harmonyos.png b/frontend/src/assets/images/harmonyos.png new file mode 100644 index 000000000..ff0d8d240 Binary files /dev/null and b/frontend/src/assets/images/harmonyos.png differ diff --git a/frontend/src/assets/images/huaweibrowser.png b/frontend/src/assets/images/huaweibrowser.png new file mode 100644 index 000000000..0ffa8ad02 Binary files /dev/null and b/frontend/src/assets/images/huaweibrowser.png differ diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 2f05bdf0b..7b4b59d56 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -269,6 +269,7 @@ const message = { year: 'Year', time: 'Time', core: 'Core', + millisecond: 'Millisecond', }, operate: { down: 'Stop', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 70fa93699..2df1823d2 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -267,6 +267,7 @@ const message = { year: '年', time: '次', core: '核', + millisecond: '毫秒', }, operate: { down: '停止', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index deeb822ff..51e552e79 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -267,6 +267,7 @@ const message = { year: '年', time: '次', core: '核', + millisecond: '毫秒', }, operate: { down: '停止',