@codeexpander/plugin-marketing 0.1.0 → 0.1.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.
- package/README.md +11 -0
- package/dist/plugin.json +1 -1
- package/package.json +13 -3
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Marketing / 营销
|
|
2
|
+
|
|
3
|
+
**EN** — Website rank tracker: check domain ranking and view stats and trend chart. Single-tool plugin.
|
|
4
|
+
|
|
5
|
+
**中文** — 网站排名追踪:查询域名排名、查看统计与趋势图。单工具插件。
|
|
6
|
+
|
|
7
|
+
## Tools / 工具列表
|
|
8
|
+
|
|
9
|
+
| id | EN | 中文 |
|
|
10
|
+
|----|-----|------|
|
|
11
|
+
| website-rank-tracker | Website Rank Tracker | 网站排名追踪 |
|
package/dist/plugin.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"main":"index.html","title":"Marketing","description":"Website rank tracker.","category":"marketing","order":10,"features":[{"code":"rank","explain":"Website rank tracker","cmds":["rank","seo"]}],"pluginSetting":{"height":480}}
|
|
1
|
+
{"main":"index.html","title":"Marketing","description": "Website rank tracker: domain ranking and stats. EN | 网站排名追踪。","category":"marketing","order":10,"features":[{"code":"rank","explain":"Website rank tracker","cmds":["rank","seo"]}],"pluginSetting":{"height":480}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codeexpander/plugin-marketing",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -9,13 +9,23 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
+
"description": "CodeExpander plugin: website rank tracker (domain ranking and stats). 网站排名追踪。",
|
|
13
|
+
"keywords": [
|
|
14
|
+
"codeexpander",
|
|
15
|
+
"plugin",
|
|
16
|
+
"seo",
|
|
17
|
+
"rank",
|
|
18
|
+
"marketing",
|
|
19
|
+
"网站排名",
|
|
20
|
+
"营销"
|
|
21
|
+
],
|
|
12
22
|
"dependencies": {
|
|
13
23
|
"lucide-react": "^0.460.0",
|
|
14
24
|
"react": "^18.3.1",
|
|
15
25
|
"react-dom": "^18.3.1",
|
|
16
26
|
"recharts": "^2.15.0",
|
|
17
|
-
"@
|
|
18
|
-
"@
|
|
27
|
+
"@codeexpander/dev-tools-i18n": "0.0.0",
|
|
28
|
+
"@codeexpander/dev-tools-ui": "0.0.0"
|
|
19
29
|
},
|
|
20
30
|
"devDependencies": {
|
|
21
31
|
"@types/react": "^18.3.3",
|