Skip to content

Commit

Permalink
Updated20240902154148
Browse files Browse the repository at this point in the history
  • Loading branch information
PIKACHUIM committed Sep 2, 2024
1 parent bf407c5 commit 958de6b
Show file tree
Hide file tree
Showing 17 changed files with 448 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .idea/SmartCard.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 57 additions & 9 deletions Config/button.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,108 @@
{
"main_main": [
[
20,
440
],
{
"name": "inf",
"text": "b_inf",
"type": "success",
"w": 125
},
{
"name": "osc",
"text": "b_osc",
"type": "secondary",
"w": 125
},
{
"name": "git",
"text": "b_git",
"type": "dark",
"w": 125
}
],
"main_line": [
[
20,
480
],
{
"name": "ing",
"text": "b_ing",
"type": "info",
"w": 125
},
{
"name": "tpm",
"text": "b_tpm",
"type": "warning",
"w": 125
},
{
"name": "set",
"text": "b_set",
"type": "primary",
"w": 125
}
],
"card_main": [
[
28,
230
],
{
"name": "add",
"text": "➕ Add",
"text": "b_add",
"type": "success",
"w": 65
},
{
"name": "pin",
"text": "↩ Change PIN",
"text": "b_pin",
"type": "info",
"w": 110
},
{
"name": "puk",
"text": "🔄 Reset PIN",
"text": "b_puk",
"type": "warning",
"w": 103
},
{
"name": "del",
"text": "❌ Delete",
"text": "b_del",
"type": "danger",
"w": 80
}
],
"cert_main":[
"cert_main": [
[
428,
230
],
{
"name": "cer",
"text": "➕ Import Certificate",
"text": "b_cer",
"type": "success",
"w": 155
},
{
"name": "sys",
"text": "\uD83D\uDD12 Show in System",
"text": "b_sys",
"type": "info",
"w": 155
},
{
"name": "out",
"text": "\uD83D\uDCBE Save to File",
"text": "b_out",
"type": "info",
"w": 155
},
{
"name": "non",
"text": "❌ Delete Certificate",
"text": "b_non",
"type": "danger",
"w": 155
}
Expand Down
10 changes: 8 additions & 2 deletions Config/frames.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@
"X 偏移量",
"Y 偏移量"
],
"card_main": [
"main_main": [
390,
105,
15,
420
],
"card_main": [
390,
415,
15,
5
],
"card_info": [
365,
120,
150,
28,
260
],
Expand Down
Loading

0 comments on commit 958de6b

Please sign in to comment.