opencode-visual-cache 1.1.5 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -2
- package/README_EN.md +4 -2
- package/dist/_version.d.ts +1 -1
- package/dist/_version.js +1 -1
- package/package.json +1 -1
- package/src/_version.ts +1 -1
package/README.md
CHANGED
|
@@ -18,13 +18,16 @@
|
|
|
18
18
|
|
|
19
19
|
<div align="center">
|
|
20
20
|
<strong>支持折叠,节省侧边栏占用👇</strong> <br>
|
|
21
|
-
<img src="https://raw.githubusercontent.com/Hotakus/opencode-visual-cache/master/assets/
|
|
21
|
+
<img src="https://raw.githubusercontent.com/Hotakus/opencode-visual-cache/master/assets/collapse.png"></img>
|
|
22
|
+
<img src="https://raw.githubusercontent.com/Hotakus/opencode-visual-cache/master/assets/collapse_en.png"></img>
|
|
22
23
|
</div>
|
|
23
24
|
<div align="center">
|
|
24
25
|
<strong>展开👇</strong> <br>
|
|
25
|
-
<img src="https://raw.githubusercontent.com/Hotakus/opencode-visual-cache/master/assets/
|
|
26
|
+
<img src="https://raw.githubusercontent.com/Hotakus/opencode-visual-cache/master/assets/expand.png"></img>
|
|
27
|
+
<img src="https://raw.githubusercontent.com/Hotakus/opencode-visual-cache/master/assets/expand_en.png"></img>
|
|
26
28
|
</div>
|
|
27
29
|
|
|
30
|
+
|
|
28
31
|
---
|
|
29
32
|
## 功能
|
|
30
33
|
|
package/README_EN.md
CHANGED
|
@@ -18,11 +18,13 @@
|
|
|
18
18
|
|
|
19
19
|
<div align="center">
|
|
20
20
|
<strong>Collapsed 👇</strong> <br>
|
|
21
|
-
<img src="https://raw.githubusercontent.com/Hotakus/opencode-visual-cache/master/assets/
|
|
21
|
+
<img src="https://raw.githubusercontent.com/Hotakus/opencode-visual-cache/master/assets/collapse.png"></img>
|
|
22
|
+
<img src="https://raw.githubusercontent.com/Hotakus/opencode-visual-cache/master/assets/collapse_en.png"></img>
|
|
22
23
|
</div>
|
|
23
24
|
<div align="center">
|
|
24
25
|
<strong>Expanded 👇</strong> <br>
|
|
25
|
-
<img src="https://raw.githubusercontent.com/Hotakus/opencode-visual-cache/master/assets/
|
|
26
|
+
<img src="https://raw.githubusercontent.com/Hotakus/opencode-visual-cache/master/assets/expand.png"></img>
|
|
27
|
+
<img src="https://raw.githubusercontent.com/Hotakus/opencode-visual-cache/master/assets/expand_en.png"></img>
|
|
26
28
|
</div>
|
|
27
29
|
|
|
28
30
|
---
|
package/dist/_version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PLUGIN_VERSION = "1.1.
|
|
1
|
+
export declare const PLUGIN_VERSION = "1.1.6";
|
package/dist/_version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// auto-generated
|
|
2
|
-
export const PLUGIN_VERSION = "1.1.
|
|
2
|
+
export const PLUGIN_VERSION = "1.1.6";
|
package/package.json
CHANGED
package/src/_version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// auto-generated
|
|
2
|
-
export const PLUGIN_VERSION="1.1.
|
|
2
|
+
export const PLUGIN_VERSION="1.1.6";
|