tinker-doubao 0.1.0

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.
Files changed (3) hide show
  1. package/README.md +9 -0
  2. package/icon.png +0 -0
  3. package/package.json +18 -0
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # tinker-doubao
2
+
3
+ [Doubao](https://www.doubao.com/chat/) plugin for [TINKER](https://github.com/liriliri/tinker).
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install -g tinker-doubao
9
+ ```
package/icon.png ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "tinker-doubao",
3
+ "version": "0.1.0",
4
+ "description": "Doubao plugin for TINKER",
5
+ "tinker": {
6
+ "name": "Doubao",
7
+ "main": "https://www.doubao.com/chat/",
8
+ "icon": "icon.png",
9
+ "locales": {
10
+ "zh-CN": {
11
+ "name": "豆包"
12
+ }
13
+ }
14
+ },
15
+ "keywords": [
16
+ "tinker"
17
+ ]
18
+ }