mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-19 02:23:00 +08:00
* feat: backend * feat: backend * chore: update dep * feat: refactor block template usage * feat: be able to extend common action from plugin * chore: improve comon actions * feat: support fields template * chore: improve code * fix: build error * chore: add test * fix: test * fix: disable * chore: improve code * chore: add demo * fix: template incorrect usage count * fix: template management page style * feat: support popup template * chore: simplify openview configuration * fix: bug * fix: copy mode * chore: improve code * fix: build error * chore: improve save as template * chore: improve code * chore: improve code * chore: improve code * chore: improve performance * fix: association record block template * fix: popup template * fix: merge conflictions * chore: remove copy popup uid action * fix: can't open popup template * fix: error after merge * fix: can't open association popup template * fix: bug * chore: improve. code * chore: improve popup template search * chore: improve code * fix: warning msg * chore: improve code * fix: not able to open record action popup template correctly with association field * chore: update labels * chore: update labels * fix: incorrect loading spin * chore: improve code * fix: i18n * fix: bug * chore: improve code * fix: bug * fix: incorrect url when opening popup after switch tab * chore: improve code * chore: improve code * fix: assocation popup * chore: improve code * chore: improve code * chore: update menus * chore: update labels * chore: rename plugin * chore: add tooltip for mode * fix: bug * fix: bug * fix: block duplicate mode error * chore: add description * fix: bug * fix: bug * fix: popup bug * fix: filter form error for block template * fix: bug * chore: improve code * chore: update lables * fix: test * fix: not refresh after add popup template * fix: bug * chore: update labels * chore: update some ui * fix: tests * fix: confirm dialog content
13 lines
387 B
TypeScript
13 lines
387 B
TypeScript
/**
|
|
* This file is part of the NocoBase (R) project.
|
|
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
* Authors: NocoBase Team.
|
|
*
|
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
*/
|
|
|
|
export default async function build() {
|
|
// You can add custom build steps here if needed
|
|
}
|