{"id":22400368,"url":"https://github.com/qiuquanwu/valgod","last_synced_at":"2025-10-07T06:39:04.928Z","repository":{"id":39117283,"uuid":"286013480","full_name":"qiuquanwu/ValGod","owner":"qiuquanwu","description":"一个基于vite+vue3程序员翻译命名神器","archived":false,"fork":false,"pushed_at":"2025-03-25T01:19:40.000Z","size":4537,"stargazers_count":39,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-31T16:37:26.070Z","etag":null,"topics":["codelf","vite","vue","vue3"],"latest_commit_sha":null,"homepage":"https://qiuquanwu.github.io/ValGod/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qiuquanwu.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-08-08T09:32:10.000Z","updated_at":"2025-03-25T01:19:44.000Z","dependencies_parsed_at":"2025-07-31T14:38:33.417Z","dependency_job_id":"e1c41c37-f1fe-40d8-adf0-bea35e66b37a","html_url":"https://github.com/qiuquanwu/ValGod","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qiuquanwu/ValGod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiuquanwu%2FValGod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiuquanwu%2FValGod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiuquanwu%2FValGod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiuquanwu%2FValGod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qiuquanwu","download_url":"https://codeload.github.com/qiuquanwu/ValGod/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiuquanwu%2FValGod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278734436,"owners_count":26036404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codelf","vite","vue","vue3"],"created_at":"2024-12-05T08:12:44.545Z","updated_at":"2025-10-07T06:39:04.890Z","avatar_url":"https://github.com/qiuquanwu.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 变量名神器ValGod\n![ValGod](https://socialify.git.ci/qiuquanwu/ValGod/image?description=1\u0026font=Source%20Code%20Pro\u0026language=1\u0026owner=1\u0026pattern=Plus\u0026stargazers=1\u0026theme=Light)\n使用技术：\n- 框架：vue-next\n- 构建工具：vite\n- 复制粘贴插件：clipboard.js\n- 请求库：axios\n\u003c!-- - 在线地址：[http://isfive.gitee.io/vite-programer/](http://isfive.gitee.io/vite-programer/) --\u003e\n- 在线地址：[备用地址](https://valgod.vercel.app/)\n- github仓库：[备用仓库](https://github.com/qiuquanwu/ValGod)\n# 私有部署\n## 配合后端java（推荐）\n后端接口：[https://github.com/qiuquanwu/vite-programer-backend](https://github.com/qiuquanwu/vite-programer-backend)\n\n## 内部搭建配置（纯js）：\n修改src/config/index.js\n[注册有道云翻译api，百度云api的教程](https://github.com/qiuquanwu/vite-programer-backend/blob/master/readme.md)\n```javascript\n// 有道应用配置\nexport const YD_APP_KEY = \"78ab6bc4c8f5e1a5\"\nexport const YD_KEY ='jYOJPLr0Mu9rCp77YAMWGYX1GirBe92w'\n// 百度应用配置\nexport const BD_APP_ID = '20200811000539625'\nexport const BD_KEY = 'qoLUfDJ1scEIdj3RitFC'\n```\n# 计划中\n-  ❌批量导入，导出\n-  ✅️可设置需要的命名方式\n-  ❌自定义模板\n-  ❌项目约定命名文档生成\n# 更新日志\n## 统计vue项目代码行数\n```\nfind ./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\n```\n```shell\n   11 ./src/animal.js\n    0 ./src/api/index.js\n   14 ./src/App.vue\n   72 ./src/components/ExportModal.vue\n  361 ./src/components/GodVal.vue\n  230 ./src/components/GodValNew.vue\n  200 ./src/components/JsonView.vue\n   64 ./src/components/ResultItem.vue\n   41 ./src/components/ResultItemNew.vue\n   35 ./src/config/index.js\n    8 ./src/index.css\n   28 ./src/main.js\n   19 ./src/util/bd.js\n   87 ./src/util/generator.js\n   10 ./src/util/getResultArray.js\n  200 ./src/util/md5.js\n   31 ./src/util/request.js\n  247 ./src/util/sha256.js\n 1658 total\n\n```\n## 2022年1月4日\n- 限定字符查询\n- 修复部分bug\n## 2021年1月27日 13点06分\n- 历史查询导出json\n- ❌导出excel表格（ing）\n## 2021年1月21日 18点08分\n- 实现按需加载antd-vue\n## 2021年1月20日 13点55分\n- ui改版（2.0版本）\n![](./img/demov3.png)\n## 2021年1月18日 18点45分\n- 优化体验\n## 2021年1月17日 19点03分\n- 升级到vite2.x\n## 2021年1月13日 17点48分\n- 历史查询记录\n## 2021年1月10日 07点48分\n- 按下回车触发\n- 取消alert提示\n![](./img/demov1.png)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqiuquanwu%2Fvalgod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqiuquanwu%2Fvalgod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqiuquanwu%2Fvalgod/lists"}