- 框架:vue-next
- 构建工具:vite
- 复制粘贴插件:clipboard.js
- 请求库:axios
- 在线地址:http://isfive.gitee.io/vite-programer/
- 在线地址:备用地址
- github仓库:备用仓库
后端接口:https://github.com/qiuquanwu/vite-programer-backend
修改src/config/index.js 注册有道云翻译api,百度云api的教程
// 有道应用配置
export const YD_APP_KEY = "78ab6bc4c8f5e1a5"
export const YD_KEY ='jYOJPLr0Mu9rCp77YAMWGYX1GirBe92w'
// 百度应用配置
export const BD_APP_ID = '20200811000539625'
export const BD_KEY = 'qoLUfDJ1scEIdj3RitFC'
- ❌批量导入,导出
- ✅️可设置需要的命名方式
- ❌自定义模板
- ❌项目约定命名文档生成
find ./src "(" -name "*.html" -or -name "*.vue" -or -name "*.js" -or -name "*.ts" -or -name "*.css" -or -name "*.styl" -or -name "*.less" -or -name "*.scss" ")" -print | xargs wc -l
11 ./src/animal.js
0 ./src/api/index.js
14 ./src/App.vue
72 ./src/components/ExportModal.vue
361 ./src/components/GodVal.vue
230 ./src/components/GodValNew.vue
200 ./src/components/JsonView.vue
64 ./src/components/ResultItem.vue
41 ./src/components/ResultItemNew.vue
35 ./src/config/index.js
8 ./src/index.css
28 ./src/main.js
19 ./src/util/bd.js
87 ./src/util/generator.js
10 ./src/util/getResultArray.js
200 ./src/util/md5.js
31 ./src/util/request.js
247 ./src/util/sha256.js
1658 total
- 限定字符查询
- 修复部分bug
- 历史查询导出json
- ❌导出excel表格(ing)
- 实现按需加载antd-vue
- 优化体验
- 升级到vite2.x
- 历史查询记录