This document is moved; the new location is https://github.com/dev-protocol/repository-token/blob/master/docs/WHITEPAPER.md.
最新版をインストール
Oct 31, 2024In my understanding…
Dec 20, 2023Icon - https://www.figma.com/file/LwXsJXLKfKgAduwQyNJcYR/Plugin-Assets?node-id=1-2&t=yAuCkPj2qe7rl50r-4 Description - Add checkout pages for each tier. Preview images - (will be created) README Join plugin adds a list of memberships and membership checkout pages for memberships created with the Memberships plugin. The URL for the membership list page is always /join. And the URL for the checkout page is /join/ + the membership ID.
Mar 23, 2023Create a map export const mapOfModules = { /* it should be able to use import paths from tsconfig * ig, https://github.com/dev-protocol/clubsx/blob/ed95ed516ca1567d45a224f9de4c99512719515f/src/components/PublishConnect/PublishConnect.vue#L82 */ 'devprotocol:clubs:plugin:community': () => import('@plugins/community'), 'devprotocol:clubs:theme-1': () => import('@plugins/default-theme'), 'devprotocol:clubs:plugin:join': ()=> import('@plugins/join'), 'devprotocol:clubs:plugin:me': ()=> import('@plugins/me'), ...
Mar 23, 2023or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up