chore: fix typos (#641)

This commit is contained in:
一只前端汪 2023-07-18 19:01:09 +08:00 committed by GitHub
parent b0b03a30e4
commit 711504d5ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 16 additions and 16 deletions

View File

@ -465,7 +465,7 @@
- Add full routing configuration table type declaration - Add full routing configuration table type declaration
- Add virtual listing page demo - Add virtual listing page demo
- Add `PDF` preview page demo - Add `PDF` preview page demo
- Added export `execl` page demo - Added export `excel` page demo
- Added blank page demo without `Layout` - Added blank page demo without `Layout`
### ✔️ refactor ### ✔️ refactor

View File

@ -465,7 +465,7 @@
- Add full routing configuration table type declaration - Add full routing configuration table type declaration
- Add virtual listing page demo - Add virtual listing page demo
- Add `PDF` preview page demo - Add `PDF` preview page demo
- Added export `execl` page demo - Added export `excel` page demo
- Added blank page demo without `Layout` - Added blank page demo without `Layout`
### ✔️ refactor ### ✔️ refactor

View File

@ -464,7 +464,7 @@
- 添加完整路由配置表类型声明 - 添加完整路由配置表类型声明
- 添加虚拟列表页面 demo - 添加虚拟列表页面 demo
- 添加 `PDF` 预览页面 demo - 添加 `PDF` 预览页面 demo
- 添加导出 `execl` 页面 demo - 添加导出 `excel` 页面 demo
- 添加无 `Layout` 的空白页面 demo - 添加无 `Layout` 的空白页面 demo
### ✔️ refactor ### ✔️ refactor

View File

@ -100,7 +100,7 @@ menus:
hsSwiper: Swiper Plugin hsSwiper: Swiper Plugin
hsVirtualList: Virtual List hsVirtualList: Virtual List
hsPdf: PDF Preview hsPdf: PDF Preview
hsExecl: Export Excel hsExcel: Export Excel
hsInfiniteScroll: Table Infinite Scroll hsInfiniteScroll: Table Infinite Scroll
hsSensitive: Sensitive Filter hsSensitive: Sensitive Filter
hsPinyin: PinYin hsPinyin: PinYin

View File

@ -100,7 +100,7 @@ menus:
hsSwiper: Swiper插件 hsSwiper: Swiper插件
hsVirtualList: 虚拟列表 hsVirtualList: 虚拟列表
hsPdf: PDF预览 hsPdf: PDF预览
hsExecl: 导出Excel hsExcel: 导出Excel
hsInfiniteScroll: 表格无限滚动 hsInfiniteScroll: 表格无限滚动
hsSensitive: 敏感词过滤 hsSensitive: 敏感词过滤
hsPinyin: 汉语拼音 hsPinyin: 汉语拼音

View File

@ -609,7 +609,7 @@ export default [
{ {
created_at: "2022-08-19T07:29:06Z", created_at: "2022-08-19T07:29:06Z",
published_at: "2022-08-19T07:31:08Z", published_at: "2022-08-19T07:31:08Z",
body: "# 3.3.5 (2022-8-19)\r\n\r\n### 🎫 Feat\r\n\r\n- 将 `element-plus` 的 `Table` 二次封装到[@pureadmin/table](https://github.com/xiaoxian521/pure-admin-table),提供灵活的配置项并集成到平台里\r\n- 将 `element-plus` 的 `Descriptions` 二次封装到[@pureadmin/descriptions](https://github.com/xiaoxian521/pure-admin-descriptions),提供灵活的配置项并集成到平台里\r\n- 将平台的大部分工具以及 hooks 都集中到[@pureadmin/utils](https://pure-admin-utils-docs.vercel.app/),并删除集中到这个库里的代码,减少平台体积\r\n- 添加[unplugin-vue-define-options](https://www.npmjs.com/package/unplugin-vue-define-options)插件,页面可直接写 `defineOptions({name: 自定义名称})`\r\n- 添加项目文件、语言分析工具 [cloc](https://www.npmjs.com/package/cloc)\r\n- 添加登陆页国际化\r\n- 添加完整路由配置表类型声明\r\n- 添加虚拟列表页面 demo\r\n- 添加 `PDF` 预览页面 demo\r\n- 添加导出 `execl` 页面 demo\r\n- 添加无 `Layout` 的空白页面 demo\r\n\r\n### ✔️ refactor\r\n\r\n- 重构主题色,适配 `element-plus` 暗黑模式(同时也解决了 `3.3.0` 及更低版本中同样的元素 `css` 被多次覆盖,导致样式不好调试的问题)\r\n- 重构路由重置功能\r\n\r\n### 🍏 Perf\r\n\r\n- 兼容项目存放目录以中文命名,但我们真心不推荐中文命名,因为可能某个库没有对中文路径做转义处理,导致项目奔溃\r\n- 优化接口类型\r\n\r\n### 🐞 Bug fixes\r\n\r\n- 修复路由 `showlink` 为 `false` 的异步路由,刷新后不显示\r\n- 修复当没有 `icon` 时,垂直导航菜单折叠后文字被隐藏" body: "# 3.3.5 (2022-8-19)\r\n\r\n### 🎫 Feat\r\n\r\n- 将 `element-plus` 的 `Table` 二次封装到[@pureadmin/table](https://github.com/xiaoxian521/pure-admin-table),提供灵活的配置项并集成到平台里\r\n- 将 `element-plus` 的 `Descriptions` 二次封装到[@pureadmin/descriptions](https://github.com/xiaoxian521/pure-admin-descriptions),提供灵活的配置项并集成到平台里\r\n- 将平台的大部分工具以及 hooks 都集中到[@pureadmin/utils](https://pure-admin-utils-docs.vercel.app/),并删除集中到这个库里的代码,减少平台体积\r\n- 添加[unplugin-vue-define-options](https://www.npmjs.com/package/unplugin-vue-define-options)插件,页面可直接写 `defineOptions({name: 自定义名称})`\r\n- 添加项目文件、语言分析工具 [cloc](https://www.npmjs.com/package/cloc)\r\n- 添加登陆页国际化\r\n- 添加完整路由配置表类型声明\r\n- 添加虚拟列表页面 demo\r\n- 添加 `PDF` 预览页面 demo\r\n- 添加导出 `excel` 页面 demo\r\n- 添加无 `Layout` 的空白页面 demo\r\n\r\n### ✔️ refactor\r\n\r\n- 重构主题色,适配 `element-plus` 暗黑模式(同时也解决了 `3.3.0` 及更低版本中同样的元素 `css` 被多次覆盖,导致样式不好调试的问题)\r\n- 重构路由重置功能\r\n\r\n### 🍏 Perf\r\n\r\n- 兼容项目存放目录以中文命名,但我们真心不推荐中文命名,因为可能某个库没有对中文路径做转义处理,导致项目奔溃\r\n- 优化接口类型\r\n\r\n### 🐞 Bug fixes\r\n\r\n- 修复路由 `showlink` 为 `false` 的异步路由,刷新后不显示\r\n- 修复当没有 `icon` 时,垂直导航菜单折叠后文字被隐藏"
}, },
{ {
created_at: "2022-05-11T07:51:38Z", created_at: "2022-05-11T07:51:38Z",

View File

@ -149,11 +149,11 @@ export default {
} }
}, },
{ {
path: "/able/execl", path: "/able/excel",
name: "Execl", name: "Excel",
component: () => import("@/views/able/execl.vue"), component: () => import("@/views/able/excel.vue"),
meta: { meta: {
title: $t("menus.hsExecl") title: $t("menus.hsExcel")
} }
}, },
{ {

View File

@ -72,7 +72,7 @@ const exportExcel = () => {
<el-card shadow="never"> <el-card shadow="never">
<template #header> <template #header>
<div class="font-medium"> <div class="font-medium">
导出Execl 导出Excel
<el-link <el-link
href="https://github.com/SheetJS/sheetjs" href="https://github.com/SheetJS/sheetjs"
target="_blank" target="_blank"

View File

@ -3,7 +3,7 @@ import Page from "./page/index.vue";
import RowDrag from "./drag/row/index.vue"; import RowDrag from "./drag/row/index.vue";
import ColumnDrag from "./drag/column/index.vue"; import ColumnDrag from "./drag/column/index.vue";
import Contextmenu from "./contextmenu/index.vue"; import Contextmenu from "./contextmenu/index.vue";
import Execl from "./execl/index.vue"; import Excel from "./excel/index.vue";
import Edit from "./edit/index.vue"; import Edit from "./edit/index.vue";
import Watermark from "./watermark/index.vue"; import Watermark from "./watermark/index.vue";
import Print from "./prints/index.vue"; import Print from "./prints/index.vue";
@ -57,10 +57,10 @@ export const list = [
component: Edit component: Edit
}, },
{ {
key: "execl", key: "excel",
content: rendContent("execl"), content: rendContent("excel"),
title: "导出execl", title: "导出excel",
component: Execl component: Excel
}, },
{ {
key: "print", key: "print",