Skip to content

Commit

Permalink
更新群二维码
Browse files Browse the repository at this point in the history
  • Loading branch information
ckl1 committed Feb 19, 2024
1 parent fa38c01 commit 61872ee
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions __unconfig_vite.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

let __unconfig_data;
let __unconfig_stub = function (data = {}) { __unconfig_data = data };
__unconfig_stub.default = (data = {}) => { __unconfig_data = data };
import { UserConfig } from 'vite';
import WindiCSS from 'vite-plugin-windicss';
import Icons, { ViteIconsResolver } from 'vite-plugin-icons';
import Components from 'vite-plugin-components';

const config: UserConfig = {
optimizeDeps: {
exclude: ['vue-demi', '@vueuse/shared', '@vueuse/core'],
},
plugins: [
Components({
dirs: ['.vitepress/theme/components'],
customLoaderMatcher: (id) => id.endsWith('.md'),
customComponentResolvers: [
ViteIconsResolver({
componentPrefix: '',
}),
],
}),
Icons(),
WindiCSS({
preflight: false,
}),
],
};

const __unconfig_default = config;

if (typeof __unconfig_default === "function") __unconfig_default(...[{"command":"serve","mode":"development"}]);export default __unconfig_data;
2 changes: 1 addition & 1 deletion group/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 群二维码

<img src = "https://github.com/kailong321200875/my-image/raw/master/WechatIMG425.jpg" />
<img src = "https://github.com/kailong321200875/my-image/raw/master/WechatIMG429.jpg" />

## 我的二维码

Expand Down

0 comments on commit 61872ee

Please sign in to comment.