liqiong 1 year ago
parent
commit
7d6a990f65
6 changed files with 13 additions and 8 deletions
  1. 12 6
      app/src/pages/Login.jsx
  2. BIN
      dll/a.dll
  3. BIN
      dll/check.exe
  4. 1 1
      dll/index.js
  5. 0 1
      dll/key.data
  6. BIN
      dll/ppt_dll.exe

+ 12 - 6
app/src/pages/Login.jsx

@@ -50,7 +50,7 @@ const Login = () => {
   return (
     <div className='login'>
       <Card style={{width: "40%", maxWidth: "600px", minWidth: '400px'}} >
-        <h1>北京思维魔法</h1>
+        <div style={{color:'rgb(177 177 177)'}}>北京思维魔法科技有限公司</div>
         <div className='login-container' >
         <Form
           style={{width: "60%", maxWidth: "800px"}}
@@ -69,8 +69,7 @@ const Login = () => {
             }}
           >
             <Row justify="space-between" >
-              <Col span={24}><Input disabled value={devicesId}   /></Col>
-            
+              <Col span={24} style={{fontSize: '30px', fontWeight: 'bold',textAlign: 'center'}}>{devicesId}</Col>
               {/* <Col span={4}>  <Button type='dashed' >  账户 </Button></Col> */}
             </Row>
 
@@ -85,13 +84,20 @@ const Login = () => {
               },
             ]}
           >
-            <Input placeholder='请输入激活码' />
+            <Input style={{width:60,height:60}} placeholder='请输入激活码' />
+            <Input style={{width:60,height:60}} placeholder='请输入激活码' />
+            <Input style={{width:60,height:60}} placeholder='请输入激活码' />
+            <Input style={{width:60,height:60}} placeholder='请输入激活码' />
+            <Input style={{width:60,height:60}} placeholder='请输入激活码' />
+            <Input style={{width:60,height:60}} placeholder='请输入激活码' />
+            
+            
           </Form.Item>
           <Form.Item
           >
-            <Button style={{width: "100%", marginTop: '5%'}} type="primary" htmlType="submit">
+            {/* <Button style={{width: "100%", marginTop: '5%'}} type="primary" htmlType="submit">
                 激活
-            </Button>
+            </Button> */}
           </Form.Item>
         </Form>
         

BIN
dll/a.dll


BIN
dll/check.exe


+ 1 - 1
dll/index.js

@@ -10,7 +10,7 @@ const validate = () => execSync(path.join(__dirname, './check.exe validate')).to
 
 const getcode = () => execSync( path.join(__dirname, './check.exe getKey 3521-7131-4413-5051')).toString('utf-8').trim()
 
-console.log(getcode());
+
 module.exports = {
     getDevicesId,
     regeditKey,

+ 0 - 1
dll/key.data

@@ -1 +0,0 @@
-����������У����Х����У����У��ԥ��Ӣ����Ӥ���������������������������

BIN
dll/ppt_dll.exe