dsh-plugin-t-expert 0.1.0 → 0.1.1
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/lib/client.js +2 -0
- package/package.json +1 -1
package/lib/client.js
CHANGED
|
@@ -19970,6 +19970,8 @@ var CSS = `
|
|
|
19970
19970
|
/* \u8868\u5355\u91CC\u7684\u8F93\u5165\u6846\uFF1A.t-team-input \u7684 flex-basis \u662F\u7ED9\u6A2A\u5411\u641C\u7D22\u6761\u7528\u7684\uFF0C\u7AD6\u5411\u5BB9\u5668\u91CC\u4F1A\u628A\u5B83\u6491\u6210 200px \u9AD8 */
|
|
19971
19971
|
.t-team-field .t-team-input{flex:0 0 auto;width:100%;min-width:0;height:30px}
|
|
19972
19972
|
.t-team-editor .t-team-input{flex:0 0 auto;height:30px}
|
|
19973
|
+
/* \u7AD6\u5411 tab \u5BB9\u5668\u91CC\u7684\u641C\u7D22\u6846\u540C\u7406\uFF1A\u8BBE\u7F6E\u9875\u300C\u961F\u4F0D\u300Dtab \u7684\u641C\u7D22\u6846\u66FE\u7ECF\u88AB\u6491\u6210 200px \u9AD8 */
|
|
19974
|
+
.t-team-tabbody > .t-team-input{flex:0 0 auto;width:100%;min-width:0;height:30px}
|
|
19973
19975
|
.t-team-picker{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}
|
|
19974
19976
|
.t-team-picker-list{max-height:220px;overflow:auto;border:1px solid var(--dsw-alias-border-l2);border-radius:8px;padding:6px}
|
|
19975
19977
|
.t-team-picker-row{display:flex;align-items:center;gap:6px;padding:3px 4px;border-radius:6px;font-size:12px;cursor:pointer}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-plugin-t-expert",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "T Expert — a 279-expert, 18-division roster with full Chinese translations, as a standalone DeepSeek Harness plugin, with a built-in multi-agent team engine (T Team).",
|
|
6
6
|
"license": "MIT",
|