From 915905a5cfa53b9cf40d4307e5f5567a6d4d8232 Mon Sep 17 00:00:00 2001 From: luo jiyin Date: Fri, 12 Jul 2024 17:42:09 +0800 Subject: [PATCH] Polyfill webpage UI option (#15) --- pages/polyfill.tsx | 8 +++++--- translation/en-US.ts | 5 +++++ translation/zh-CN.ts | 5 +++++ translation/zh-TW.ts | 5 +++++ 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/pages/polyfill.tsx b/pages/polyfill.tsx index ba36d6b..ac2d4ca 100644 --- a/pages/polyfill.tsx +++ b/pages/polyfill.tsx @@ -58,7 +58,9 @@ export default class PolyfillPage extends Component {

{t('Web_polyfill_CDN')}

- + {Object.entries(UserAgent).map(([name, value]) => ( - features + {t('select_features')}