Skip to content

Commit

Permalink
docs: 更新文档链接
Browse files Browse the repository at this point in the history
  • Loading branch information
WeilinerL committed Mar 14, 2024
1 parent 856ae12 commit d70958e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ pnpm run example:dev

## 链接

* [意见反馈]()
* [更新日志]()
* [联系我们]()
* [意见反馈](/issues)
* [更新日志](/blob/main/docs/guide/changelog.md)
* [联系我们](/blob/main/docs/guide/contact.md)
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
nav: [
{
text: 'Github',
link: ''
link: 'https://github.com/didi/mpx-cube-ui'
}
],
sidebar: sidebarConfig
Expand Down
8 changes: 8 additions & 0 deletions docs/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
## 更新日志

<card>

### 1.0.10(2024.03.13)
#### mpx-cube-ui 项目开源
- Initial commit([11019fb](https://github.com/didi/mpx-cube-ui/commit/11019fbfdece8ea0e76258fb11bd8fb557c1a190))

</card>
8 changes: 4 additions & 4 deletions docs/guide/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mpx-cube-ui 提供了灵活配置的主题定制能力。

mpx-cube-ui 在组件设计开发阶段对于表现层的结构和样式进行抽离,利用预编译器和 CSS 变量的能力,提供细粒度(颜色、字体、圆角、阴影等)的样式定制能力,你的项目可以按需使用主题的编译方案还是运行时方案来满足不同样式风格的业务场景开发。

详见[主题与样式](http://localhost:8080/mpx-cube-ui/theme-passenger/guide/theme.html)章节。
详见[主题与样式](/guide/theme.html)章节。


</card>
Expand Down Expand Up @@ -62,9 +62,9 @@ mpx-cube-ui 内置了文档示例一体化的能力。

### 其他链接

* 意见反馈
* 更新日志
* 联系我们
* [意见反馈](https://github.com/didi/mpx-cube-ui/issues)
* [更新日志](/guide/changelog.html)
* [联系我们](/guide/contact.html)

</card>

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### 主题与样式

mpx-cube-ui 在设计开发过程中对于表现层的结构和样式进行抽离,利用预编译器([stylus](https://stylus-lang.com/))和 [Css 变量](https://developer.mozilla.org/zh-CN/docs/Web/CSS/Using_CSS_custom_properties)的能力来提供细粒度的样式定制能力。你可以利用样式定制能力去搭建更加成体系的小程序主题样式来满足特定业务产品的开发。
mpx-cube-ui 在设计开发过程中对于表现层的结构和样式进行抽离,利用预编译器([Stylus](https://stylus-lang.com/))和 [CSS 变量](https://developer.mozilla.org/zh-CN/docs/Web/CSS/Using_CSS_custom_properties)的能力来提供细粒度的样式定制能力。你可以利用样式定制能力去搭建更加成体系的小程序主题样式来满足特定业务产品的开发。

mpx-cube-ui 目前提供了一套默认的主题样式配置,具体见 todo: 主题样式配置位置。而在右方的模拟器当中你所看到的示例是使用了另外一份主题样式文件覆盖了默认样式配置而生成的,具体参见 todo: passenger 主题配置。

Expand Down

0 comments on commit d70958e

Please sign in to comment.