可信代码库-可信开源代码库AI助手首页开发完成

This commit is contained in:
付民康
2025-05-06 18:07:15 +08:00
parent 3697fcee93
commit 3d7edb71d7
29 changed files with 5187 additions and 2896 deletions

View File

@@ -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);