Pages Kit
Discuss Kit
AI Kit
Vote Kit
Promotion Kits
Tweet Token (Share 2 Win)
Lucky Draw
Token Prize Pool
Virtual Gift Card
AD Kit (Beta)
Waiting List
Daily Attendance
Point Up
How to install Point Up
How to configure point rules
Rules for earning points
Rules for using points
Rules of the points level
Rules for customizing badges
How to use the point rules
By configuring way
In the DiscussKit
In the Virtual Gift Card
In the Lucky Draw
By calling through code
Custom Component
How to use third-party dependencies (CDN)
Built-in Package List
How to use components from Store?
How to use the Blog Module
How to use the Doc Module
How to bookmark a website
Preference Setting
前言 尽管我们为了安全起见,进行了内置包的处理,但是依然无法覆盖所有场景 这时候开发者可以进行第三方依赖的引入 如何使用第三方依赖(CDN) ⚠️,第三方依赖必须以异步的形式加载,注意需要加载 esm 格式的 js! React 组件,以 ReactTweetEmbed 为例: import Rea
11/28/2024
React 支持官方 react 中的所有 exports import React, { lazy, forwardRef, ... } from '@blocklet/pages-kit/builtin/react' React Router DOM 支持官方 react-router-dom