Skip to content

Commit

Permalink
Version_0.2.4-fix1
Browse files Browse the repository at this point in the history
  • Loading branch information
censujiang committed Oct 29, 2023
1 parent 6573c63 commit 019e9f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion esm/device.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function share({ content = 'none', title = 'galanga', url = '', type = 's
files,
});
// #endif
// # ifndef APP-PLUS
// #ifndef APP-PLUS
if (type === 'system') {
uni.shareWithSystem({
summary: title + ' ' + content,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uni-helper/galanga",
"version": "0.2.4",
"version": "0.2.4-fix1",
"description": "JS common function library(UNI-APP version of Galanga)",
"main": "esm/index.js",
"jsnext:main": "esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export function share({
files,
})
// #endif
// # ifndef APP-PLUS
// #ifndef APP-PLUS
if (type === 'system') {
uni.shareWithSystem({
summary: title + ' ' + content,
Expand Down

0 comments on commit 019e9f6

Please sign in to comment.