autoglm-gui 1.2.0__py3-none-any.whl → 1.2.1__py3-none-any.whl
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.
- AutoGLM_GUI/static/assets/{about-PcGX7dIG.js → about-BtBH1xKN.js} +1 -1
- AutoGLM_GUI/static/assets/{chat-B0FKL2ne.js → chat-DPzFNNGu.js} +1 -1
- AutoGLM_GUI/static/assets/{dialog-BSNX0L1i.js → dialog-Dwuk2Hgl.js} +1 -1
- AutoGLM_GUI/static/assets/{index-DOt5XNhh.js → index-B_AaKuOT.js} +1 -1
- AutoGLM_GUI/static/assets/index-CvQkCi2d.js +11 -0
- AutoGLM_GUI/static/assets/{workflows-B1hgBC_O.js → workflows-xX_QH-wI.js} +1 -1
- AutoGLM_GUI/static/index.html +1 -1
- {autoglm_gui-1.2.0.dist-info → autoglm_gui-1.2.1.dist-info}/METADATA +4 -4
- {autoglm_gui-1.2.0.dist-info → autoglm_gui-1.2.1.dist-info}/RECORD +12 -12
- AutoGLM_GUI/static/assets/index-CnEYDOXp.js +0 -11
- {autoglm_gui-1.2.0.dist-info → autoglm_gui-1.2.1.dist-info}/WHEEL +0 -0
- {autoglm_gui-1.2.0.dist-info → autoglm_gui-1.2.1.dist-info}/entry_points.txt +0 -0
- {autoglm_gui-1.2.0.dist-info → autoglm_gui-1.2.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
import{c as D,u as S,r as t,l as b,j as e,B as r,d as W,a as F,b as T}from"./index-
|
|
1
|
+
import{c as D,u as S,r as t,l as b,j as e,B as r,d as W,a as F,b as T}from"./index-CvQkCi2d.js";import{P as E,L as f,C as L,a as P,b as z,c as H,T as I,D as q,d as B,e as M,f as _,g as j,I as O,h as R,i as A}from"./dialog-Dwuk2Hgl.js";const G=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]],J=D("square-pen",G);function U(){const s=S(),[m,g]=t.useState([]),[p,x]=t.useState(!0),[k,o]=t.useState(!1),[c,h]=t.useState(null),[l,i]=t.useState({name:"",text:""}),[w,u]=t.useState(!1);t.useEffect(()=>{d()},[]);const d=async()=>{try{x(!0);const a=await b();g(a.workflows)}catch(a){console.error("Failed to load workflows:",a)}finally{x(!1)}},v=()=>{h(null),i({name:"",text:""}),o(!0)},N=a=>{h(a),i({name:a.name,text:a.text}),o(!0)},C=async()=>{try{u(!0),c?await F(c.uuid,l):await T(l),o(!1),d()}catch(a){console.error("Failed to save workflow:",a)}finally{u(!1)}},y=async a=>{if(window.confirm(s.workflows.deleteConfirm))try{await W(a),d()}catch(n){console.error("Failed to delete workflow:",n)}};return e.jsxs("div",{className:"container mx-auto p-6 max-w-7xl",children:[e.jsxs("div",{className:"flex justify-between items-center mb-6",children:[e.jsx("h1",{className:"text-3xl font-bold",children:s.workflows.title}),e.jsxs(r,{onClick:v,children:[e.jsx(E,{className:"w-4 h-4 mr-2"}),s.workflows.createNew]})]}),p?e.jsx("div",{className:"flex justify-center items-center h-64",children:e.jsx(f,{className:"w-8 h-8 animate-spin text-slate-400"})}):m.length===0?e.jsx("div",{className:"text-center py-12",children:e.jsx("p",{className:"text-slate-500 dark:text-slate-400",children:s.workflows.empty})}):e.jsx("div",{className:"grid gap-4 md:grid-cols-2 lg:grid-cols-3",children:m.map(a=>e.jsxs(L,{className:"hover:shadow-md transition-shadow",children:[e.jsx(P,{children:e.jsx(z,{className:"text-lg",children:a.name})}),e.jsxs(H,{children:[e.jsx("p",{className:"text-sm text-slate-600 dark:text-slate-400 mb-4 line-clamp-3",children:a.text}),e.jsxs("div",{className:"flex gap-2",children:[e.jsxs(r,{variant:"outline",size:"sm",onClick:()=>N(a),children:[e.jsx(J,{className:"w-3 h-3 mr-1"}),s.common.edit]}),e.jsxs(r,{variant:"destructive",size:"sm",onClick:()=>y(a.uuid),children:[e.jsx(I,{className:"w-3 h-3 mr-1"}),s.common.delete]})]})]})]},a.uuid))}),e.jsx(q,{open:k,onOpenChange:o,children:e.jsxs(B,{className:"sm:max-w-[600px]",children:[e.jsx(M,{children:e.jsx(_,{children:c?s.workflows.edit:s.workflows.create})}),e.jsxs("div",{className:"space-y-4 py-4",children:[e.jsxs("div",{className:"space-y-2",children:[e.jsx(j,{htmlFor:"name",children:s.workflows.name}),e.jsx(O,{id:"name",value:l.name,onChange:a=>i(n=>({...n,name:a.target.value})),placeholder:s.workflows.namePlaceholder})]}),e.jsxs("div",{className:"space-y-2",children:[e.jsx(j,{htmlFor:"text",children:s.workflows.text}),e.jsx(R,{id:"text",value:l.text,onChange:a=>i(n=>({...n,text:a.target.value})),placeholder:s.workflows.textPlaceholder,rows:6,className:"resize-none !rounded-lg"})]})]}),e.jsxs(A,{children:[e.jsx(r,{variant:"outline",onClick:()=>o(!1),children:s.common.cancel}),e.jsx(r,{onClick:C,disabled:!l.name.trim()||!l.text.trim()||w,children:w?e.jsxs(e.Fragment,{children:[e.jsx(f,{className:"w-4 h-4 mr-2 animate-spin"}),s.common.loading]}):s.common.save})]})]})})]})}export{U as component};
|
AutoGLM_GUI/static/index.html
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<link rel="icon" type="image/png" sizes="192x192" href="/logo-192.png" />
|
|
12
12
|
<link rel="icon" type="image/png" sizes="512x512" href="/logo-512.png" />
|
|
13
13
|
<meta name="theme-color" content="#f5f1e8" />
|
|
14
|
-
<script type="module" crossorigin src="/assets/index-
|
|
14
|
+
<script type="module" crossorigin src="/assets/index-CvQkCi2d.js"></script>
|
|
15
15
|
<link rel="stylesheet" crossorigin href="/assets/index-BjYIY--m.css">
|
|
16
16
|
</head>
|
|
17
17
|
<body>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: autoglm-gui
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: Web GUI for AutoGLM Phone Agent - AI-powered Android automation
|
|
5
5
|
Project-URL: Homepage, https://github.com/suyiiyii/AutoGLM-GUI
|
|
6
6
|
Project-URL: Repository, https://github.com/suyiiyii/AutoGLM-GUI
|
|
@@ -72,9 +72,9 @@ AutoGLM 手机助手的现代化 Web 图形界面 - 让 AI 自动化操作 Andro
|
|
|
72
72
|
|
|
73
73
|
| 操作系统 | 下载链接 | 说明 |
|
|
74
74
|
|---------|---------|------|
|
|
75
|
-
| 🪟 **Windows** (x64) | [📦 下载便携版 EXE](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.2.
|
|
76
|
-
| 🍎 **macOS** (Apple Silicon) | [📦 下载 DMG](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.2.
|
|
77
|
-
| 🐧 **Linux** (x64) | [📦 下载 AppImage](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.2.
|
|
75
|
+
| 🪟 **Windows** (x64) | [📦 下载便携版 EXE](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.2.1/AutoGLM.GUI.1.2.1.exe) | 适用于 Windows 10/11,免安装 |
|
|
76
|
+
| 🍎 **macOS** (Apple Silicon) | [📦 下载 DMG](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.2.1/AutoGLM.GUI-1.2.1-arm64.dmg) | 适用于 M 芯片 Mac |
|
|
77
|
+
| 🐧 **Linux** (x64) | [📦 下载 AppImage](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.2.1/AutoGLM.GUI-1.2.1.AppImage) \| [deb](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.2.1/autoglm-gui_1.2.1_amd64.deb) \| [tar.gz](https://github.com/suyiiyii/AutoGLM-GUI/releases/download/v1.2.1/autoglm-gui-1.2.1.tar.gz) | 通用格式,支持主流发行版 |
|
|
78
78
|
|
|
79
79
|
</div>
|
|
80
80
|
|
|
@@ -35,18 +35,18 @@ AutoGLM_GUI/api/media.py,sha256=Ioncwd68CNkYvqmeTJJ3P5I1rjWfw6PM4WPz5Ixx8vI,1631
|
|
|
35
35
|
AutoGLM_GUI/api/version.py,sha256=ZN99iH2PA_qx5A1fnSEO-Yihh4K7Bc4r1jOnP6IcXZo,5861
|
|
36
36
|
AutoGLM_GUI/api/workflows.py,sha256=dis4k8b-xTYL99qlSYev-Qo5a7z9XdwA1xyC8fRJGLE,2360
|
|
37
37
|
AutoGLM_GUI/static/favicon.ico,sha256=uB4wrcENiFaF-K4V-FzNp51XLW8GC4-ujpBDHgISfGM,781
|
|
38
|
-
AutoGLM_GUI/static/index.html,sha256=
|
|
38
|
+
AutoGLM_GUI/static/index.html,sha256=G-YutPCEfDwibg_nqlpsOo0wAhciP1NcWk867XPPjFc,761
|
|
39
39
|
AutoGLM_GUI/static/logo-192.png,sha256=FOXgZxFrN0ZleO0VjlCnvD5cDkd1okJPkwPDZqsflNs,35243
|
|
40
40
|
AutoGLM_GUI/static/logo-512.png,sha256=HlwSg09dQ3_Jtb09Ght4l2VK3YNLZlP_941LCdpDkWk,251598
|
|
41
|
-
AutoGLM_GUI/static/assets/about-
|
|
42
|
-
AutoGLM_GUI/static/assets/chat-
|
|
43
|
-
AutoGLM_GUI/static/assets/dialog-
|
|
41
|
+
AutoGLM_GUI/static/assets/about-BtBH1xKN.js,sha256=MBfgBt5H-NGe8W3_M2lkv_lL5rCKIW1EdqsfgL-vdV0,155
|
|
42
|
+
AutoGLM_GUI/static/assets/chat-DPzFNNGu.js,sha256=hnXlEg1UU_a367Kfgj9tRjIRranXTaVetAJBBUsOlDY,270658
|
|
43
|
+
AutoGLM_GUI/static/assets/dialog-Dwuk2Hgl.js,sha256=s02rPAWUvpZsR7qeWwsfSho-Vv9uNstjf7FRl6_aVoA,27348
|
|
44
|
+
AutoGLM_GUI/static/assets/index-B_AaKuOT.js,sha256=Y2BcN31l7f24AY1p2MAJAwDpITWCjiDAsRVbG9vzywQ,229
|
|
44
45
|
AutoGLM_GUI/static/assets/index-BjYIY--m.css,sha256=VOiK2srNO8IUiVRALg1ew8UvkNQH7GvaR-pTltZlSDw,74549
|
|
45
|
-
AutoGLM_GUI/static/assets/index-
|
|
46
|
-
AutoGLM_GUI/static/assets/index-DOt5XNhh.js,sha256=F7m5yI5zjW-iE8cVikyg_eHQL3AMSstRbI0Nxor8mVg,229
|
|
46
|
+
AutoGLM_GUI/static/assets/index-CvQkCi2d.js,sha256=3P-Bg1VTjguxms5oVccNR8yalBjJJKjEciZLrA5ZAyQ,381471
|
|
47
47
|
AutoGLM_GUI/static/assets/logo-Cyfm06Ym.png,sha256=6GRUFH2KNmB4ZmnrmJ1wxpoIYEmOW-__XlmKImyAMKM,4955675
|
|
48
48
|
AutoGLM_GUI/static/assets/worker-D6BRitjy.js,sha256=RL1NIRIks9dXdDhXOHK1cCg-OELT0uv9a6u_UEHfQ0Q,173494
|
|
49
|
-
AutoGLM_GUI/static/assets/workflows-
|
|
49
|
+
AutoGLM_GUI/static/assets/workflows-xX_QH-wI.js,sha256=jJ1JPZZZXB_q69tDrMDdY9YNzmLIYV8JFmSX5KrAQq4,3459
|
|
50
50
|
phone_agent/__init__.py,sha256=7sCmGiY-ePdb6L08MGG6DkOiu8goop6wq-v2SiM62tE,360
|
|
51
51
|
phone_agent/agent.py,sha256=1SgHpv70_XbujG1ElYRZbvRO5-d4l7gBgiFRBz_FIH8,8157
|
|
52
52
|
phone_agent/agent_ios.py,sha256=R7EBsoHVghEUBtI5TB7M0_btpFcb4NHquMNxktrqrJE,9338
|
|
@@ -81,8 +81,8 @@ phone_agent/xctest/device.py,sha256=sOAPMoliMIabcrtsmzuGDKnZXtitqlc0lo8RSjQta7A,
|
|
|
81
81
|
phone_agent/xctest/input.py,sha256=aMp1YCRGBtGsRMKhA9rrjxuLkri0_k3n6hisi0EBJ2o,8164
|
|
82
82
|
phone_agent/xctest/screenshot.py,sha256=H6dsQGgf38h8dvuSeigiR2Qr8NucPanIgTK8kjlV9hA,6027
|
|
83
83
|
scrcpy-server-v3.3.3,sha256=fnAyO6fyWWSd1KzOl6xP77roECssbZHi575hP9U1S-A,90164
|
|
84
|
-
autoglm_gui-1.2.
|
|
85
|
-
autoglm_gui-1.2.
|
|
86
|
-
autoglm_gui-1.2.
|
|
87
|
-
autoglm_gui-1.2.
|
|
88
|
-
autoglm_gui-1.2.
|
|
84
|
+
autoglm_gui-1.2.1.dist-info/METADATA,sha256=UZJ6yT-m-qlDuO_dWX8DufuCATkVi-hZ7AosubRzrFY,12453
|
|
85
|
+
autoglm_gui-1.2.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
86
|
+
autoglm_gui-1.2.1.dist-info/entry_points.txt,sha256=sz4rBO_kgrYmOiT0QnhCCv0b9QqBdWyCjugJgY8AEOI,58
|
|
87
|
+
autoglm_gui-1.2.1.dist-info/licenses/LICENSE,sha256=0IkSHDewdtmXnmYzTNq4U47EJYjTuhjQNpT0bZKuqWc,11342
|
|
88
|
+
autoglm_gui-1.2.1.dist-info/RECORD,,
|