可信代码库-可信开源代码库AI助手首页开发完成
This commit is contained in:
@@ -28,6 +28,7 @@ import qs from 'qs';
|
||||
import * as Sentry from '@sentry/vue';
|
||||
import { storageApis } from './api/storage-apis';
|
||||
import { storageService } from './utils/apiStorage';
|
||||
import MateChat from '@matechat/core';
|
||||
|
||||
import { gitCodeTheme } from './utils/theme/gitcodeTheme';
|
||||
const themeService = ThemeServiceInit({ 'gitcode-theme': gitCodeTheme }, 'gitcode-theme');
|
||||
@@ -184,6 +185,7 @@ Sentry.init({
|
||||
app.use(Icon);
|
||||
app.use(dInput);
|
||||
app.use(DevUI);
|
||||
app.use(MateChat);
|
||||
app.component('gc-checkbox-group', DCheckboxGroup);
|
||||
app.component('gc-checkbox', DCheckbox);
|
||||
app.component('gc-option', Option);
|
||||
|
||||
Reference in New Issue
Block a user