diff --git a/cypress/fixtures/tpl/docs.index.html b/cypress/fixtures/tpl/docs.index.html
index 6a8b41a4c..a4b4c831f 100644
--- a/cypress/fixtures/tpl/docs.index.html
+++ b/cypress/fixtures/tpl/docs.index.html
@@ -1,123 +1,111 @@
-
-
- docsify-e2e-tests
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading Docsify e2e tests suite...
-
-
-
-
-
-
-
-
+ paths: 'auto',
+ placeholder: {
+ '/de-de/': 'Suche',
+ '/zh-cn/': '搜索',
+ '/': 'Search'
+ }
+ },
+ formatUpdated: '{MM}/{DD} {HH}:{mm}',
+ plugins: [
+ function (hook, vm) {
+ hook.beforeEach(function (html) {
+ if (/githubusercontent\.com/.test(vm.route.file)) {
+ url = vm.route.file
+ .replace('raw.githubusercontent.com', 'github.com')
+ .replace(/\/master/, '/blob/master')
+ } else {
+ url =
+ 'https://github.com/docsifyjs/docsify/blob/master/docs/' +
+ vm.route.file
+ }
+ var editHtml = '[:memo: Edit Document](' + url + ')\n'
+ return (
+ editHtml +
+ html +
+ '\n\n----\n\n' +
+ 'Powered by docsify'
+ )
+ })
+ }
+ ]
+ }
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+