@lvce-editor/about-view 7.5.0 → 7.6.0
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/dist/aboutWorkerMain.js +1 -1
- package/package.json +1 -1
package/dist/aboutWorkerMain.js
CHANGED
|
@@ -1770,7 +1770,7 @@ const getDetailStringWeb = () => {
|
|
|
1770
1770
|
};
|
|
1771
1771
|
|
|
1772
1772
|
const getConfigJsonPath = async () => {
|
|
1773
|
-
return invoke('
|
|
1773
|
+
return invoke('PlatformPaths.getConfigJsonPath');
|
|
1774
1774
|
};
|
|
1775
1775
|
|
|
1776
1776
|
const getString = (config, key) => {
|