开源库
扩展插件
Appearance
移除已设置共享状态值
<script setup> import ucsShare from "@/uni_modules/ucs-share"; /** * 示例移除已设置共享状态键值 */ ucsShare.removeState("test"); </script>