Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
novlan1 committed Dec 12, 2024
1 parent 5ac9f20 commit bf117b9
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 18 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,9 @@ module.exports = {
[node-url]: https://nodejs.org
[downloads]: https://img.shields.io/npm/dm/press-ui
[downloads-url]: https://npmcharts.com/compare/press-ui?minimal=true

### 7. 加群交流

欢迎加入QQ群沟通。

<img src="https://mike-1255355338.cos.ap-guangzhou.myqcloud.com/article/2024/12/own_mike_96d578f9a53dd01239.jpg" width="180"/>
2 changes: 1 addition & 1 deletion packages/press-ui/docs/.vuepress/theme/components/Page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import PageEdit from '@theme/components/PageEdit.vue';
import PageNav from '@theme/components/PageNav.vue';
import { watchMessageFromIFrame, IFRAME_MESSAGE_TYPE_MAP, DEMO_PAGE_DIRECTION } from '../../utils/message';
const WEB_DEMO_BASE_LINK_PROD = 'https://novlan1.github.io/press-ui-demo-vue2/#/';
const WEB_DEMO_BASE_LINK_PROD = 'https://novlan1.github.io/press-ui/h5/#/';
const WEB_DEMO_BASE_LINK_DEV = 'http://localhost:9999/#/';
const WEB_DEMO_BASE_LINK = process.env.NODE_ENV === 'production' ? WEB_DEMO_BASE_LINK_PROD : WEB_DEMO_BASE_LINK_DEV;
Expand Down
7 changes: 7 additions & 0 deletions packages/press-ui/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
</p>
</div>


### 1. 介绍

`Press UI`是一套易用、灵活,基于`uni-app`的跨端组件库。
Expand Down Expand Up @@ -137,3 +138,9 @@ module.exports = {
[node-url]: https://nodejs.org
[downloads]: https://img.shields.io/npm/dm/press-ui
[downloads-url]: https://npmcharts.com/compare/press-ui?minimal=true

### 7. 加群交流

欢迎加入QQ群沟通。

<img src="https://mike-1255355338.cos.ap-guangzhou.myqcloud.com/article/2024/12/own_mike_96d578f9a53dd01239.jpg" width="180"/>
36 changes: 20 additions & 16 deletions packages/press-ui/src/packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
"version": "2.2.11",
"description": "简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/novlan1/press-ui"
},
"id": "press-ui",
"displayName": "Press UI 组件库",
"repository": "https://github.com/novlan1/press-ui",
"author": "guowangyang",
"homepage": "https://novlan1.github.io/press-ui",
"bugs": {
Expand All @@ -15,13 +14,9 @@
"keywords": [
"press-ui",
"uni-app",
"uniapp",
"component lib",
"press-plus",
"component-lib",
"vue3",
"vue2",
"vue",
"vant"
"vue2"
],
"scripts": {},
"license": "MIT",
Expand All @@ -31,6 +26,7 @@
"t-comm": "latest"
},
"dcloudext": {
"type": "component-vue",
"sale": {
"regular": {
"price": "0.00"
Expand All @@ -39,13 +35,15 @@
"price": "0.00"
}
},
"contact": {
"qq": ""
},
"declaration": {
"ads": "",
"data": "",
"data": "插件不采集任何数据",
"permissions": ""
},
"npmurl": "https://www.npmjs.com/package/press-ui",
"type": "component-vue"
"npmurl": "https://www.npmjs.com/package/press-ui"
},
"uni_modules": {
"dependencies": [],
Expand All @@ -59,11 +57,13 @@
"client": {
"Vue": {
"vue2": "y",
"vue3": "n"
"vue3": "y"
},
"App": {
"app-vue": "y",
"app-nvue": "y"
"app-nvue": "y",
"app-uvue": "u",
"app-harmony": "u"
},
"H5-mobile": {
"Safari": "y",
Expand All @@ -83,7 +83,11 @@
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
"QQ": "y",
"钉钉": "y",
"快手": "y",
"飞书": "y",
"京东": "y"
},
"快应用": {
"华为": "y",
Expand Down
2 changes: 1 addition & 1 deletion packages/press-ui/src/pages/index/help-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const DEFAULT_HELPER_CONFIG = {
callback: 'GROUP_QRCODE',
},
],
groupQRCode: 'https://mike-1255355338.cos.ap-guangzhou.myqcloud.com/article/2023/10/own_mike_16e1b3ddcfd83bdb58.png',
groupQRCode: 'https://mike-1255355338.cos.ap-guangzhou.myqcloud.com/article/2024/12/own_mike_96d578f9a53dd01239.jpg',
};

export const HELP_DATA_URL = 'https://tip-components-1251917893.cos.ap-guangzhou.myqcloud.com/rb/front-open-config__match__default__press_ui_helpe_config.json';

0 comments on commit bf117b9

Please sign in to comment.