mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-07-12 16:01:56 +08:00
feat: image rendering, sidebar toggle, contribute section; fix: private repo update check; bump v0.2.1
This commit is contained in:
@@ -14,7 +14,7 @@ const SCOPES: &[&str] = &[
|
||||
];
|
||||
|
||||
/// 获取或生成设备密钥
|
||||
fn get_or_create_key() -> Result<(String, String, SigningKey), String> {
|
||||
pub(crate) fn get_or_create_key() -> Result<(String, String, SigningKey), String> {
|
||||
let dir = super::openclaw_dir();
|
||||
let path = dir.join(DEVICE_KEY_FILE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user