Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
raodeming committed Feb 5, 2021
1 parent 73e2b13 commit a88147c
Show file tree
Hide file tree
Showing 20 changed files with 56 additions and 1,114 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 1 在线体验
####   1.1 电脑在线体验:[https://captcha.anji-plus.com/](https://captcha.anji-plus.com/ "链接")
####   1.2 微信小程序和H5在线体验(基于uni-app实现)
#### &emsp; 1.2 在线文档:[https://captcha.anji-plus.com/#/doc](https://captcha.anji-plus.com/#/doc "doc")<br>
#### &emsp; 1.3 微信小程序和H5在线体验(基于uni-app实现)
&emsp;&emsp; 如果图片未能正常展示,可查看码云,和github同步 [码云]( https://gitee.com/anji-plus/captcha "码云")<br>
![微信小程序](https://captcha.anji-plus.com/static/8cm.jpg "微信小程序")&emsp;&emsp;![h5](https://images.gitee.com/uploads/images/2020/0429/174246_c33e3fa3_1728982.png "h5.png")<br>
&emsp;&emsp;&emsp;&emsp;微信小程序Demo&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;uni-app H5 demo
Expand Down Expand Up @@ -63,8 +64,7 @@ DONE Compiled successfully in 29587ms 12:06:38
I Your application is running here: http://localhost:8081
```
&emsp;详细的前后端接入文档,后端示例代码service目录下,前端示例代码view目录下。
#### &emsp; 5.2 [码云wiki接入文档(国内较快)](https://gitee.com/anji-plus/captcha/wikis/Home "码云")<br>
#### &emsp; 5.3 [github wiki接入文档](https://github.com/anji-plus/captcha/wiki "github")<br>


# 6 近期计划
#### &emsp; 6.1 增加weex示例
Expand Down
6 changes: 3 additions & 3 deletions view/doc/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 在线体验
#### &emsp; 1.1 电脑在线体验:[https://captcha.anji-plus.com/](https://captcha.anji-plus.com/ "链接")
#### &emsp; 1.2 微信小程序和H5在线体验(基于uni-app实现)
#### &emsp; 1.2 在线文档:[https://captcha.anji-plus.com/#/doc](https://captcha.anji-plus.com/#/doc "doc")<br>
#### &emsp; 1.3 微信小程序和H5在线体验(基于uni-app实现)
&emsp;&emsp; 如果图片未能正常展示,可查看码云,和github同步 [码云]( https://gitee.com/anji-plus/captcha "码云")<br>
![微信小程序](https://captcha.anji-plus.com/static/8cm.jpg "微信小程序")&emsp;&emsp;![h5](https://images.gitee.com/uploads/images/2020/0429/174246_c33e3fa3_1728982.png "h5.png")<br>
&emsp;&emsp;&emsp;&emsp;微信小程序Demo&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;uni-app H5 demo
Expand Down Expand Up @@ -63,8 +64,7 @@ DONE Compiled successfully in 29587ms 12:06:38
I Your application is running here: http://localhost:8081
```
&emsp;详细的前后端接入文档,后端示例代码service目录下,前端示例代码view目录下。
#### &emsp; 5.2 [码云wiki接入文档(国内较快)](https://gitee.com/anji-plus/captcha/wikis/Home "码云")<br>
#### &emsp; 5.3 [github wiki接入文档](https://github.com/anji-plus/captcha/wiki "github")<br>


# 近期计划
#### &emsp; 6.1 增加weex示例
Expand Down
6 changes: 3 additions & 3 deletions view/doc/docs/captchaDoc/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
a.引入jar,已上传至maven中央仓库。
```java
<dependency>
<groupId>com.github.anji-plus</groupId>
<artifactId>captcha-spring-boot-starter</artifactId>
<groupId>com.anji-plus</groupId>
<artifactId>spring-boot-starter-captcha</artifactId>
<version>1.2.7</version>
</dependency>
```
Expand Down Expand Up @@ -181,7 +181,7 @@ public ResponseModel get(@RequestBody CaptchaVO captchaVO) {
a.引入jar,已上传至maven中央仓库。
```java
<dependency>
<groupId>com.github.anji-plus</groupId>
<groupId>com.anji-plus</groupId>
<artifactId>captcha</artifactId>
<version>1.2.7</version>
</dependency>
Expand Down
12 changes: 3 additions & 9 deletions view/vue/src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,9 @@ export default new Router({
]
},
{
path: '/helpCenter',
name: 'helpCenter',
component: ()=> import("./../views/helpCenter/HelpCenter.vue"),
redirect:'/helpCenter/admin/1',
children:[
{path:'admin/:id',name:"admin",component:()=>import("./../views/helpCenter/HelpAdmin.vue")},
{path:'desc',name:"helpDesc",component:()=>import("./../views/helpCenter/HelpDesc.vue")},
{path:'question',name:"question",component:()=>import("./../views/helpCenter/Question.vue")},
]
path: '/doc',
name: 'doc',
component: ()=> import("./../views/doc/doc.vue")
},
{
path: '/apply',
Expand Down
43 changes: 43 additions & 0 deletions view/vue/src/views/doc/doc.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<template>
<div>
<el-container style="width: 100%;height: 100%;">
<el-header style="height: auto; padding: 0;">
<myHeader></myHeader>
</el-header>
</el-container>
<el-main>
<iframe id="mainContent" style="position:absolute;width:99%;height:80vh;top:64px"
src="https://captcha.anji-plus.com/captcha-doc/"
></iframe>
</el-main>
</div>

</template>

<script>
import myHeader from "./../layout/Header"
import MenuItem from "./../layout/UseMenuItem"

export default {
name:'doc',
data() {
return {

}
},
mounted() {

},
components:{
myHeader
},
methods: {

},
}
</script>

<style scoped lang="less">

</style>

45 changes: 0 additions & 45 deletions view/vue/src/views/helpCenter/HelpAdmin.vue

This file was deleted.

231 changes: 0 additions & 231 deletions view/vue/src/views/helpCenter/HelpCenter.vue

This file was deleted.

Loading

0 comments on commit a88147c

Please sign in to comment.