@azimiao/koishi-plugin-cafe-bot-exp 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ declare function HtmlCreator(cardList: any): string;
2
+ export default HtmlCreator;
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@azimiao/koishi-plugin-cafe-bot-exp",
3
+ "description": "cafe bot experiment",
4
+ "version": "0.0.1",
5
+ "main": "lib/index.js",
6
+ "typings": "lib/index.d.ts",
7
+ "files": [
8
+ "lib",
9
+ "dist"
10
+ ],
11
+ "license": "MIT",
12
+ "keywords": [
13
+ "chatbot",
14
+ "koishi",
15
+ "plugin"
16
+ ],
17
+ "peerDependencies": {
18
+ "koishi": "^4.18.7"
19
+ }
20
+ }
package/readme.md ADDED
@@ -0,0 +1,5 @@
1
+ # koishi-plugin-cafe-bot-exp
2
+
3
+ [![npm](https://img.shields.io/npm/v/koishi-plugin-cafe-bot-exp?style=flat-square)](https://www.npmjs.com/package/koishi-plugin-cafe-bot-exp)
4
+
5
+ cafe bot experiment