移除不用的脚本
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user