!21 整改import格式

Merge pull request !21 from 吕布布的耳朵/master
This commit is contained in:
openharmony_ci 2022-11-19 08:55:32 +00:00 committed by Gitee
commit 330af2cd61
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 16 additions and 16 deletions

View File

@ -12,14 +12,14 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import Log from '../../../../../../../../common/src/main/ets/default/Log.ets'
import Log from '../../../../../../../../common/src/main/ets/default/Log';
import ScreenshotManager from '@ohos.screenshot';
import WindowMar from '@ohos.window'
import ImageMar from '@ohos.multimedia.image'
import mediaLibrary from '@ohos.multimedia.mediaLibrary'
import WindowMar from '@ohos.window';
import ImageMar from '@ohos.multimedia.image';
import mediaLibrary from '@ohos.multimedia.mediaLibrary';
import FileIo from '@ohos.fileio';
import Constants from '../common/constants.ets'
import display from '@ohos.display'
import Constants from '../common/constants';
import display from '@ohos.display';
const TAG = 'ScreenShot-ScreenShotModel';

View File

@ -13,12 +13,12 @@
* limitations under the License.
*/
import ServiceExtensionAbility from '@ohos.application.ServiceExtensionAbility'
import windowManager from '@ohos.window'
import display from '@ohos.display'
import Log from '../../../../../../common/src/main/ets/default/Log.ets'
import Constants from '../../../../../../features/screenshot/src/main/ets/com/ohos/common/constants.ets'
import ScreenShotModel from '../../../../../../features/screenshot/src/main/ets/com/ohos/model/screenShotModel.ets'
import ServiceExtensionAbility from '@ohos.application.ServiceExtensionAbility';
import windowManager from '@ohos.window';
import display from '@ohos.display';
import Log from '../../../../../../common/src/main/ets/default/Log';
import Constants from '../../../../../../features/screenshot/src/main/ets/com/ohos/common/constants';
import ScreenShotModel from '../../../../../../features/screenshot/src/main/ets/com/ohos/model/screenShotModel';
const TAG = "ScreenShot-ScreenShotServiceAbility";
const INDEX_PAGE = "pages/index";

View File

@ -12,9 +12,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import Log from '../../../../../../common/src/main/ets/default/log';
import Log from '../../../../../../common/src/main/ets/default/Log';
import Constants from '../common/constants';
import ViewModel from '../vm/viewmodel';
import ViewModel from '../vm/ViewModel';
const TAG = 'ScreenShot-Index';

View File

@ -13,9 +13,9 @@
* limitations under the License.
*/
import Log from '../../../../../../common/src/main/ets/default/log';
import Log from '../../../../../../common/src/main/ets/default/Log';
import ShotScreenModel, {ScreenShotModel
}from '../../../../../../features/screenshot/src/main/ets/com/ohos/model/screenshotmodel'
}from '../../../../../../features/screenshot/src/main/ets/com/ohos/model/screenShotModel';
const TAG = 'ScreenShot-ViewModel'
const GALLERY_BUNDLE = 'com.ohos.photos'