浏览代码

!5 just for pr
Merge pull request !5 from 菲鸽/test

菲鸽 2 年之前
父节点
当前提交
e3765a0325
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/deploy-h5.yml
  2. 1 1
      src/pages-sub/demo/index.vue

+ 1 - 1
.github/workflows/deploy-h5.yml

@@ -1,4 +1,4 @@
-name: Deploy unibest site to Pages
+name: Deploy Pages
 
 on:
   # Runs on pushes targeting the default branch

+ 1 - 1
src/pages-sub/demo/index.vue

@@ -1,6 +1,6 @@
 <route lang="json5" type="page">
 {
-  style: { navigationBarTitleText: '分包页面标题' },
+  style: { navigationBarTitleText: '分包页面 标题' },
 }
 </route>