tecitheme 0.10.10 → 0.10.12

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.
@@ -226,7 +226,7 @@
226
226
  <p class="text-base font-medium text-gray-400 px-4">{drop.text}</p>
227
227
  {#each drop.links as link}
228
228
  <a
229
- href={drop.url}
229
+ href={link.url}
230
230
  rel="external"
231
231
  class="flex items-start py-3 px-4 transition duration-150 ease-in-out hover:bg-gray-50"
232
232
  >
@@ -74,12 +74,12 @@
74
74
  ]
75
75
  },
76
76
  {
77
- "name": "Shanghai IGN Network Technology. Co.Ltd (GDI)",
77
+ "name": "Shanghai Graphic Design Information Co.ltd. (GDI)",
78
78
  "regions": ["China", "Hong Kong"],
79
- "address": ["Venture International Park", "3A Floor, Building A, No.2679", "Hechuan Road, Minhang District", "Shanghai, 201103", "China"],
79
+ "address": ["11th Floor, Building B", "Hetu Park", "No. 500 Shunqing Road", "Shanghai", "China"],
80
80
  "emails": [
81
81
  {
82
- "address": "fjj@gdi.cn"
82
+ "address": "fjj@gdi.com.cn"
83
83
  },
84
84
  {
85
85
  "address": "sales@gdi.com.cn"
@@ -88,7 +88,7 @@
88
88
  "telephones": [
89
89
  {
90
90
  "name": "Telephone",
91
- "number": "86 21 61022284"
91
+ "number": "86 13 918059956"
92
92
  },
93
93
  {
94
94
  "name": "Fax",
@@ -97,8 +97,8 @@
97
97
  ],
98
98
  "websites": [
99
99
  {
100
- "name": "https://www.bitmap3d.com.cn",
101
- "address": "https://www.bitmap3d.com.cn"
100
+ "name": "https://www.gdi.com.cn",
101
+ "address": "https://www.gdi.com.cn"
102
102
  }
103
103
  ],
104
104
  "products": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tecitheme",
3
- "version": "0.10.10",
3
+ "version": "0.10.12",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "dev": "vite dev",