A Chinese-language ordering skill for a WeStoreCafe mini-program, where users can search drinks, view drink details, choose sizes or options, and place orders. It returns text and clickable mini-program cards that hand users into the store pages.
A development guide for Skyline, a mobile interface framework, covering scrolling, carousels, forms, images, text, draggable panels, and page animations. It also documents Skyline-specific components such as list views, grid views, sticky headers, and shared-element transitions.
A reference skill for Skyline, WeChat Mini Programs’ rendering engine, including its architecture, setup requirements, differences from WebView, and migration guidance.
A Skyline routing and page-transition guide for a mobile interface framework. It covers preset and custom animations, return gestures, card-to-detail transitions, and the Router API used to manage page navigation.
A set of APIs for controlling scrolling in Skyline applications, including refresh actions, half-screen panels, and scroll positions. Skyline is a rendering environment used by WeChat mini programs.
Guidance for building interactive animations with worklets, which run animation logic close to the user interface, and shared values that can update styles across threads. It covers timing, spring, decay, easing, combined animations, and communication between UI and JavaScript threads.