verteilen-core 1.4.88 → 1.4.90

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.
@@ -248,7 +248,7 @@ export declare enum PermissionType {
248
248
  /**
249
249
  * **Websocket Data Format: Login**
250
250
  */
251
- export interface Login {
251
+ export interface Login extends DataHeader {
252
252
  username: string;
253
253
  password: string;
254
254
  }
@@ -140,6 +140,7 @@ export interface KeyValue {
140
140
  export interface JWT {
141
141
  user: string;
142
142
  create: number;
143
+ expire: number;
143
144
  }
144
145
  export interface SystemLoad_GPU {
145
146
  gpu_name: string;
package/dist/lan/en.json CHANGED
@@ -27,7 +27,8 @@
27
27
  "open_guest": "Guest Login",
28
28
  "open_register": "Open Register",
29
29
  "account": "Root Account",
30
- "password": "Root Password"
30
+ "password": "Root Password",
31
+ "success": "Setup Successfully !"
31
32
  },
32
33
  "login": {
33
34
  "title": "Account Login",
@@ -27,7 +27,8 @@
27
27
  "open_guest": "遊客登入",
28
28
  "open_register": "開放註冊",
29
29
  "account": "管理員帳號",
30
- "password": "管理員密碼"
30
+ "password": "管理員密碼",
31
+ "success": "設置成功 !"
31
32
  },
32
33
  "login": {
33
34
  "title": "帳號登入",
@@ -47,6 +47,7 @@ export declare const i18nDefaultData: {
47
47
  open_register: string;
48
48
  account: string;
49
49
  password: string;
50
+ success: string;
50
51
  };
51
52
  login: {
52
53
  title: string;
@@ -537,6 +538,7 @@ export declare const i18nDefaultData: {
537
538
  open_register: string;
538
539
  account: string;
539
540
  password: string;
541
+ success: string;
540
542
  };
541
543
  login: {
542
544
  title: string;
@@ -1034,6 +1036,7 @@ export declare const i18n: import("vue-i18n").I18n<{
1034
1036
  open_register: string;
1035
1037
  account: string;
1036
1038
  password: string;
1039
+ success: string;
1037
1040
  };
1038
1041
  login: {
1039
1042
  title: string;
@@ -1524,6 +1527,7 @@ export declare const i18n: import("vue-i18n").I18n<{
1524
1527
  open_register: string;
1525
1528
  account: string;
1526
1529
  password: string;
1530
+ success: string;
1527
1531
  };
1528
1532
  login: {
1529
1533
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verteilen-core",
3
- "version": "1.4.88",
3
+ "version": "1.4.90",
4
4
  "license": "MIT",
5
5
  "homepage": "https://verteilen.github.io/wiki/",
6
6
  "author": "Elly",