chore: format all frontend files (#430)

This commit is contained in:
tecvan
2025-07-31 23:15:48 +08:00
committed by GitHub
parent 8b078ff013
commit 6995cec404
8787 changed files with 11975 additions and 10924 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { renderHook, act } from '@testing-library/react-hooks';
import {
@@ -152,8 +152,7 @@ vi.mock('@coze-arch/bot-api', () => ({
{
description: 'Personal Space',
hide_operation: false,
icon_url:
'https://placehold.co/460x460?text=placeholder-1',
icon_url: 'https://placehold.co/460x460?text=placeholder-1',
id: '7304535597841317932',
name: 'Personal',
role_type: 1,
@@ -162,8 +161,7 @@ vi.mock('@coze-arch/bot-api', () => ({
{
description: 'Public',
hide_operation: true,
icon_url:
'https://placehold.co/460x460?text=placeholder-1',
icon_url: 'https://placehold.co/460x460?text=placeholder-1',
id: '7293504662404071468',
name: 'Public',
role_type: 3,