File tree Expand file tree Collapse file tree 2 files changed +24
-9
lines changed Expand file tree Collapse file tree 2 files changed +24
-9
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- [x] 随机串/密码生成器
8
8
9
- - [ ] 中文/ASCii互转
9
+ - [x ] 中文/ASCii互转
10
10
11
11
- [ ] 中文/UTF-8互转
12
12
13
13
- [ ] AES/DES加解密
14
14
15
15
- [ ] MD5、SHA加密
16
16
17
- - [ ] base64编码 /解码
17
+ - [ ] Base64编码 /解码
18
18
19
19
# 开发
20
20
@@ -24,19 +24,32 @@ git clone
24
24
cd coderbox
25
25
npm i
26
26
27
+ # 运行
28
+ npm start
29
+ ```
30
+
31
+ Bootstrap5终于不再需要jquery了,可以和Vue一起用:
32
+
33
+ ``` bash
34
+ npm i -D electron
35
+ npm i vue bootstrap @popperjs/core
36
+ ```
37
+
38
+ # 发行版打包
39
+
40
+ ``` bash
27
41
# 安装electron-builder
28
42
npm i -g electron-builder
43
+
44
+ cd coderbox
29
45
# linux环境下打包
30
46
npm run build-dist:linux
31
47
# win环境下打包
32
48
npm run build-dist:win
33
49
```
34
50
35
- Bootstrap5终于不再需要jquery了,可以和Vue一起用:
51
+ # 截图
36
52
37
- ``` bash
38
- npm i -D electron webpack webpack-cli css-loader style-loader html-webpack-plugin
39
- npm i vue vue-router bootstrap @popperjs/core
40
- ```
53
+ ![ image-20220913152703258] ( https://imgbd.r-xnoro.com//image-20220913152703258.png )
41
54
42
- # 截图
55
+ ![ image-20220913152551500 ] ( https://imgbd.r-xnoro.com//image-20220913152551500.png )
Original file line number Diff line number Diff line change 20
20
< a href ="# " class ="nav-link dropdown-toggle " data-bs-toggle ="dropdown "> 编码/加密</ a >
21
21
< div class ="dropdown-menu ">
22
22
< a href ="# " @click ="to('ascii') " class ="dropdown-item "> 中文/ASCii互转</ a >
23
+ < a href ="# " class ="dropdown-item "> 中文/UTF-8互转</ a >
23
24
< a href ="# " class ="dropdown-item "> Base64编码/解码</ a >
24
- < a href ="# " class ="dropdown-item "> ASCii编码</ a >
25
+ < a href ="# " class ="dropdown-item "> MD5、SHA加密</ a >
26
+ < a href ="# " class ="dropdown-item "> AES/DES加解密</ a >
25
27
</ div >
26
28
</ li >
27
29
< li class ="nav-item ">
You can’t perform that action at this time.
0 commit comments