@wendongfly/zihi 1.1.12 → 1.1.13
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/dist/index.html +2 -2
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.html
CHANGED
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
border: none; font-size: 0.9rem; font-weight: 600; cursor: pointer;
|
|
358
358
|
}
|
|
359
359
|
.dir-btn.primary { background: var(--accent); color: #fff; }
|
|
360
|
-
.dir-btn.cancel { background: var(--bg); color: var(--
|
|
360
|
+
.dir-btn.cancel { background: var(--bg); color: var(--muted); border: 1px solid var(--border); }
|
|
361
361
|
|
|
362
362
|
/* ── Kill confirm ── */
|
|
363
363
|
#kill-menu {
|
|
@@ -490,7 +490,7 @@
|
|
|
490
490
|
<div id="dir-list"></div>
|
|
491
491
|
<div id="dir-actions">
|
|
492
492
|
<button class="dir-btn cancel" onclick="closeDirPicker()">取消</button>
|
|
493
|
-
<button class="dir-btn" onclick="createSubDir()" style="background:#
|
|
493
|
+
<button class="dir-btn" onclick="createSubDir()" style="background:#1f6feb;color:#fff;border:none">新建文件夹</button>
|
|
494
494
|
<button class="dir-btn primary" onclick="selectDir()">选择此目录</button>
|
|
495
495
|
</div>
|
|
496
496
|
</div>
|
package/dist/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"module","version":"1.1.
|
|
1
|
+
{"type":"module","version":"1.1.13"}
|