@appthen/cli 1.2.10 → 1.2.11
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/.gitignore +1 -0
- package/bin/main.js +45 -0
- package/dist/index.js +1108 -267
- package/package.json +1 -1
- package/tests/test-app/.appthen/shadow-space-100001-test-app-e99876b1.json +1406 -0
- package/tests/test-app/.appthen/shadow-space-unknown-user-test-app-e99876b1.json +1060 -0
- package/tests/test-app/.appthen/space-config.json +8 -0
- package/tests/test-app/docs/AI-Workflow.flow +112 -0
- package/tests/test-app/docs/Logic-1.flow +16 -0
- package/tests/test-app/docs/Logic.flow +16 -0
- package/tests/test-app/docs/Project-Blueprint-1.flow +119 -0
- package/tests/test-app/docs/Project-Blueprint.flow +119 -0
- package/tests/test-app/docs/README.md +3 -0
- package/tests/test-app/docs/claude.md +194 -0
- package/tests/test-app/docs/page_requirement_analysis.md +149 -0
- package/tests/test-app/docs//345/267/245/345/215/225/347/256/241/347/220/206/347/263/273/347/273/237/350/257/246/347/273/206/350/256/276/350/256/241.md +377 -0
- package/tests/test-app/src/apis/AddTodoPost.api.ts +42 -0
- package/tests/test-app/src/apis/DeleteTodoPost.api.ts +32 -0
- package/tests/test-app/src/apis/GetListPost.api.ts +38 -0
- package/tests/test-app/src/apis/TicketAttachmentUploadPost.api.ts +42 -0
- package/tests/test-app/src/apis/UpdateTodoPost.api.ts +46 -0
- package/tests/test-app/src/app.css +15 -0
- package/tests/test-app/src/cloud_functions/ticket|attachment|upload.node.ts +86 -0
- package/tests/test-app/src/cloud_functions/ticket|comment|add.node.ts +65 -0
- package/tests/test-app/src/cloud_functions/types|entity|Ticket.node.ts +88 -0
- package/tests/test-app/src/cloud_functions/types|entity|TicketAttachment.node.ts +70 -0
- package/tests/test-app/src/cloud_functions/types|entity|TicketCategory.node.ts +56 -0
- package/tests/test-app/src/cloud_functions/types|entity|TicketComment.node.ts +62 -0
- package/tests/test-app/src/cloud_functions/types|entity|TicketHistory.node.ts +74 -0
- package/tests/test-app/src/cloud_functions/types|entity|TicketPriority.node.ts +68 -0
- package/tests/test-app/src/cloud_functions/types|entity|TicketStatus.node.ts +63 -0
- package/tests/test-app/src/cloud_functions/types|models|CreateTicketParams.node.ts +20 -0
- package/tests/test-app/src/cloud_functions/types|models|TicketListParams.node.ts +30 -0
- package/tests/test-app/src/cloud_functions/types|models|UpdateTicketParams.node.ts +22 -0
- package/tests/test-app/src/components/Button.js +11 -0
- package/tests/test-app/src/components/MouduleDemoNzp.tsx +40 -0
- package/tests/test-app/src/components/Timeline.tsx +145 -0
- package/tests/test-app/src/index.ts +2 -0
- package/tests/test-app/src/modules/work_order_module/apis/TicketCommentAddPost.api.ts +48 -0
- package/tests/test-app/src/modules/work_order_module/apis/TicketCreatePost.api.ts +52 -0
- package/tests/test-app/src/modules/work_order_module/apis/TicketDeleteDelete.api.ts +39 -0
- package/tests/test-app/src/modules/work_order_module/apis/TicketDetailGet.api.ts +39 -0
- package/tests/test-app/src/modules/work_order_module/apis/TicketListGet.api.ts +61 -0
- package/tests/test-app/src/modules/work_order_module/apis/TicketUpdatePut.api.ts +57 -0
- package/tests/test-app/src/modules/work_order_module/apis/TrainDoorFaultListGet.ts +76 -0
- package/tests/test-app/src/modules/work_order_module/apis/TrainDoorListGet.ts +76 -0
- package/tests/test-app/src/modules/work_order_module/apis/TrainDoorOperationRecordsGet.ts +284 -0
- package/tests/test-app/src/modules/work_order_module/apis/TrainDoorStatisticsGet.ts +96 -0
- package/tests/test-app/src/modules/work_order_module/cloud_function/category|list.node.ts +40 -0
- package/tests/test-app/src/modules/work_order_module/cloud_function/priority|list.node.ts +26 -0
- package/tests/test-app/src/modules/work_order_module/cloud_function/status|list.node.ts +26 -0
- package/tests/test-app/src/modules/work_order_module/cloud_function/ticket|create.node.ts +54 -0
- package/tests/test-app/src/modules/work_order_module/cloud_function/ticket|delete.node.ts +55 -0
- package/tests/test-app/src/modules/work_order_module/cloud_function/ticket|detail.node.ts +65 -0
- package/tests/test-app/src/modules/work_order_module/cloud_function/ticket|list.node.ts +85 -0
- package/tests/test-app/src/modules/work_order_module/cloud_function/ticket|update.node.ts +73 -0
- package/tests/test-app/src/modules/work_order_module/data_model/Ticket.m.ts +85 -0
- package/tests/test-app/src/modules/work_order_module/data_model/TicketCategory.m.ts +53 -0
- package/tests/test-app/src/modules/work_order_module/data_model/TicketStatus.m.ts +60 -0
- package/tests/test-app/src/modules/work_order_module//345/267/245/345/215/225/347/263/273/347/273/237/344/272/247/345/223/201/350/256/276/350/256/241/346/226/207/346/241/243.md +301 -0
- package/tests/test-app/src/modules/work_order_module//345/267/245/345/215/225/347/263/273/347/273/237/345/274/200/345/217/221/344/273/273/345/212/241/345/210/206/345/267/245/346/226/207/346/241/243.md +345 -0
- package/tests/test-app/src/pages/SLAManagement.tsx +668 -0
- package/tests/test-app/src/pages/TicketCreate.tsx +27 -0
- package/tests/test-app/src/pages/TicketDetail.tsx +27 -0
- package/tests/test-app/src/pages/TicketList.tsx +27 -0
- package/tests/test-app/src/pages/TicketManagementPage.tsx +1238 -0
- package/tests/test-app/src/pages/VisualAIIDEUpgrade.tsx +245 -0
- package/tests/test-app/src/pages/appthen_guide/ComponentTreeUnderstanding.tsx +26 -0
- package/tests/test-app/src/pages/appthen_guide/DataBindingLearning.tsx +26 -0
- package/tests/test-app/src/pages/back-end/adminRootLayout.tsx +155 -0
- package/tests/test-app/src/pages/back-end/adminRootLayout10.tsx +157 -0
- package/tests/test-app/src/pages/back-end/adminRootLayout2.tsx +156 -0
- package/tests/test-app/src/pages/back-end/adminRootLayout3.tsx +156 -0
- package/tests/test-app/src/pages/back-end/adminRootLayout4.tsx +157 -0
- package/tests/test-app/src/pages/back-end/adminRootLayout5.tsx +157 -0
- package/tests/test-app/src/pages/back-end/adminRootLayout6.tsx +157 -0
- package/tests/test-app/src/pages/back-end/adminRootLayout7.tsx +157 -0
- package/tests/test-app/src/pages/back-end/adminRootLayout8.tsx +157 -0
- package/tests/test-app/src/pages/back-end/adminRootLayout9.tsx +157 -0
- package/tests/test-app/src/pages/back-end/backgroundManagementSystem.css +5 -0
- package/tests/test-app/src/pages/back-end/backgroundManagementSystem.tsx +1745 -0
- package/tests/test-app/src/pages/component/WorkOrderCard.tsx +140 -0
- package/tests/test-app/src/pages/cover.tsx +42 -0
- package/tests/test-app/src/pages/data_dashboard/blueBrightGreenTechnologyWind.css +181 -0
- package/tests/test-app/src/pages/data_dashboard/blueBrightGreenTechnologyWind.tsx +225 -0
- package/tests/test-app/src/pages/data_dashboard/blueLargeScreen.css +181 -0
- package/tests/test-app/src/pages/data_dashboard/blueLargeScreen.tsx +138 -0
- package/tests/test-app/src/pages/data_dashboard/component_library/BlueBrightGreenBorder.tsx +47 -0
- package/tests/test-app/src/pages/data_dashboard/component_library/FullScreenContainer.tsx +133 -0
- package/tests/test-app/src/pages/description_of_mock_interface.md +32 -0
- package/tests/test-app/src/pages/digitalLargeScreen.css +181 -0
- package/tests/test-app/src/pages/digitalLargeScreen.tsx +1417 -0
- package/tests/test-app/src/pages/mobile_terminal/PersonalCenter.css +3 -0
- package/tests/test-app/src/pages/mobile_terminal/PersonalCenter.tsx +362 -0
- package/tests/test-app/src/pages/mobile_terminal/WorkOrderHomepage.tsx +337 -0
- package/tests/test-app/src/pages/mobile_terminal/newWorkOrder.tsx +224 -0
- package/tests/test-app/src/pages/mobile_terminal/tabbar.tsx +67 -0
- package/tests/test-app/src/pages/mobile_terminal/uiHandsOnPractice.tsx +638 -0
- package/tests/test-app/src/pages/mobile_terminal/workOrderDetails.tsx +346 -0
- package/tests/test-app/src/pages/mobile_terminal/workOrderPage.tsx +345 -0
- package/tests/test-app/src/pages/testPage.css +3 -0
- package/tests/test-app/src/pages/testPage.tsx +158 -0
- package/tests/test-app/src/pages/web_version/website.css +205 -0
- package/tests/test-app/src/pages/web_version/website.tsx +1066 -0
- package/tests/test-app/src/pages//345/276/205/345/212/236.apidoc.json +336 -0
- package/tests/test-app/src/project.json +1120 -0
- package/tests/test-app/src/store/global.store.ts +10 -0
- package/tests/test-app/src/types/CreateTicketParams.m.ts +20 -0
- package/tests/test-app/src/types/SLAPolicy.ts +50 -0
- package/tests/test-app/src/types/Ticket.ts +68 -0
- package/tests/test-app/src/types/TicketAttachment.m.ts +67 -0
- package/tests/test-app/src/types/TicketComment.m.ts +59 -0
- package/tests/test-app/src/types/TicketEvaluation.ts +44 -0
- package/tests/test-app/src/types/TicketHistory.m.ts +71 -0
- package/tests/test-app/src/types/TicketListParams.m.ts +30 -0
- package/tests/test-app/src/types/TicketPriority.m.ts +65 -0
- package/tests/test-app/src/types/TicketRecord.ts +47 -0
- package/tests/test-app/src/types/TrainDoor.ts +284 -0
- package/tests/test-app/src/types/UpdateTicketParams.m.ts +22 -0
- package/tests/test-app/src/utils/__afterRequest.util.ts +3 -0
- package/tests/test-app/src/utils/__beforeRequest.util.ts +10 -0
- package/tests/test-app/src/utils/testGlobalAction.util.ts +7 -0
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
.container {
|
|
2
|
+
max-width: 1200px;
|
|
3
|
+
margin: 0 auto;
|
|
4
|
+
padding: 0 16px;
|
|
5
|
+
}
|
|
6
|
+
.nav {
|
|
7
|
+
backdrop-filter: blur(10px);
|
|
8
|
+
-webkit-backdrop-filter: blur(10px);
|
|
9
|
+
}
|
|
10
|
+
.btn-primary {
|
|
11
|
+
background: linear-gradient(135deg, #E74C3C, #c0392b);
|
|
12
|
+
border: none;
|
|
13
|
+
color: white;
|
|
14
|
+
padding: 12px 32px;
|
|
15
|
+
border-radius: 50px;
|
|
16
|
+
font-weight: 600;
|
|
17
|
+
transition: all 0.3s ease;
|
|
18
|
+
cursor: pointer;
|
|
19
|
+
}
|
|
20
|
+
.btn-primary:hover {
|
|
21
|
+
transform: translateY(-2px);
|
|
22
|
+
box-shadow: 0 10px 20px rgba(231, 76, 60, 0.3);
|
|
23
|
+
}
|
|
24
|
+
.btn-secondary {
|
|
25
|
+
background: transparent;
|
|
26
|
+
border: 2px solid white;
|
|
27
|
+
color: white;
|
|
28
|
+
padding: 12px 32px;
|
|
29
|
+
border-radius: 50px;
|
|
30
|
+
font-weight: 600;
|
|
31
|
+
transition: all 0.3s ease;
|
|
32
|
+
cursor: pointer;
|
|
33
|
+
}
|
|
34
|
+
.btn-secondary:hover {
|
|
35
|
+
background: white;
|
|
36
|
+
color: #1A3E72;
|
|
37
|
+
}
|
|
38
|
+
.card {
|
|
39
|
+
background: white;
|
|
40
|
+
border-radius: 16px;
|
|
41
|
+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
|
42
|
+
transition: all 0.3s ease;
|
|
43
|
+
overflow: hidden;
|
|
44
|
+
}
|
|
45
|
+
.card:hover {
|
|
46
|
+
transform: translateY(-8px);
|
|
47
|
+
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
|
|
48
|
+
}
|
|
49
|
+
.gradient-text {
|
|
50
|
+
background: linear-gradient(135deg, #1A3E72, #E74C3C);
|
|
51
|
+
-webkit-background-clip: text;
|
|
52
|
+
-webkit-text-fill-color: transparent;
|
|
53
|
+
background-clip: text;
|
|
54
|
+
}
|
|
55
|
+
@keyframes fadeInUp {
|
|
56
|
+
from {
|
|
57
|
+
opacity: 0;
|
|
58
|
+
transform: translateY(30px);
|
|
59
|
+
}
|
|
60
|
+
to {
|
|
61
|
+
opacity: 1;
|
|
62
|
+
transform: translateY(0);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
.fade-in-up {
|
|
66
|
+
animation: fadeInUp 0.6s ease-out;
|
|
67
|
+
}
|
|
68
|
+
@media (max-width: 768px) {
|
|
69
|
+
.container {
|
|
70
|
+
padding: 0 12px;
|
|
71
|
+
}
|
|
72
|
+
. h1 {
|
|
73
|
+
font-size: 2.5rem !important;
|
|
74
|
+
}
|
|
75
|
+
. h2 {
|
|
76
|
+
font-size: 2rem !important;
|
|
77
|
+
}
|
|
78
|
+
.btn-primary,
|
|
79
|
+
.btn-secondary {
|
|
80
|
+
padding: 10px 24px;
|
|
81
|
+
font-size: 14px;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
::-webkit-scrollbar {
|
|
85
|
+
width: 8px;
|
|
86
|
+
}
|
|
87
|
+
::-webkit-scrollbar-track {
|
|
88
|
+
background: #f1f1f1;
|
|
89
|
+
}
|
|
90
|
+
::-webkit-scrollbar-thumb {
|
|
91
|
+
background: #1A3E72;
|
|
92
|
+
border-radius: 4px;
|
|
93
|
+
}
|
|
94
|
+
::-webkit-scrollbar-thumb:hover {
|
|
95
|
+
background: #E74C3C;
|
|
96
|
+
}
|
|
97
|
+
@keyframes pulse {
|
|
98
|
+
0%, 100% {
|
|
99
|
+
opacity: 1;
|
|
100
|
+
}
|
|
101
|
+
50% {
|
|
102
|
+
opacity: 0.5;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
.animate-pulse {
|
|
106
|
+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
107
|
+
}
|
|
108
|
+
.bg-pattern {
|
|
109
|
+
background-image: radial-gradient(circle at 25% 25%, rgba(231, 76, 60, 0.1) 0%, transparent 50%),
|
|
110
|
+
radial-gradient(circle at 75% 75%, rgba(26, 62, 114, 0.1) 0%, transparent 50%);
|
|
111
|
+
}
|
|
112
|
+
.form-input {
|
|
113
|
+
width: 100%;
|
|
114
|
+
padding: 12px 16px;
|
|
115
|
+
border: 1px solid #d1d5db;
|
|
116
|
+
border-radius: 8px;
|
|
117
|
+
font-size: 16px;
|
|
118
|
+
transition: border-color 0.3s ease;
|
|
119
|
+
}
|
|
120
|
+
.form-input:focus {
|
|
121
|
+
outline: none;
|
|
122
|
+
border-color: #1A3E72;
|
|
123
|
+
box-shadow: 0 0 0 3px rgba(26, 62, 114, 0.1);
|
|
124
|
+
}
|
|
125
|
+
.icon-wrapper {
|
|
126
|
+
display: inline-flex;
|
|
127
|
+
align-items: center;
|
|
128
|
+
justify-content: center;
|
|
129
|
+
width: 48px;
|
|
130
|
+
height: 48px;
|
|
131
|
+
border-radius: 50%;
|
|
132
|
+
background: rgba(26, 62, 114, 0.1);
|
|
133
|
+
color: #1A3E72;
|
|
134
|
+
font-size: 20px;
|
|
135
|
+
}
|
|
136
|
+
.counter {
|
|
137
|
+
font-size: 3rem;
|
|
138
|
+
font-weight: bold;
|
|
139
|
+
color: #F39C12;
|
|
140
|
+
line-height: 1;
|
|
141
|
+
}
|
|
142
|
+
.team-card {
|
|
143
|
+
position: relative;
|
|
144
|
+
overflow: hidden;
|
|
145
|
+
}
|
|
146
|
+
.team-card::before {
|
|
147
|
+
content: '';
|
|
148
|
+
position: absolute;
|
|
149
|
+
top: 0;
|
|
150
|
+
left: 0;
|
|
151
|
+
right: 0;
|
|
152
|
+
height: 4px;
|
|
153
|
+
background: linear-gradient(90deg, #1A3E72, #E74C3C, #F39C12);
|
|
154
|
+
}
|
|
155
|
+
.client-logo {
|
|
156
|
+
filter: grayscale(100%);
|
|
157
|
+
transition: filter 0.3s ease;
|
|
158
|
+
}
|
|
159
|
+
.client-logo:hover {
|
|
160
|
+
filter: grayscale(0%);
|
|
161
|
+
}
|
|
162
|
+
.testimonial-card {
|
|
163
|
+
position: relative;
|
|
164
|
+
background: white;
|
|
165
|
+
border-radius: 16px;
|
|
166
|
+
padding: 32px;
|
|
167
|
+
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
|
|
168
|
+
}
|
|
169
|
+
.testimonial-card::before {
|
|
170
|
+
content: '"';
|
|
171
|
+
position: absolute;
|
|
172
|
+
top: 16px;
|
|
173
|
+
right: 16px;
|
|
174
|
+
font-size: 4rem;
|
|
175
|
+
color: #e5e7eb;
|
|
176
|
+
font-family: serif;
|
|
177
|
+
}
|
|
178
|
+
.footer {
|
|
179
|
+
background: #2C3E50;
|
|
180
|
+
color: white;
|
|
181
|
+
}
|
|
182
|
+
.footer a {
|
|
183
|
+
color: #d1d5db;
|
|
184
|
+
text-decoration: none;
|
|
185
|
+
transition: color 0.3s ease;
|
|
186
|
+
}
|
|
187
|
+
.footer a:hover {
|
|
188
|
+
color: white;
|
|
189
|
+
}
|
|
190
|
+
.social-icon {
|
|
191
|
+
display: inline-flex;
|
|
192
|
+
align-items: center;
|
|
193
|
+
justify-content: center;
|
|
194
|
+
width: 40px;
|
|
195
|
+
height: 40px;
|
|
196
|
+
border-radius: 50%;
|
|
197
|
+
background: rgba(255, 255, 255, 0.1);
|
|
198
|
+
color: #d1d5db;
|
|
199
|
+
transition: all 0.3s ease;
|
|
200
|
+
}
|
|
201
|
+
.social-icon:hover {
|
|
202
|
+
background: rgba(255, 255, 255, 0.2);
|
|
203
|
+
color: white;
|
|
204
|
+
transform: translateY(-2px);
|
|
205
|
+
}
|