1
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
/// Theme shop
|
||||
#define API_THEME_LIST_ALL_STYLES @"/themes/listAllStyles" // 查询所有主题风格
|
||||
#define API_THEME_LIST_BY_STYLE @"/themes/listByStyle" // 按风格查询主题列表
|
||||
#define API_THEME_PURCHASED @"/themes/purchased" // 查询已购买主题
|
||||
|
||||
/// pay
|
||||
#define API_VALIDATE_RECEIPT @"/api/apple/validate-receipt" // 排行榜标签列表
|
||||
|
||||
@@ -195,6 +195,7 @@
|
||||
"Pay clicked" = "Pay clicked";
|
||||
"Points Recharge" = "Points Recharge";
|
||||
"My Points" = "My Points";
|
||||
"No data" = "No data";
|
||||
|
||||
// Example categories/items
|
||||
"能力" = "Ability";
|
||||
@@ -250,7 +251,6 @@
|
||||
|
||||
// Misc
|
||||
"测试" = "Test";
|
||||
"暂无数据" = "No data yet";
|
||||
"这里是设置内容占位" = "Settings content placeholder";
|
||||
"设置" = "Settings";
|
||||
"使用引导" = "Usage Guide";
|
||||
|
||||
@@ -193,6 +193,7 @@
|
||||
"Pay clicked" = "点击支付";
|
||||
"Points Recharge" = "积分充值";
|
||||
"My Points" = "我的积分";
|
||||
"No data" = "暂无数据";
|
||||
|
||||
// 示例商品/分类
|
||||
"能力" = "能力";
|
||||
|
||||
Reference in New Issue
Block a user