移除不用的脚本

This commit is contained in:
Bob.Song
2026-02-26 16:08:15 +08:00
parent 06e5d9ae1a
commit be43dbbf46
4999 changed files with 5034 additions and 845474 deletions

View File

@@ -54,6 +54,22 @@ namespace SRDebugger
/// </summary>
bool IsUsable { get; }
/// <summary>
/// Message presented to the user to describe the privacy policy.
/// Should be one or two sentences, and include markup that presents the visual of a link (see example below).
/// </summary>
/// <example>
/// <![CDATA[
/// "By submitting this form you agree to Your Company Ltd processing your data and agree to our <color=#57B3F4>privacy policy</color>."
/// ]]>
/// </example>
string PrivacyPolicyMessage { get; }
/// <summary>
/// Return the URL to the privacy policy for the user to visit if they choose to read it.
/// </summary>
string PrivacyPolicyUrl { get; }
/// <summary>
/// Submit a new bug report to the handler.
/// </summary>