npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@mas.io/mas-prompting-add-home

v1.0.1

Published

@alipay/mas-prompting-add-home 的组件描述

Downloads

3

Readme

安装

tnpm install --save @alipay/mas-prompting-add-home

组件介绍

行业小程序新版添加到首页提示组件,支持疲劳度控制,并已处理好添加事件的监听和移除操作,功能强大。 基于添加到首页基础能力接口文档,若无法正常使用,请先查看文档,是否权限问题。

避免组件被其他组件或原生组件覆盖,支持useNativeRender使用原生组件cover-view绘制,zIndex设置为9999999

参数说明

属性 | 必填 | 参数类型 | 参数说明 | 默认值 | 示例 --|:--:|:--:|:--:|:--: | :-: appId | false | string | 小程序appId,可不传,不传时使用my.getAppIdSync自动获取,建议传入 | --- | -- text | false | string | 提示文案 | 添加至首页,下次使用更便捷 | -- expiresControlType | false | 'close'、'appear' | 疲劳度控制时机,可选点击关闭或者展示曝光 | close | -- expiresTimeType | false | 'month'、'week'、'day'、'custom' | 疲劳度控制,支持月(30天)、周、天或自定义 | week | -- expiresTime | false | number | 自定义疲劳度custom时需传入,疲劳度控制周期,单位为ms,比如需20天一次,设置为20 * 7 * 24 * 60 * 60 * 1000 | --- | -- useNativeRender | false | bool | 使用native组件(cover-view)渲染,层级最高,默认关闭 | false | -- expiresCacheKey | false | string | 前端控制疲劳度的缓存key | PROMPTING_ADD_HOME_KEY | -- transparentTitle | false | bool | 页面是否透明头,计算提示距离顶部距离使用,auto/always时设置为true | false | -- onNotSupport | false | Fn | 检测到不支持此api触发 | --- | -- onAppear | false | Fn | 曝光事件 | --- | -- onInMyApps | false | Fn | 检测到已在首页事件 | --- | -- onClose | false | Fn | 点击右侧x关闭事件 | --- | -- onSuccess | false | Fn | 添加成功事件 | --- | -- onFail | false | Fn | 添加失败事件 | --- | -- onCancel | false | Fn | 点击取消按钮 | --- | -- onGoEdit | false | string | 去编辑页面 | --- | --

在小程序中使用

{
  "usingComponents": {
    "mas-prompting-add-home": "@alipay/mas-prompting-add-home/es/index"
  }
}

在 page.axml 中引用组件

<!-- 页面使用方式 -->
 <mas-prompting-add-home appId="appId" onClose="onClose" onAppear="onAppear"/>

Badges

TNPM version TNPM downloads [![install size][install-size-image]][install-size-url]