@tplc/business 0.3.88 → 0.3.89

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.3.89](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.88...v0.3.89) (2025-03-19)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * 调整按钮样式 ([313aa60](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/313aa60b21a3abc1f001f25bec87f8715a9f7366))
11
+
5
12
  ### [0.3.88](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.87...v0.3.88) (2025-03-19)
6
13
 
7
14
 
@@ -179,13 +179,13 @@ const getCurrentData = (markers: MapItem[]) => {
179
179
  const isCurrent = index === 0
180
180
  return {
181
181
  id: index,
182
- iconPath: 'https://lycs.eluying.com/default/1319653665276882944/20241226142012/饭店竖图.png',
182
+ iconPath: './images/transparent.png',
183
183
  width: 1,
184
184
  height: 1,
185
185
  poiId: current.productId,
186
186
  latitude: current.latitude,
187
187
  longitude: current.longitude,
188
- alpha: 0,
188
+ // alpha: 0.5,
189
189
  callout: {
190
190
  ...callout,
191
191
  content: current.mapPriceTips,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.3.88",
3
+ "version": "0.3.89",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],