Logo

GitLab

Sign in

zooble / text-to-audio

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • text-to-audio
  • pages
  • index
  • index.js
  • refactor: use new ui
    a01fd7ab
    xwenliang authored
    2026-01-11 06:58:19 +0800  
    Browse Code ยป
index.js 86 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
// index.js
Page({
    data: {},
    onLoad() {
        wx.showShareMenu();
    }
});