update package version (#4586)

This commit is contained in:
Archer
2025-04-18 00:34:15 +08:00
committed by GitHub
parent 5208890c7f
commit 8f8d4c4190
7 changed files with 15 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
export const isProVersion = () => {
return !!global.feConfigs?.isPlus;
};