23 lines
564 B
XML
23 lines
564 B
XML
<?xml version="1.0" encoding="utf-8"?><!--
|
|
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
|
~ Use of this source code is governed by a MIT license that can be
|
|
~ found in the LICENSE file.
|
|
-->
|
|
|
|
<paths>
|
|
<external-path
|
|
name="root"
|
|
path="." />
|
|
<external-cache-path
|
|
name="tempPictures"
|
|
path="TempPictures" />
|
|
<cache-path
|
|
name="cachePath"
|
|
path="/cache"/>
|
|
<files-path
|
|
name="files"
|
|
path="." />
|
|
<external-files-path
|
|
name="external_files"
|
|
path="." />
|
|
</paths> |