feat: 修改docs
This commit is contained in:
parent
8a0add3bae
commit
d217984b02
|
@ -4,4 +4,5 @@ npm
|
|||
cnchar.min.js
|
||||
src_import_version
|
||||
!.vuepress
|
||||
assets/v2/**
|
||||
assets/v2/**
|
||||
docs/v2/**
|
|
@ -13,7 +13,7 @@
|
|||
export default {
|
||||
methods: {
|
||||
starGithub () {
|
||||
window.open('https://github.com/1011cat/shotCat_doc');
|
||||
window.open('https://github.com/theajack/cnchar');
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
@ -147,7 +147,6 @@ module.exports = {
|
|||
// platform: 'gitee',
|
||||
|
||||
// // owner与repo配置 https://github.com/${owner}/${repo}
|
||||
// // 例如我的仓库地址为https://github.com/1011cat/shotCat_doc 则owner为1011cat,repo为shotCat_doc
|
||||
// owner: 'theajack',
|
||||
// repo: 'cnchar',
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{542:function(t,s,i){},618:function(t,s,i){"use strict";var n=i(542);i.n(n).a},626:function(t,s,i){"use strict";i.r(s);var n={methods:{starGithub:function(){window.open("https://github.com/1011cat/shotCat_doc")}}},a=(i(618),i(21)),c=Object(a.a)(n,(function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"bg",on:{click:this.starGithub}},[this._m(0)])}),[function(){var t=this.$createElement,s=this._self._c||t;return s("div",{staticClass:"word glitch"},[s("div",{staticClass:"flash is-off"},[s("span",{staticClass:"text"},[this._v("给个star!")])])])}],!1,null,null,null);s.default=c.exports}}]);
|
||||
(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{542:function(t,s,i){},618:function(t,s,i){"use strict";var n=i(542);i.n(n).a},626:function(t,s,i){"use strict";i.r(s);var n={methods:{starGithub:function(){window.open("https://github.com/theajack/cnchar")}}},a=(i(618),i(21)),c=Object(a.a)(n,(function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"bg",on:{click:this.starGithub}},[this._m(0)])}),[function(){var t=this.$createElement,s=this._self._c||t;return s("div",{staticClass:"word glitch"},[s("div",{staticClass:"flash is-off"},[s("span",{staticClass:"text"},[this._v("给个star!")])])])}],!1,null,null,null);s.default=c.exports}}]);
|
Loading…
Reference in New Issue