Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the version of the Mini Program basic library.
Page({ onLoad() { // Get SDK version const version = my.SDKVersion; console.log('SDK Version:', version); }, showVersion() { my.alert({ content: `SDK Version: ${my.SDKVersion}` }); } });
my.canIUse()