no message

This commit is contained in:
hellcat 2025-11-25 18:26:08 +08:00
parent e23ec19d0d
commit be1e726e35
11 changed files with 47 additions and 8 deletions

7
.gitignore vendored
View File

@ -1,6 +1,7 @@
laravel/.env laravel/.env
vuepress/docs/ vuepress/docs/**/*.md
vuepress/docs/.vuepress/ vuepress/docs/.vuepress/.temp/
vuepress/docs/.vuepress/.cache/
vuepress/docs/.vuepress/dist/ vuepress/docs/.vuepress/dist/
vuepress/node_modules/ vuepress/node_modules/
vuepress/build.log vuepress/build.log

View File

@ -187,3 +187,36 @@ success VuePress build completed in 7.62s!
- Rendering 24 pages - Rendering 24 pages
✔ Rendering 24 pages - done in 307ms ✔ Rendering 24 pages - done in 307ms
success VuePress build completed in 7.74s! success VuePress build completed in 7.74s!
- Initializing and preparing data
error [@vuepress-plume/plugin-search] duplicate heading anchor : 未设置dog_option::ffq_tg-title_wrap >> 节点测试
at /jccp/0211151919525/
error [@vuepress-plume/plugin-search] duplicate heading anchor : 未设置dog_option::ffq_tg-title_wrap >> 其他
at /jccp/0211151919525/
✔ Initializing and preparing data - done in 700ms
- Compiling with vite
✔ Compiling with vite - done in 5.59s
- Rendering 46 pages
✔ Rendering 46 pages - done in 533ms
success VuePress build completed in 8.49s!
- Initializing and preparing data
error [@vuepress-plume/plugin-search] duplicate heading anchor : 未设置dog_option::ffq_tg-title_wrap >> 节点测试
at /jccp/0211151919525/
error [@vuepress-plume/plugin-search] duplicate heading anchor : 未设置dog_option::ffq_tg-title_wrap >> 其他
at /jccp/0211151919525/
✔ Initializing and preparing data - done in 668ms
- Compiling with vite
✔ Compiling with vite - done in 6.74s
- Rendering 47 pages
✔ Rendering 47 pages - done in 540ms
success VuePress build completed in 9.54s!
- Initializing and preparing data
error [@vuepress-plume/plugin-search] duplicate heading anchor : 未设置dog_option::ffq_tg-title_wrap >> 节点测试
at /jccp/0211151919525/
error [@vuepress-plume/plugin-search] duplicate heading anchor : 未设置dog_option::ffq_tg-title_wrap >> 其他
at /jccp/0211151919525/
✔ Initializing and preparing data - done in 631ms
- Compiling with vite
✔ Compiling with vite - done in 6.77s
- Rendering 48 pages
✔ Rendering 48 pages - done in 591ms
success VuePress build completed in 9.53s!

View File

@ -6,7 +6,7 @@ import { defineClientConfig } from 'vuepress/client'
// import CustomComponent from './theme/components/Custom.vue' // import CustomComponent from './theme/components/Custom.vue'
// import './theme/styles/custom.css' import './theme/styles/custom.css'
export default defineClientConfig({ export default defineClientConfig({
enhance({ app }) { enhance({ app }) {

View File

@ -21,7 +21,8 @@ export default defineUserConfig({
head: [ head: [
// 配置站点图标 // 配置站点图标
['link', { rel: 'icon', type: 'image/png', href: 'https://theme-plume.vuejs.press/favicon-32x32.png' }], // ['link', { rel: 'icon', type: 'image/png', href: 'https://theme-plume.vuejs.press/favicon-32x32.png' }],
['link', { rel: 'icon', type: 'image/png', href: 'miaobiao1.png' }],
], ],
bundler: viteBundler(), bundler: viteBundler(),

View File

@ -23,7 +23,8 @@ export default defineThemeConfig({
home: '/', home: '/',
layout: 'Blog', // 指定首页使用 Blog 布局 layout: 'Blog', // 指定首页使用 Blog 布局
logo: 'https://theme-plume.vuejs.press/plume.png', // logo: 'https://theme-plume.vuejs.press/plume.png',
logo: 'miaobiao2.png',
appearance: true, // 配置 深色模式 appearance: true, // 配置 深色模式
@ -55,9 +56,10 @@ export default defineThemeConfig({
* @see https://theme-plume.vuejs.press/config/basic/#profile * @see https://theme-plume.vuejs.press/config/basic/#profile
*/ */
profile: { profile: {
avatar: 'https://theme-plume.vuejs.press/plume.png', // avatar: 'https://theme-plume.vuejs.press/plume.png',
avatar: 'miaobiao2.png',
name: '天天测', name: '天天测',
description: '天天测机场', description: '每天测试机场和免费节点',
// circle: true, // circle: true,
// location: '', // location: '',
// organization: '', // organization: '',

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -1,6 +1,8 @@
:root { :root {
/** 主题颜色 */ /** 主题颜色 */
--vp-c-brand-1: #A758A5;
/* /*
--vp-c-brand-1: #5086a1; --vp-c-brand-1: #5086a1;
--vp-c-brand-2: #6aa1b7; --vp-c-brand-2: #6aa1b7;