Init commit

This commit is contained in:
世界
2022-12-02 14:17:47 +08:00
commit 7736e1e644
121 changed files with 6295 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="profile_type">
<item>@string/profile_type_local</item>
<item>@string/profile_type_remote</item>
</array>
<array name="profile_source">
<item>@string/profile_source_create_new</item>
<item>@string/profile_source_import</item>
</array>
<array name="enabled">
<item>@string/enabled</item>
<item>@string/disabled</item>
</array>
</resources>