From e512b5a40e215d3525f132a061b90d8e28a9f2b5 Mon Sep 17 00:00:00 2001 From: rickcole Date: Thu, 30 Jul 2020 20:22:13 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20gh-pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 005081afebcbd39f1552e9c2bfaf6063755ad4eb Mon Sep 17 00:00:00 2001 From: rickcole Date: Thu, 30 Jul 2020 20:23:29 +0800 Subject: [PATCH 2/3] rebuild pages From f92070706dcaf9454789adeb1f9fe173326b42e4 Mon Sep 17 00:00:00 2001 From: rickcole Date: Thu, 30 Jul 2020 20:23:46 +0800 Subject: [PATCH 3/3] fix --- fis-conf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fis-conf.js b/fis-conf.js index 7f7f9670..3b21ab52 100644 --- a/fis-conf.js +++ b/fis-conf.js @@ -613,8 +613,8 @@ if (fis.project.currentMedia() === 'publish') { }), function (ret) { const indexHtml = ret.src['/examples/index.html']; - const appJs = ret.src['/examples/components/App.jsx']; - const DocJs = ret.src['/examples/components/Doc.jsx']; + const appJs = ret.src['/examples/components/App.tsx']; + const DocJs = ret.src['/examples/components/Doc.tsx']; const pages = []; const source = [appJs.getContent(), DocJs.getContent()].join('\n');