📝 docs: Update README for 2025 (#6185)

This commit is contained in:
CanisMinor
2025-02-16 01:50:41 +08:00
committed by GitHub
parent 2ebcf3066a
commit cc2cd35d65
45 changed files with 394 additions and 1866 deletions

View File

@@ -51,5 +51,4 @@ const runAgentTable = async (lang?: string) => {
export default async () => {
await runAgentTable();
await runAgentTable('zh-CN');
await runAgentTable('ja-JP');
};

View File

@@ -51,5 +51,4 @@ const runPluginTable = async (lang?: string) => {
export default async () => {
await runPluginTable();
await runPluginTable('zh-CN');
await runPluginTable('ja-JP');
};

View File

@@ -47,5 +47,4 @@ const runProviderTable = async (lang?: string) => {
export default async () => {
await runProviderTable();
await runProviderTable('zh-CN');
await runProviderTable('ja-JP');
};