使用vue+iviewui 重构
添加php数组/序列化功能 #5 添加文本差异化工具 正则工具添加替换功能
Showing
babel.config.js
0 → 100644
| W: | H:
| W: | H:
extension/popup/index.html
已删除
100644 → 0
extension/popup/popup.js
已删除
100644 → 0
5.8 KB
11.2 KB
5.7 KB
701 字节
1.7 KB
文件已删除
因为 它太大了无法显示 source diff 。你可以改为 查看blob。
文件已删除
文件已删除
2.6 KB
5.4 KB
2.7 KB
4.0 KB
3.3 KB
7.3 KB
2.3 KB
1.8 KB
6.6 KB
4.3 KB
2.9 KB
3.0 KB
3.1 KB
5.0 KB
5.1 KB
9.6 KB
3.7 KB
7.9 KB
3.1 KB
3.2 KB
4.3 KB
2.7 KB
4.7 KB
3.9 KB
2.5 KB
2.0 KB
3.4 KB
2.4 KB
3.6 KB
1.8 KB
2.3 KB
1.5 KB
3.5 KB
6.3 KB
5.6 KB
3.1 KB
3.6 KB
5.2 KB
2.6 KB
4.0 KB
3.3 KB
2.9 KB
2.3 KB
2.6 KB
2.3 KB
4.5 KB
5.7 KB
2.7 KB
777 字节
2.1 KB
2.1 KB
1.9 KB
2.0 KB
2.6 KB
2.2 KB
10.1 KB
2.2 KB
3.2 KB
2.4 KB
2.0 KB
5.7 KB
6.3 KB
3.5 KB
3.0 KB
2.6 KB
1.4 KB
2.4 KB
3.3 KB
4.5 KB
5.2 KB
4.0 KB
4.1 KB
因为 它太大了无法显示 source diff 。你可以改为 查看blob。
20.8 KB
因为 它太大了无法显示 source diff 。你可以改为 查看blob。
package-lock.json
0 → 100644
因为 它太大了无法显示 source diff 。你可以改为 查看blob。
package.json
0 → 100644
| { | |||
| "name": "chrome-tool", | |||
| "version": "0.0.4", | |||
| "private": true, | |||
| "scripts": { | |||
| "serve": "vue-cli-service serve --port 8081", | |||
| "build": "vue-cli-service build", | |||
| "lint": "vue-cli-service lint" | |||
| }, | |||
| "dependencies": { | |||
| "ajax-request": "^1.2.3", | |||
| "code-formatter": "0.0.1", | |||
| "crypto-js": "^3.1.9-1", | |||
| "diff": "^4.0.1", | |||
| "ipinyinjs": "^1.0.0", | |||
| "is-url": "^1.2.4", | |||
| "iview": "^3.4.0", | |||
| "js-base64": "^2.5.1", | |||
| "lscache": "^1.3.0", | |||
| "php-array-parser": "^1.0.1", | |||
| "phparr": "^0.2.0", | |||
| "qrcode": "^1.3.3", | |||
| "qrcode-parser": "^1.2.0", | |||
| "radix.js": "0.0.1", | |||
| "serialize-php": "^1.1.2", | |||
| "vue": "^2.6.10", | |||
| "vue-prismjs": "^1.2.0", | |||
| "vue-router": "^3.0.1" | |||
| }, | |||
| "devDependencies": { | |||
| "@vue/cli-plugin-babel": "^3.5.5", | |||
| "@vue/cli-plugin-eslint": "^3.5.0", | |||
| "@vue/cli-service": "^3.5.3", | |||
| "babel-eslint": "^10.0.1", | |||
| "eslint": "^5.16.0", | |||
| "eslint-plugin-vue": "^5.0.0", | |||
| "vue-cli-plugin-iview": "^1.0.6", | |||
| "vue-template-compiler": "^2.6.10" | |||
| }, | |||
| "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" | |||
| } | |||
| }, | |||
| "postcss": { | |||
| "plugins": { | |||
| "autoprefixer": {} | |||
| } | |||
| }, | |||
| "browserslist": [ | |||
| "> 1%", | |||
| "last 2 versions", | |||
| "not ie <= 8" | |||
| ] | |||
| } |
src/App.vue
0 → 100644
src/components/codeHighlight.vue
0 → 100644
src/components/optionBlock.vue
0 → 100644
src/helper.js
0 → 100644
src/index.html
0 → 100644
src/main.js
0 → 100644
src/router.js
0 → 100644
src/tool/cache.js
0 → 100644
src/tool/config.js
0 → 100644
src/tool/model.js
0 → 100644
src/views/tool/base64.vue
0 → 100644
src/views/tool/code.vue
0 → 100644
src/views/tool/decimalConvert.vue
0 → 100644
src/views/tool/diffs.vue
0 → 100644
src/views/tool/encrypt.vue
0 → 100644
src/views/tool/hash.vue
0 → 100644
src/views/tool/ip.vue
0 → 100644
src/views/tool/pinyin.vue
0 → 100644
src/views/tool/pinyin/dict.js
0 → 100644
src/views/tool/qrCode.vue
0 → 100644
src/views/tool/randomString.vue
0 → 100644
src/views/tool/regex.vue
0 → 100644
src/views/tool/timestamp.vue
0 → 100644
src/views/tool/unicode.vue
0 → 100644
src/views/tool/url.vue
0 → 100644
vue.config.js
0 → 100644