移除自述

This commit is contained in:
Slnanx 2024-11-17 09:46:58 +00:00
parent ffb79bdcb8
commit c95b87624e
2 changed files with 2 additions and 62 deletions

View file

@ -1,35 +1,4 @@
/**
* 使JSON文件对C#
*
* 使
*
* :
* - System
* - System.Collections.Generic
* - System.Globalization
* - System.IO
* - System.Text.Json
* - System.Threading
*
* :
* - JSON文件en.jsonzh.json
* - JSON文件放置程序同目录中
* -
* - localization.Translate("Try_Terminate_Process") //返回一个 string 字符串
* JSON文件en.json
* {
* "Restart_v2rayN": "Start v2rayN, please wait...",
* "Guidelines": "Please run it from the main application."
* }
*
* JSON文件zh.json
* {
* "Restart_v2rayN": "正在重启,请等待...",
* "Guidelines": "请从主应用运行!"
* }
*/
using System;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;

View file

@ -1,33 +1,4 @@
/**
* 使JSON文件对C#
*
* 使
*
* :
* - System.Collections.Generic
* - System.Globalization
* - System.IO
* - System.Text.Json
*
* :
* - JSON文件en-US.jsonzh-CN.json
* - JSON文件放置程序同目录中
* -
* - localization.Translate("Try_Terminate_Process") //返回一个 string 字符串
* JSON文件en.json
* {
* "Restart_v2rayN": "Start v2rayN, please wait...",
* "Guidelines": "Please run it from the main application."
* }
*
* JSON文件zh.json
* {
* "Restart_v2rayN": "正在重启,请等待...",
* "Guidelines": "请从主应用运行!"
* }
*/
using System;
using System;
using System.Diagnostics;
using System.IO;
using System.IO.Compression;