Auto base sync: 2026-01-27 10:03:22
This commit is contained in:
5148
.obsidian/plugins/eccirian/main.js
vendored
Normal file
5148
.obsidian/plugins/eccirian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/eccirian/manifest.json
vendored
Normal file
10
.obsidian/plugins/eccirian/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "eccirian",
|
||||
"name": "Eccirian Encrypt",
|
||||
"version": "1.0.8",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Next-generation file encryption solution based on modern cryptography.",
|
||||
"author": "Entropiex",
|
||||
"authorUrl": "https://github.com/Enthalpiex",
|
||||
"fundingUrl": "https://afdian.com/a/entropiex"
|
||||
}
|
||||
60
.obsidian/plugins/eccirian/styles.css
vendored
Normal file
60
.obsidian/plugins/eccirian/styles.css
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
.eccirian-lock-view {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
background-color: var(--background-primary);
|
||||
z-index: 1000;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.eccirian-lock-icon {
|
||||
font-size: 48px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.eccirian-unlock-button {
|
||||
margin-top: 10px;
|
||||
padding: 10px 20px;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.peccirian-lock-view {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
background-color: var(--background-primary);
|
||||
z-index: 1000;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.peccirian-lock-icon {
|
||||
font-size: 48px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.peccirian-unlock-button {
|
||||
margin-top: 10px;
|
||||
padding: 10px 20px;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user