Skip to content

Commit c617526

Browse files
committed
chore: 更新文件编码
1 parent 893e281 commit c617526

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/components/BootstrapBlazor.UniverSheet/Components/UniverSheet.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@namespace BootstrapBlazor.Components
1+
@namespace BootstrapBlazor.Components
22
@inherits BootstrapModuleComponentBase
33
@attribute [JSModuleAutoLoader("./_content/BootstrapBlazor.UniverSheet/Components/UniverSheet.razor.js", JSObjectReference = true)]
44

src/components/BootstrapBlazor.UniverSheet/Components/UniverSheet.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Argo Zhang (argo@163.com). All rights reserved.
1+
// Copyright (c) Argo Zhang (argo@163.com). All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33
// Website: https://www.blazor.zone or https://argozhang.github.io/
44

src/components/BootstrapBlazor.UniverSheet/Components/UniverSheet.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Data from '../../BootstrapBlazor/modules/data.js'
1+
import Data from '../../BootstrapBlazor/modules/data.js'
22
import { isFunction } from '../../BootstrapBlazor/modules/utility.js'
33
import { createUniverSheetAsync } from '../univer.js'
44

src/components/BootstrapBlazor.UniverSheet/Components/UniverSheetData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Argo Zhang (argo@163.com). All rights reserved.
1+
// Copyright (c) Argo Zhang (argo@163.com). All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33
// Website: https://www.blazor.zone or https://argozhang.github.io/
44

src/components/BootstrapBlazor.UniverSheet/wwwroot/data-service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { isFunction } from '../BootstrapBlazor/modules/utility.js'
1+
import { isFunction } from '../BootstrapBlazor/modules/utility.js'
22

33
export default class DataService {
44
static name = 'DataService';

src/components/BootstrapBlazor.UniverSheet/wwwroot/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import DataService from './data-service.js'
1+
import DataService from './data-service.js'
22

33
const { Plugin, Injector, setDependencies } = UniverCore;
44

src/components/BootstrapBlazor.UniverSheet/wwwroot/univer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { addScript, addLink } from '../BootstrapBlazor/modules/utility.js'
1+
import { addScript, addLink } from '../BootstrapBlazor/modules/utility.js'
22
import DataService from './data-service.js'
33

44
const loadAssets = async lang => {

0 commit comments

Comments
 (0)