From c6d6de8c81488525cc03f1bd1c93ee1dba1ff56b Mon Sep 17 00:00:00 2001 From: ice breaker <1324318532@qq.com> Date: Fri, 28 Jul 2023 23:23:30 +0800 Subject: [PATCH] fix: doc and npm keywords --- README.md | 7 +++++++ package.json | 18 ++++++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1bd8c5..9b00c1a 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ - [跨平台注意事项](#跨平台注意事项) - [配置项](#配置项) - [参考项目](#参考项目) + - [Bugs \& Issues](#bugs--issues) ## 介绍 @@ -81,3 +82,9 @@ module.exports = { [Taro-app](./examples/taro-app) [Uni-app vue3 vite](./examples/uni-app-vue3/) + +## Bugs & Issues + +目前这个插件正在快速的开发中,如果遇到 `Bug` 或者想提出 `Issue` + +[欢迎提交到此处](https://github.com/sonofmagic/weapp-pandacss/issues) diff --git a/package.json b/package.json index ebac9c6..2076404 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "weapp-pandacss", "version": "0.0.0", - "description": "weapp-pandacss (WIP)", + "description": "to use pandacss in weapp, 在小程序里使用 pandacss", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "types/index.d.ts", @@ -57,7 +57,21 @@ "access": "public", "registry": "https://registry.npmjs.org" }, - "keywords": [], + "keywords": [ + "panda", + "pandacss", + "css in js", + "weapp", + "wechat", + "mini", + "miniprogram", + "mini app", + "taro", + "uni-app", + "小程序", + "vite", + "postcss" + ], "author": "SonOfMagic ", "license": "MIT", "bugs": {