n8n-nodes-pb 1.0.2 → 1.0.4
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.
|
@@ -10,7 +10,7 @@ class PocketBase {
|
|
|
10
10
|
this.description = {
|
|
11
11
|
displayName: 'PocketBase 数据库',
|
|
12
12
|
name: 'pocketBase',
|
|
13
|
-
icon: 'file:pocketbase.
|
|
13
|
+
icon: 'file:pocketbase.svg',
|
|
14
14
|
group: ['transform'],
|
|
15
15
|
version: 1,
|
|
16
16
|
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
|
Binary file
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" fill="none">
|
|
2
|
+
<rect width="128" height="128" rx="16" fill="#16161a"/>
|
|
3
|
+
<path d="M64 24C41.909 24 24 41.909 24 64s17.909 40 40 40 40-17.909 40-40S86.091 24 64 24zm0 64c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24z" fill="#3C82F6"/>
|
|
4
|
+
<circle cx="64" cy="64" r="12" fill="#3C82F6"/>
|
|
5
|
+
</svg>
|
package/package.json
CHANGED