Browse Source

add certified property

tags/2.1.3
Caven Chen 4 years ago
parent
commit
394467640a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      packages/base/index.js

+ 1
- 0
packages/base/index.js View File

@@ -8,6 +8,7 @@ import { initMixin, initUse } from '@dc-modules/global-api'
let DC = {
version: __VERSION__,
accessToken: '',
certified: false,
author: __AUTHOR__,
home_page: __HOME_PAGE__,
Namespace: {},

Loading…
Cancel
Save