Skip to content

Commit

Permalink
📝 chore: remove techui doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmclin2 committed Jul 24, 2023
1 parent 86dd53a commit bacb225
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/guide/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nav:

# 快速开始

ProEditor 是 TechUI Studio 系列装配器的底座框架,期望为「编辑」场景提供丰富、易用的基础组件与原子能力。
ProEditor 定位轻量级编辑器 UI 框架,期望为「编辑」场景提供丰富、易用的基础组件与原子能力。

## 安装

Expand Down
4 changes: 2 additions & 2 deletions src/Highlight/demos/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions src/ProEditor/components/NavBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,16 @@ export interface NavBarProps {

const NavBar: FC<NavBarProps> = memo(({ logo }) => {
const prefixCls = useStore((s) => s.prefixCls, shallow);

const { styles } = useStyle(`${prefixCls}-navbar`);

const defaultLogo = (
<Space>
<img
src="https://gw.alipayobjects.com/zos/hitu-asset/2661db12-eeeb-4f61-a285-0d066ac68e52/hitu-1617880447900-image.png"
alt="TechUI Studio"
src="https://gw.alipayobjects.com/zos/antfincdn/upvrAjAPQX/Logo_Tech%252520UI.svg"
alt="ProEditor"
className={styles.img}
/>
<div style={{ fontSize: 16 }}>TechUI Studio</div>
<div style={{ fontSize: 16 }}>ProEditor</div>
</Space>
);

Expand Down

0 comments on commit bacb225

Please sign in to comment.