mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +08:00
feat: 站点个性化设置
This commit is contained in:
@@ -13,8 +13,6 @@ export async function SettingsSave(setting: any) {
|
||||
await request({
|
||||
url: apiPrefix + "/save",
|
||||
method: "post",
|
||||
data: {
|
||||
setting: JSON.stringify(setting)
|
||||
}
|
||||
data: setting
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user