Skip to content

Commit

Permalink
update v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndaBrown committed Jun 27, 2024
1 parent 0948d3f commit 6c849a3
Show file tree
Hide file tree
Showing 5 changed files with 2,703 additions and 1,193 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defaultTheme } from '@vuepress/theme-default'
import { viteBundler } from '@vuepress/bundler-vite'
import { webpackBundler } from '@vuepress/bundler-webpack'
import { docsearchPlugin } from '@vuepress/plugin-docsearch'
import { sitemapPlugin } from 'vuepress-plugin-sitemap2'
import { sitemapPlugin } from '@vuepress/plugin-sitemap'
import { pwaPlugin } from '@vuepress/plugin-pwa'
export default defineUserConfig({
base: "/tgwiki/",
Expand Down
16 changes: 8 additions & 8 deletions docs/.vuepress/layouts/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import ParentLayout from '@vuepress/theme-default/layouts/Layout.vue'

<template>
<ParentLayout>
<template #page-bottom>
<div class="my-footer">Copyright © 2024 <a href="https://tgnav.github.io/tgwiki" target="_blank">TGwiki</a> by <a href="https://tgnav.github.io/" target="_blank">TGNAV</a><br/><span id="busuanzi_container_site_pv">本站总访问量:<span id="busuanzi_value_site_pv"></span>次</span></div>
<template #sidebar-top>
<a href="https://t.me/tgnav0bot" target="_blank"><div class="sidebar-top" style="text-align: center;"><img src="https://s2.loli.net/2024/06/27/gtuVsDoMT1v6RdK.jpg" alt="广告位招商" width="80%"></div></a>
</template>
<!--<template #page-content-bottom>
<div class="page-content-bottom"><a href="https://t.me/tgnav0bot" target="_blank"><img src="https://s2.loli.net/2024/06/27/gtuVsDoMT1v6RdK.jpg" alt="广告位招商" width="45%" style="float:left;"></a><a href="https://t.me/tgnav0bot" target="_blank"><img src="https://s2.loli.net/2024/06/27/gtuVsDoMT1v6RdK.jpg" alt="广告位招商" width="45%" style="float:right;"></a></div>
</template>-->
<template #page-bottom>
<div class="page-bottom" style="text-align: center;">Copyright © 2024 <a href="https://tgnav.github.io/tgwiki" target="_blank">TGwiki</a> by <a href="https://tgnav.github.io/" target="_blank">TGNAV</a><br/><span id="busuanzi_container_site_pv">本站总访问量:<span id="busuanzi_value_site_pv"></span>次</span></div>
</template>
</ParentLayout>
</template>

<style lang="css">
.my-footer {
text-align: center;
}
</style>
Binary file added images/ads.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "tgwiki",
"version": "1.1.0",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.1",
"@vuepress/bundler-webpack": "2.0.0-rc.1",
"@vuepress/plugin-docsearch": "^2.0.0-rc.1",
"@vuepress/plugin-pwa": "^2.0.0-rc.1",
"@vuepress/theme-default": "^2.0.0-rc.1",
"@vuepress/bundler-vite": "^2.0.0-rc.14",
"@vuepress/bundler-webpack": "2.0.0-rc.14",
"@vuepress/plugin-docsearch": "^2.0.0-rc.37",
"@vuepress/plugin-pwa": "^2.0.0-rc.37",
"@vuepress/plugin-sitemap": "^2.0.0-rc.37",
"@vuepress/theme-default": "^2.0.0-rc.37",
"vue": "^3.4.15",
"vuepress": "2.0.0-rc.1",
"vuepress-plugin-sitemap2": "^2.0.0-rc.11"
"vuepress": "2.0.0-rc.14"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit 6c849a3

Please sign in to comment.