Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
biaogebusy committed Feb 18, 2024
1 parent afc617a commit a54bfbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Component, Input, OnInit } from '@angular/core';
import { IThemePreview } from '@core/interface/combs/IThemePreview';
import type { IThemePreview } from '@core/interface/combs/IThemePreview';

@Component({
selector: 'app-theme-preview',
Expand Down
2 changes: 1 addition & 1 deletion src/stories/Guide.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Meta } from "@storybook/addon-docs";

## 安装 npm install

1. 代码下载或者 clone 项目到本地:`git clone git@github.com:biaogebusy/xinshi-ui.git`
1. 代码下载或者 clone 项目到本地:`git clone git@github.com:biaogebusy/web-builder.git`
2. 因为当前 angular 版本为 v11 请使用 npm install 安装,严格安装 package-lock.json 锁版本安装,依赖较多,请多等待,使用 yarn 或者 pnpm 会有报错;

## 本地开发
Expand Down
2 changes: 1 addition & 1 deletion src/stories/Welcome.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { Meta, Story } from "@storybook/addon-docs";
<p class="text-center">
<a href="https://www.zhaobg.com/builder">Web Builder</a
<a href="https://www.zhihu.com/people/biaogebusy">知乎</a
<a href="https://github.com/biaogebusy/xinshi-ui">Github</a>
<a href="https://github.com/biaogebusy/web-builder">Github</a>
<br></br>
<br></br>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/stories/global/Branding.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ export const footerInverse: IFooter = {
icon: {
svg: 'github',
},
href: 'https://github.com/biaogebusy/xinshi-ui',
href: 'https://github.com/biaogebusy/web-builder',
},
],
},
Expand Down

0 comments on commit a54bfbc

Please sign in to comment.