Skip to content

Commit

Permalink
docs: 更新useShow文档
Browse files Browse the repository at this point in the history
  • Loading branch information
llq0802 committed Oct 27, 2022
1 parent 53473e3 commit 85f3147
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
5 changes: 2 additions & 3 deletions config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ const configs = defineConfig({
publicPath: isDev ? '/' : '/lighting-design/',
base: isDev ? '/' : '/lighting-design/',
title: 'lighting-design',
favicon:
'https://user-images.githubusercontent.com/9554297/83762004-a0761b00-a6a9-11ea-83b4-9c8ff721d4b8.png',
logo: 'https://user-images.githubusercontent.com/9554297/83762004-a0761b00-a6a9-11ea-83b4-9c8ff721d4b8.png',
favicon: 'https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*cY0tTr8q3Y4AAAAAAAAAAABkARQnAQ',
logo: 'https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*cY0tTr8q3Y4AAAAAAAAAAABkARQnAQ',
outputPath: 'docs-dist',
mode: 'site',
// 单语言配置方式如下
Expand Down
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
title: 页面级别的前端组件
title: 开发更容易
order: 10
sidebar: false
hero:
title: lighting-design
desc: 🏆 让中后台开发更简单
actions:
- text: 🏮🏮 快速开始 →
- text: 🏮🏮 快速开始 Hooks →
link: /hooks/start
- text: 🏮🏮 快速开始 组件库 →
link: /guide/get-start
features:
- icon: https://mdn.alipayobjects.com/yuyan_qk0oxh/afts/img/q48YQ5X4ytAAAAAAAAAAAAAAFl94AQBr
Expand Down
7 changes: 6 additions & 1 deletion typings.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
declare module '*.png';
declare module '*.jpg';
declare module '*.jpeg';
declare module '*.gif';
declare module '*.css';
declare module '*.less';
declare module 'lodash/cloneDeep';
declare module 'classnames';
declare module 'lodash/debounce';
declare module 'lodash/debounce';

0 comments on commit 85f3147

Please sign in to comment.