清除代码
Showing
.github/workflows/ctool.yml
已删除
100644 → 0
.gitignore
已删除
100644 → 0
LICENSE
已删除
100644 → 0
README.md
已删除
100644 → 0
babel.config.js
已删除
100644 → 0
images/v1_1.jpg
已删除
100644 → 0
169.0 KB
images/v2_1.png
已删除
100644 → 0
129.0 KB
jsconfig.json
已删除
100644 → 0
package.json
已删除
100644 → 0
| { | |||
| "name": "c-tool", | |||
| "version": "1.11.2", | |||
| "private": true, | |||
| "scripts": { | |||
| "serve": "vue-cli-service serve --port 8081", | |||
| "dev": "vue-cli-service serve --port 8081", | |||
| "build": "vue-cli-service build --no-module", | |||
| "lint": "vue-cli-service lint", | |||
| "report": "vue-cli-service build --report" | |||
| }, | |||
| "dependencies": { | |||
| "@babel/parser": "^7.17.0", | |||
| "@prettier/plugin-php": "^0.17.6", | |||
| "@typescript-eslint/typescript-estree": "^5.10.2", | |||
| "angular-html-parser": "^1.8.0", | |||
| "axios": "^0.21.4", | |||
| "babel-runtime": "^6.26.0", | |||
| "bcryptjs": "^2.4.3", | |||
| "bignumber.js": "^9.0.2", | |||
| "camel-case": "^4.1.2", | |||
| "chinese-simple2traditional": "^1.0.1", | |||
| "code-formatter": "0.0.1", | |||
| "codemirror": "^5.65.1", | |||
| "codemirror-graphql": "^1.2.11", | |||
| "core-js": "^3.8.3", | |||
| "cosmiconfig": "^7.0.1", | |||
| "cron-parser": "^2.16.3", | |||
| "cronstrue": "^1.123.0", | |||
| "crypto-js": "^3.3.0", | |||
| "csv-parse": "^5.0.4", | |||
| "csv-stringify": "^6.0.5", | |||
| "darkreader": "^4.9.44", | |||
| "diff-match-patch": "^1.0.5", | |||
| "file": "^0.2.2", | |||
| "file-type": "^16.5.3", | |||
| "graphql": "15.7.2", | |||
| "hexy": "^0.3.4", | |||
| "ipinyinjs": "^1.0.0", | |||
| "jimp": "^0.16.1", | |||
| "js-base64": "^3.7.2", | |||
| "js-htmlencode": "^0.3.0", | |||
| "js-yaml": "^3.14.1", | |||
| "jsbarcode": "^3.11.5", | |||
| "json-to-properties": "^1.1.3", | |||
| "json5": "^2.2.0", | |||
| "jsonlint": "^1.6.3", | |||
| "jsonpath-plus": "^6.0.1", | |||
| "jsrsasign": "^10.5.1", | |||
| "jsrsasign-util": "^1.0.5", | |||
| "jwt-decode": "^3.1.2", | |||
| "lodash": "^4.17.21", | |||
| "mime-types": "^2.1.34", | |||
| "moment": "^2.29.1", | |||
| "netmask": "^2.0.2", | |||
| "pascal-case": "^3.1.2", | |||
| "php-array-reader": "^1.3.2", | |||
| "phparr": "^0.2.0", | |||
| "pluralize": "^8.0.0", | |||
| "postcss": "^8.4.6", | |||
| "postcss-less": "^5.0.0", | |||
| "postcss-scss": "^4.0.3", | |||
| "prettier": "^2.5.1", | |||
| "prettier-plugin-sql": "^0.3.0", | |||
| "properties-to-json": "^0.1.7", | |||
| "qrcode": "^1.5.0", | |||
| "qrcode-parser": "^1.2.0", | |||
| "qs": "^6.10.3", | |||
| "serialize-php": "^1.1.2", | |||
| "sm-crypto": "^0.3.7", | |||
| "system": "^2.0.1", | |||
| "typescript": "^4.5.5", | |||
| "uglify-js": "3.14.3", | |||
| "uuid": "^8.3.2", | |||
| "view-design": "^4.7.0", | |||
| "vue": "^2.6.14", | |||
| "vue-i18n": "^8.27.0", | |||
| "vue-router": "^3.5.3", | |||
| "vuedraggable": "^2.24.3", | |||
| "x2js": "git+https://gitee.com/ltlwill/x2js.git", | |||
| "xml-formatter": "^2.6.1" | |||
| }, | |||
| "devDependencies": { | |||
| "@babel/core": "^7.12.16", | |||
| "@babel/eslint-parser": "^7.12.16", | |||
| "@vue/cli-plugin-babel": "~5.0.0", | |||
| "@vue/cli-plugin-eslint": "~5.0.0", | |||
| "@vue/cli-service": "~5.0.0", | |||
| "eslint": "^7.32.0", | |||
| "eslint-plugin-vue": "^8.0.3", | |||
| "less": "^2.7.0", | |||
| "less-loader": "^6.0.0", | |||
| "node-polyfill-webpack-plugin": "^1.1.4", | |||
| "utools-api-types": "^2.3.0", | |||
| "vue-cli-plugin-iview": "~2.0.0", | |||
| "vue-template-compiler": "^2.6.14" | |||
| }, | |||
| "eslintConfig": { | |||
| "root": true, | |||
| "env": { | |||
| "node": true, | |||
| "webextensions": true | |||
| }, | |||
| "extends": [ | |||
| "plugin:vue/essential", | |||
| "eslint:recommended" | |||
| ], | |||
| "rules": { | |||
| "no-console": "off", | |||
| "vue/no-parsing-error": [ | |||
| 2, | |||
| { | |||
| "x-invalid-end-tag": false | |||
| } | |||
| ] | |||
| }, | |||
| "parserOptions": { | |||
| "parser": "@babel/eslint-parser" | |||
| }, | |||
| "globals": { | |||
| "__": "writable" | |||
| } | |||
| }, | |||
| "postcss": { | |||
| "plugins": { | |||
| "autoprefixer": {} | |||
| } | |||
| }, | |||
| "browserslist": [ | |||
| "> 1%", | |||
| "last 2 versions", | |||
| "not dead" | |||
| ] | |||
| } |
preview.yml
已删除
100644 → 0
public/img/icon_chrome.png
已删除
100644 → 0
3.5 KB
public/img/icon_utools.png
已删除
100644 → 0
11.1 KB
public/index.html
已删除
100644 → 0
public/index.js
已删除
100644 → 0
public/tool.html
已删除
100644 → 0
src/adapter/default/db.js
已删除
100644 → 0
src/adapter/firefox/helper.js
已删除
100644 → 0
src/adapter/utools/db.js
已删除
100644 → 0
src/adapter/utools/helper.js
已删除
100644 → 0
src/components/bottom.vue
已删除
100644 → 0
src/components/history.vue
已删除
100644 → 0
src/components/inputBlock.vue
已删除
100644 → 0
src/components/notice.vue
已删除
100644 → 0
src/config.js
已删除
100644 → 0
src/helper.js
已删除
100644 → 0
src/i18n/.gitignore
已删除
100644 → 0
src/i18n/build.js
已删除
100644 → 0
src/i18n/index.js
已删除
100644 → 0
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
src/statics/crontab_cn.png
已删除
100644 → 0
此差异已折叠。
src/statics/crontab_en.png
已删除
100644 → 0
此差异已折叠。
src/statics/theme.less
已删除
100644 → 0
此差异已折叠。
src/statics/theme_dark.css
已删除
100644 → 0
此差异已折叠。
src/tool.js
已删除
100644 → 0
此差异已折叠。
src/tool.router.js
已删除
100644 → 0
此差异已折叠。
src/tool.vue
已删除
100644 → 0
此差异已折叠。
src/tool/adapter.js
已删除
100644 → 0
此差异已折叠。
src/tool/cache.js
已删除
100644 → 0
此差异已折叠。
src/tool/clipboard.js
已删除
100644 → 0
此差异已折叠。
src/tool/config.js
已删除
100644 → 0
此差异已折叠。
src/tool/db.js
已删除
100644 → 0
此差异已折叠。
src/tool/event.js
已删除
100644 → 0
此差异已折叠。
src/tool/history.js
已删除
100644 → 0
此差异已折叠。
src/tool/instance.js
已删除
100644 → 0
此差异已折叠。
src/tool/model.js
已删除
100644 → 0
此差异已折叠。
src/tool/setting.js
已删除
100644 → 0
此差异已折叠。
src/tool/theme.js
已删除
100644 → 0
此差异已折叠。
src/tool/user.js
已删除
100644 → 0
此差异已折叠。
src/views/setting/block.vue
已删除
100644 → 0
此差异已折叠。
src/views/setting/common.vue
已删除
100644 → 0
此差异已折叠。
此差异已折叠。
src/views/tool/ascii.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/barcode.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/base64.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/bcrypt.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/binary.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/code.vue
已删除
100644 → 0
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
src/views/tool/crontab.vue
已删除
100644 → 0
此差异已折叠。
此差异已折叠。
src/views/tool/diffs.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/encrypt.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/hash.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/hex2base64.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/hexString.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/html.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/ip.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/ipcalc.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/json.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/jwt.vue
已删除
100644 → 0
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
src/views/tool/pinyin.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/pinyin/dict.js
已删除
100644 → 0
此差异已折叠。
src/views/tool/qrCode.vue
已删除
100644 → 0
此差异已折叠。
此差异已折叠。
src/views/tool/regex.vue
已删除
100644 → 0
此差异已折叠。
此差异已折叠。
src/views/tool/sign.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/text.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/time.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/timestamp.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/unicode.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/unit.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/url.vue
已删除
100644 → 0
此差异已折叠。
src/views/tool/uuid.vue
已删除
100644 → 0
此差异已折叠。
此差异已折叠。
src/views/tool/websocket.vue
已删除
100644 → 0
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
vue.config.js
已删除
100644 → 0
此差异已折叠。
开源任务1.md
已删除
100644 → 0
此差异已折叠。
开源任务2.md
已删除
100644 → 0
此差异已折叠。