-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserSetting.xml
More file actions
24 lines (23 loc) · 778 Bytes
/
Copy pathuserSetting.xml
File metadata and controls
24 lines (23 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<Setting>
<CurUser>
<curUserAcc>ShadowWalker</curUserAcc>
<userImgPath>:/HeadImg/img/headImg/ShadowWalker.png</userImgPath>
<userSignedName>Hello ShadowWalker </userSignedName>
<userIP>127.0.0.1</userIP>
</CurUser>
<Friends>
<friend>
<friendAcc>Fengyawei </friendAcc>
<friendImgPath>:/HeadImg/img/headImg/FengYaWei.jpg</friendImgPath>
<friendSignedName>Hello FengYaWei </friendSignedName>
<friendIP>127.0.0.1</friendIP>
</friend>
<friend>
<friendAcc>GiantFeng </friendAcc>
<friendImgPath>:/HeadImg/img/headImg/GiantFeng.png</friendImgPath>
<friendSignedName>Hello GiantFeng </friendSignedName>
<friendIP>127.0.0.1</friendIP>
</friend>
</Friends>
</Setting>