refactor: 移除遥测并修复启动器流程
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
UPDATE settings
|
||||
SET telemetry = FALSE,
|
||||
telemetry_consent_version = 0,
|
||||
discord_rpc = FALSE
|
||||
WHERE id = 0;
|
||||
|
||||
DROP TABLE IF EXISTS telemetry_error_daily;
|
||||
DROP TABLE IF EXISTS telemetry_outbox;
|
||||
DROP TABLE IF EXISTS telemetry_identity;
|
||||
Reference in New Issue
Block a user